-
Notifications
You must be signed in to change notification settings - Fork 929
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
re-format all source code with prettier (#7057)
- Loading branch information
1 parent
aabb2b2
commit 8401bdf
Showing
95 changed files
with
361 additions
and
355 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -264,30 +264,22 @@ describe('dependency-resolver extension', function () { | |
it('should force a newer version of a subdependency using just the dependency name', function () { | ||
// Without the override, is-odd would be 0.1.2 | ||
expect( | ||
helper.fixtures.fs.readJsonFile( | ||
'node_modules/.pnpm/[email protected]/node_modules/is-odd/package.json' | ||
).version | ||
helper.fixtures.fs.readJsonFile('node_modules/.pnpm/[email protected]/node_modules/is-odd/package.json').version | ||
).to.eq('1.0.0'); | ||
}); | ||
it('should force a newer version of a subdependency using the dependency name and version', function () { | ||
expect( | ||
helper.fixtures.fs.readJsonFile( | ||
'node_modules/.pnpm/[email protected]/node_modules/glob/package.json' | ||
).version | ||
helper.fixtures.fs.readJsonFile('node_modules/.pnpm/[email protected]/node_modules/glob/package.json').version | ||
).to.eq('6.0.4'); | ||
}); | ||
it('should not change the version of the package if the parent package does not match the pattern', function () { | ||
expect( | ||
helper.fixtures.fs.readJsonFile( | ||
'node_modules/.pnpm/[email protected]/node_modules/once/package.json' | ||
).version | ||
helper.fixtures.fs.readJsonFile('node_modules/.pnpm/[email protected]/node_modules/once/package.json').version | ||
).to.eq('1.4.0'); | ||
}); | ||
it('should change the version of the package if the parent package matches the pattern', function () { | ||
expect( | ||
helper.fixtures.fs.readJsonFile( | ||
'node_modules/.pnpm/[email protected]/node_modules/once/package.json' | ||
).version | ||
helper.fixtures.fs.readJsonFile('node_modules/.pnpm/[email protected]/node_modules/once/package.json').version | ||
).to.eq('1.3.0'); | ||
}); | ||
}); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
export { CollapsibleMenuNav, MenuNavProps } from './menu-nav'; | ||
export { ComponentMenu, VersionRelatedDropdowns } from './menu'; | ||
export type { NavPlugin, OrderedNavigationSlot, ConsumePlugin, ConsumeMethodSlot } from './nav-plugin'; | ||
export type { NavPlugin, OrderedNavigationSlot, ConsumePlugin, ConsumeMethodSlot } from './nav-plugin'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
export { CompositionCard } from './composition-card'; | ||
export type { CompositionCardProps } from './composition-card'; | ||
export { CompositionCardSkeleton } from './composition-card-skeleton'; | ||
export { CompositionCardSkeleton } from './composition-card-skeleton'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 11 additions & 11 deletions
22
...composition-gallery/composition-gallery-skeleton/composition-gallery-skeleton.module.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
.compositionGallerySkeleton { | ||
color: var(--border-medium-color, #ededed); | ||
font-size: 20px; | ||
color: var(--border-medium-color, #ededed); | ||
font-size: 20px; | ||
} | ||
.title { | ||
margin-bottom: 20px; | ||
margin-bottom: 20px; | ||
} | ||
.compositionGalleryGrid { | ||
display: flex; | ||
cursor: pointer; | ||
align-items: center; | ||
overflow-x: auto; | ||
gap: 24px; | ||
padding-bottom: 12px; | ||
overscroll-behavior-x: contain; | ||
} | ||
display: flex; | ||
cursor: pointer; | ||
align-items: center; | ||
overflow-x: auto; | ||
gap: 24px; | ||
padding-bottom: 12px; | ||
overscroll-behavior-x: contain; | ||
} |
Oops, something went wrong.