Skip to content

Commit bce7ec9

Browse files
dependabot[bot]elchininet
authored andcommitted
[Dependencies]: Bump the dependencies-dev group with 4 updates
Bumps the dependencies-dev group with 4 updates: [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest), [rimraf](https://github.com/isaacs/rimraf), [rollup](https://github.com/rollup/rollup) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `eslint-plugin-jest` from 29.1.0 to 29.2.0 - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](jest-community/eslint-plugin-jest@v29.1.0...v29.2.0) Updates `rimraf` from 6.1.0 to 6.1.2 - [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md) - [Commits](isaacs/rimraf@v6.1.0...v6.1.2) Updates `rollup` from 4.53.2 to 4.53.3 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v4.53.2...v4.53.3) Updates `typescript-eslint` from 8.46.4 to 8.47.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.47.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-version: 29.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies-dev - dependency-name: rimraf dependency-version: 6.1.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies-dev - dependency-name: rollup dependency-version: 4.53.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies-dev - dependency-name: typescript-eslint dependency-version: 8.47.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies-dev ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4c4af2e commit bce7ec9

File tree

2 files changed

+209
-190
lines changed

2 files changed

+209
-190
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,20 +75,20 @@
7575
"@types/node": "^24.10.1",
7676
"@types/rtlcss": "^3.5.4",
7777
"eslint": "^9.39.1",
78-
"eslint-plugin-jest": "^29.1.0",
78+
"eslint-plugin-jest": "^29.2.0",
7979
"globals": "^16.5.0",
8080
"jest": "^30.2.0",
8181
"jest-specific-snapshot": "^8.0.0",
8282
"postcss": "^8.4.38",
8383
"postcss-preset-env": "^10.4.0",
8484
"replace-in-file": "^8.3.0",
85-
"rimraf": "^6.1.0",
86-
"rollup": "^4.53.2",
85+
"rimraf": "^6.1.2",
86+
"rollup": "^4.53.3",
8787
"rollup-plugin-ts": "^3.4.5",
8888
"ts-jest": "^29.4.5",
8989
"tslib": "^2.8.1",
9090
"typescript": "^5.9.3",
91-
"typescript-eslint": "^8.46.4"
91+
"typescript-eslint": "^8.47.0"
9292
},
9393
"peerDependencies": {
9494
"postcss": "^8.4.21"

0 commit comments

Comments
 (0)