Skip to content

Commit 1beb659

Browse files
chore(deps): bump the npm_and_yarn group across 2 directories with 6 updates
Bumps the npm_and_yarn group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [pnpm](https://github.com/pnpm/pnpm/tree/HEAD/pnpm11/pnpm) | `11.8.0` | `11.11.0` | | [postcss](https://github.com/postcss/postcss) | `8.5.15` | `8.5.23` | | [browserslist](https://github.com/browserslist/browserslist) | `4.28.2` | `4.28.7` | | [nanoid](https://github.com/ai/nanoid) | `3.3.11` | `3.3.18` | | [svgo](https://github.com/svg/svgo) | `3.3.3` | `3.3.4` | | [style-dictionary](https://github.com/style-dictionary/style-dictionary) | `4.4.0` | `5.4.4` | Bumps the npm_and_yarn group with 1 update in the /packages/react-native directory: [nanoid](https://github.com/ai/nanoid). Updates `pnpm` from 11.8.0 to 11.11.0 - [Release notes](https://github.com/pnpm/pnpm/releases) - [Changelog](https://github.com/pnpm/pnpm/blob/v11.11.0/pnpm11/pnpm/CHANGELOG.md) - [Commits](https://github.com/pnpm/pnpm/commits/v11.11.0/pnpm11/pnpm) Updates `postcss` from 8.5.15 to 8.5.23 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.5.15...8.5.23) Updates `browserslist` from 4.28.2 to 4.28.7 - [Release notes](https://github.com/browserslist/browserslist/releases) - [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md) - [Commits](browserslist/browserslist@4.28.2...4.28.7) Updates `nanoid` from 3.3.11 to 3.3.18 - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/3.3.18/CHANGELOG.md) - [Commits](ai/nanoid@3.3.11...3.3.18) Updates `svgo` from 3.3.3 to 3.3.4 - [Release notes](https://github.com/svg/svgo/releases) - [Commits](svg/svgo@v3.3.3...v3.3.4) Updates `style-dictionary` from 4.4.0 to 5.4.4 - [Release notes](https://github.com/style-dictionary/style-dictionary/releases) - [Changelog](https://github.com/style-dictionary/style-dictionary/blob/main/CHANGELOG.md) - [Commits](style-dictionary/style-dictionary@v4.4.0...v5.4.4) Updates `nanoid` from 3.3.11 to 3.3.18 - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/3.3.18/CHANGELOG.md) - [Commits](ai/nanoid@3.3.11...3.3.18) --- updated-dependencies: - dependency-name: pnpm dependency-version: 11.11.0 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: postcss dependency-version: 8.5.23 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: browserslist dependency-version: 4.28.7 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: nanoid dependency-version: 3.3.18 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: svgo dependency-version: 3.3.4 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: style-dictionary dependency-version: 5.4.4 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: nanoid dependency-version: 3.3.18 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3d5bf83 commit 1beb659

9 files changed

Lines changed: 2624 additions & 2061 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"apps/*"
6060
],
6161
"dependencies": {
62-
"pnpm": "11.8.0"
62+
"pnpm": "11.11.0"
6363
},
6464
"prettier": "@utilitywarehouse/prettier-config",
6565
"packageManager": "pnpm@11.8.0",

packages/css-reset/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"devDependencies": {
2626
"cssnano": "^5.1.13",
27-
"postcss": "^8.4.16",
27+
"postcss": "^8.5.23",
2828
"postcss-cli": "^10.0.0"
2929
},
3030
"files": [

packages/fonts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"devDependencies": {
2323
"cssnano": "^5.1.15",
24-
"postcss": "^8.4.49",
24+
"postcss": "^8.5.23",
2525
"postcss-cli": "^10.1.0",
2626
"postcss-import": "^15.1.0"
2727
},

packages/react-native/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"@quidone/react-native-wheel-picker": "^1.6.1",
6363
"@react-stately/utils": "^3.12.1",
6464
"dayjs": "^1.11.13",
65-
"nanoid": "3.3.11"
65+
"nanoid": "3.3.18"
6666
},
6767
"devDependencies": {
6868
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
@@ -82,7 +82,7 @@
8282
"@utilitywarehouse/hearth-storybook-utils": "workspace:*",
8383
"@utilitywarehouse/hearth-svg-assets": "workspace:^",
8484
"@utilitywarehouse/hearth-tokens": "workspace:^",
85-
"@vitest/browser": "^3.2.4",
85+
"@vitest/browser": "^4.1.10",
8686
"@vitest/coverage-v8": "^3.2.4",
8787
"globals": "^15.15.0",
8888
"playwright": "^1.59.1",

packages/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,13 @@
106106
"@utilitywarehouse/hearth-tokens": "workspace:*",
107107
"@vitest/browser-playwright": "^4.1.7",
108108
"autoprefixer": "^10.4.20",
109-
"browserslist": "^4.28.1",
109+
"browserslist": "^4.28.7",
110110
"cssnano": "^7.0.6",
111111
"ejs": "^3.1.10",
112112
"globals": "^15.14.0",
113113
"oversight-lint": "^0.7.0",
114114
"playwright": "^1.59.1",
115-
"postcss": "^8.4.49",
115+
"postcss": "^8.5.23",
116116
"postcss-cli": "^11.0.0",
117117
"postcss-custom-media": "^11.0.5",
118118
"postcss-import": "^16.1.0",

packages/svg-assets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"dotenv": "^16.3.1",
2424
"fs-extra": "^11.1.1",
2525
"lodash": "^4.18.1",
26-
"svgo": "^3.0.2"
26+
"svgo": "^3.3.4"
2727
},
2828
"files": [
2929
"lib"

packages/svg-icons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"dotenv": "^16.3.1",
2020
"fs-extra": "^11.1.1",
2121
"lodash": "^4.18.1",
22-
"svgo": "^3.0.2"
22+
"svgo": "^3.3.4"
2323
},
2424
"files": [
2525
"lib"

packages/tokens/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@
5656
"@types/lodash.merge": "^4.6.9",
5757
"cssnano": "^5.1.15",
5858
"lodash.merge": "^4.6.2",
59-
"postcss": "^8.4.49",
59+
"postcss": "^8.5.23",
6060
"postcss-cli": "^10.1.0",
6161
"postcss-import": "^15.1.0",
62-
"style-dictionary": "^4.2.0",
62+
"style-dictionary": "^5.4.4",
6363
"stylelint": "^16.10.0"
6464
},
6565
"files": [

pnpm-lock.yaml

Lines changed: 2613 additions & 2050 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)