Skip to content

Commit 9396695

Browse files
Bump the dev-dependencies-patch group with 3 updates
Bumps the dev-dependencies-patch group with 3 updates: [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve), [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) and [vite-plugin-static-copy](https://github.com/sapphi-red/vite-plugin-static-copy). Updates `@rollup/plugin-node-resolve` from 16.0.2 to 16.0.3 - [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md) - [Commits](https://github.com/rollup/plugins/commits/node-resolve-v16.0.3/packages/node-resolve) Updates `typescript-eslint` from 8.46.0 to 8.46.1 - [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.46.1/packages/typescript-eslint) Updates `vite-plugin-static-copy` from 3.1.3 to 3.1.4 - [Release notes](https://github.com/sapphi-red/vite-plugin-static-copy/releases) - [Changelog](https://github.com/sapphi-red/vite-plugin-static-copy/blob/main/CHANGELOG.md) - [Commits](https://github.com/sapphi-red/vite-plugin-static-copy/compare/vite-plugin-static-copy@3.1.3...vite-plugin-static-copy@3.1.4) --- updated-dependencies: - dependency-name: "@rollup/plugin-node-resolve" dependency-version: 16.0.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies-patch - dependency-name: typescript-eslint dependency-version: 8.46.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies-patch - dependency-name: vite-plugin-static-copy dependency-version: 3.1.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent af3279b commit 9396695

3 files changed

Lines changed: 75 additions & 76 deletions

File tree

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"remark-preset-lint-consistent": "^6.0.1",
5858
"remark-preset-lint-recommended": "^7.0.1",
5959
"typescript": "^5.9.3",
60-
"typescript-eslint": "^8.46.0"
60+
"typescript-eslint": "^8.46.1"
6161
},
6262
"resolutions": {
6363
"path-to-regexp@npm:2.2.1": "^3",

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"devDependencies": {
3333
"@chromatic-com/storybook": "^3.2.7",
3434
"@eslint/js": "^8.57.0",
35-
"@rollup/plugin-node-resolve": "^16.0.2",
35+
"@rollup/plugin-node-resolve": "^16.0.3",
3636
"@storybook/addon-essentials": "^8.6.14",
3737
"@storybook/addon-interactions": "^8.6.14",
3838
"@storybook/addon-links": "^8.6.14",
@@ -80,10 +80,10 @@
8080
"tslib": "^2.8.1",
8181
"tsx": "^4.20.6",
8282
"typescript": "^5.9.3",
83-
"typescript-eslint": "^8.46.0",
83+
"typescript-eslint": "^8.46.1",
8484
"vite": "^6.3.6",
8585
"vite-plugin-image-optimizer": "^2.0.2",
86-
"vite-plugin-static-copy": "^3.1.3",
86+
"vite-plugin-static-copy": "^3.1.4",
8787
"vite-plugin-svgr": "^4.5.0",
8888
"vite-tsconfig-paths": "^5.1.4",
8989
"vitest": "^3.0.9"

0 commit comments

Comments
 (0)