Skip to content

Commit

Permalink
feat(deps-dev): upgrade @carbon/icons 11.52 -> 11.54 (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym authored Jan 30, 2025
1 parent efb2aa5 commit befd54c
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 6 deletions.
4 changes: 3 additions & 1 deletion ICON_INDEX.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Icon Index

> 2421 icons from [@carbon/icons@11.52.0](https://unpkg.com/browse/@carbon/icons@11.52.0/)
> 2423 icons from [@carbon/icons@11.54.0](https://unpkg.com/browse/@carbon/icons@11.54.0/)
- AcceptActionUsage
- Accessibility
Expand All @@ -22,6 +22,7 @@
- AddLarge
- AgricultureAnalytics
- Ai
- AiBusinessImpactAssessment
- AiFinancialSustainabilityCheck
- AiGenerate
- AiGovernanceLifecycle
Expand Down Expand Up @@ -193,6 +194,7 @@
- Bullhorn
- Buoy
- Bus
- BusinessMetrics
- BusinessProcesses
- ButtonCentered
- ButtonFlushLeft
Expand Down
4 changes: 2 additions & 2 deletions bun.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"name": "carbon-icons-svelte",
"devDependencies": {
"@carbon/icon-helpers": "latest",
"@carbon/icons": "11.52.0",
"@carbon/icons": "11.54.0",
"@carbon/icons-11.31": "npm:@carbon/icons@~11.31.0",
"@types/bun": "latest",
"culls": "^0.1.1",
Expand All @@ -19,7 +19,7 @@

"@carbon/icon-helpers": ["@carbon/[email protected]", "", { "dependencies": { "@ibm/telemetry-js": "^1.5.0" } }, "sha512-IJ6uzwRA/6yvSG6tTCQoKIcGehwZYYqjvLHylILmEwyfB8kWV9VmJu957hfrfbS2rmuCXwmN6kCAnb4WS8FnFw=="],

"@carbon/icons": ["@carbon/icons@11.52.0", "", { "dependencies": { "@ibm/telemetry-js": "^1.5.0" } }, "sha512-2yjm1Dl9emq4A6jgCQTSbujQgU1PeoeN5rvuEbgDzLd9HCxSNUHiOjpFurlmqo9L/52SE/IXPUJgMv8Bi5XHGw=="],
"@carbon/icons": ["@carbon/icons@11.54.0", "", { "dependencies": { "@ibm/telemetry-js": "^1.5.0" } }, "sha512-bqNW8lnABpeyhr9npdrW8GFefGd36kTOk2tUfCQ7vlq5tw5pO/gzVEoXcsRW1aXs+wwxZ73Sp5dUd5EBM2vW1g=="],

"@carbon/icons-11.31": ["@carbon/[email protected]", "", {}, "sha512-sQ7ghpj4vtvU71s6U82UZDWZ7Om9tVnKPNBNZrejQYJqAJWQ0L1MIzQATnnOxKPK76ZxqvszpwPOwgy47USRCQ=="],

Expand Down
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 @@ -22,7 +22,7 @@
},
"devDependencies": {
"@carbon/icon-helpers": "latest",
"@carbon/icons": "11.52.0",
"@carbon/icons": "11.54.0",
"@carbon/icons-11.31": "npm:@carbon/icons@~11.31.0",
"@types/bun": "latest",
"culls": "^0.1.1",
Expand Down
2 changes: 2 additions & 0 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`] = `
"AddLarge",
"AgricultureAnalytics",
"Ai",
"AiBusinessImpactAssessment",
"AiFinancialSustainabilityCheck",
"AiGenerate",
"AiGovernanceLifecycle",
Expand Down Expand Up @@ -193,6 +194,7 @@ exports[`imports 1`] = `
"Bullhorn",
"Buoy",
"Bus",
"BusinessMetrics",
"BusinessProcesses",
"ButtonCentered",
"ButtonFlushLeft",
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(2421);
expect(icons.length).toEqual(2423);
expect(icons).toMatchSnapshot();
});

Expand Down

0 comments on commit befd54c

Please sign in to comment.