Skip to content

Commit

Permalink
feat(deps-dev)!: upgrade @carbon/icons 11.31 -> 11.36
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed Feb 20, 2024
1 parent 0b2db90 commit c0d65a1
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 8 deletions.
8 changes: 5 additions & 3 deletions ICON_INDEX.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Icon Index

> 2229 icons from [@carbon/icons@11.31.0-rc.0](https://unpkg.com/browse/@carbon/icons@11.31.0-rc.0/)
> 2231 icons from [@carbon/icons@11.36.0](https://unpkg.com/browse/@carbon/icons@11.36.0/)
- Accessibility
- AccessibilityAlt
Expand All @@ -22,6 +22,7 @@
- AiGovernanceLifecycle
- AiGovernanceTracked
- AiGovernanceUntracked
- AiLaunch
- AirlineDigitalGate
- AirlineManageGates
- AirlinePassengerCare
Expand Down Expand Up @@ -199,6 +200,7 @@
- CarbonForIbmDotcom
- CarbonForIbmProduct
- CarbonForMobile
- CarbonForSalesforce
- CarbonUiBuilder
- CaretDown
- CaretDownGlyph
Expand Down Expand Up @@ -784,7 +786,6 @@
- Forward_10
- Forward_30
- Forward_5
- FoundationModel
- Fragile
- Friendship
- FruitBowl
Expand Down Expand Up @@ -1006,7 +1007,7 @@
- IncompleteWarning
- IncreaseLevel
- Industry
- Infinity
- InfinitySymbol
- Information
- InformationDisabled
- InformationFilled
Expand Down Expand Up @@ -1772,6 +1773,7 @@
- SwitchLayer_2
- SwitchLayer_3
- Switcher
- SyncSettings
- SysProvision
- Table
- TableAlias
Expand Down
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/src/build-info.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"devDependencies": {
"@carbon/icon-helpers": "latest",
"@carbon/icons": "11.31.0-rc.0",
"@carbon/icons": "11.36.0",
"@types/bun": "latest",
"@types/carbon__icon-helpers": "latest",
"svelte": "latest",
Expand Down
6 changes: 4 additions & 2 deletions tests/__snapshots__/index.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ exports[`imports 1`] = `
"AiGovernanceLifecycle",
"AiGovernanceTracked",
"AiGovernanceUntracked",
"AiLaunch",
"AirlineDigitalGate",
"AirlineManageGates",
"AirlinePassengerCare",
Expand Down Expand Up @@ -199,6 +200,7 @@ exports[`imports 1`] = `
"CarbonForIbmDotcom",
"CarbonForIbmProduct",
"CarbonForMobile",
"CarbonForSalesforce",
"CarbonUiBuilder",
"CaretDown",
"CaretDownGlyph",
Expand Down Expand Up @@ -784,7 +786,6 @@ exports[`imports 1`] = `
"Forward_10",
"Forward_30",
"Forward_5",
"FoundationModel",
"Fragile",
"Friendship",
"FruitBowl",
Expand Down Expand Up @@ -1006,7 +1007,7 @@ exports[`imports 1`] = `
"IncompleteWarning",
"IncreaseLevel",
"Industry",
"Infinity",
"InfinitySymbol",
"Information",
"InformationDisabled",
"InformationFilled",
Expand Down Expand Up @@ -1772,6 +1773,7 @@ exports[`imports 1`] = `
"SwitchLayer_2",
"SwitchLayer_3",
"Switcher",
"SyncSettings",
"SysProvision",
"Table",
"TableAlias",
Expand Down
2 changes: 1 addition & 1 deletion tests/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { template } from "../src/template";

test("imports", async () => {
const icons = await buildIcons();
expect(icons.length).toEqual(2229);
expect(icons.length).toEqual(2231);
expect(icons).toMatchSnapshot();
});

Expand Down

0 comments on commit c0d65a1

Please sign in to comment.