Skip to content

Commit 5a22171

Browse files
dependabot[bot]elchininet
authored andcommitted
[Dependencies]: Bump the dependencies-dev group with 4 updates
Bumps the dependencies-dev group with 4 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [postcss-preset-env](https://github.com/csstools/postcss-plugins/tree/HEAD/plugin-packs/postcss-preset-env), [rollup](https://github.com/rollup/rollup) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `@types/node` from 25.0.3 to 25.0.6 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `postcss-preset-env` from 10.6.0 to 10.6.1 - [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugin-packs/postcss-preset-env/CHANGELOG.md) - [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugin-packs/postcss-preset-env) Updates `rollup` from 4.54.0 to 4.55.1 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v4.54.0...v4.55.1) Updates `typescript-eslint` from 8.51.0 to 8.52.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.52.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 25.0.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies-dev - dependency-name: postcss-preset-env dependency-version: 10.6.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies-dev - dependency-name: rollup dependency-version: 4.55.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies-dev - dependency-name: typescript-eslint dependency-version: 8.52.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies-dev ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6d0462f commit 5a22171

File tree

2 files changed

+321
-206
lines changed

2 files changed

+321
-206
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,23 +72,23 @@
7272
"@types/eslint": "^9.6.1",
7373
"@types/jest": "^30.0.0",
7474
"@types/jest-specific-snapshot": "^0.5.9",
75-
"@types/node": "^25.0.3",
75+
"@types/node": "^25.0.6",
7676
"@types/rtlcss": "^3.5.4",
7777
"eslint": "^9.39.2",
7878
"eslint-plugin-jest": "^29.12.1",
7979
"globals": "^17.0.0",
8080
"jest": "^30.2.0",
8181
"jest-specific-snapshot": "^8.0.0",
8282
"postcss": "^8.4.38",
83-
"postcss-preset-env": "^10.6.0",
83+
"postcss-preset-env": "^10.6.1",
8484
"replace-in-file": "^8.4.0",
8585
"rimraf": "^6.1.2",
86-
"rollup": "^4.54.0",
86+
"rollup": "^4.55.1",
8787
"rollup-plugin-ts": "^3.4.5",
8888
"ts-jest": "^29.4.6",
8989
"tslib": "^2.8.1",
9090
"typescript": "^5.9.3",
91-
"typescript-eslint": "^8.51.0"
91+
"typescript-eslint": "^8.52.0"
9292
},
9393
"peerDependencies": {
9494
"postcss": "^8.4.21"

0 commit comments

Comments
 (0)