Skip to content

Commit 1ffde16

Browse files
dependabot[bot]regexowl
authored andcommitted
build(deps): bump the minor-and-patch group with 6 updates
Bumps the minor-and-patch group with 6 updates: | Package | From | To | | --- | --- | --- | | [smol-toml](https://github.com/squirrelchat/smol-toml) | `1.5.2` | `1.6.0` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.50.0` | `8.50.1` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.50.0` | `8.50.1` | | [eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library) | `7.14.0` | `7.15.3` | | [sass](https://github.com/sass/dart-sass) | `1.96.0` | `1.97.1` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.50.0` | `8.50.1` | Updates `smol-toml` from 1.5.2 to 1.6.0 - [Release notes](https://github.com/squirrelchat/smol-toml/releases) - [Commits](squirrelchat/smol-toml@v1.5.2...v1.6.0) Updates `@typescript-eslint/eslint-plugin` from 8.50.0 to 8.50.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.50.1/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.50.0 to 8.50.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.50.1/packages/parser) Updates `eslint-plugin-testing-library` from 7.14.0 to 7.15.3 - [Release notes](https://github.com/testing-library/eslint-plugin-testing-library/releases) - [Changelog](https://github.com/testing-library/eslint-plugin-testing-library/blob/main/release.config.js) - [Commits](testing-library/eslint-plugin-testing-library@v7.14.0...v7.15.3) Updates `sass` from 1.96.0 to 1.97.1 - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](sass/dart-sass@1.96.0...1.97.1) Updates `typescript-eslint` from 8.50.0 to 8.50.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.50.1/packages/typescript-eslint) --- updated-dependencies: - dependency-name: smol-toml dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.50.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: "@typescript-eslint/parser" dependency-version: 8.50.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: eslint-plugin-testing-library dependency-version: 7.15.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: sass dependency-version: 1.97.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: typescript-eslint dependency-version: 8.50.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1cfff20 commit 1ffde16

File tree

2 files changed

+84
-84
lines changed

2 files changed

+84
-84
lines changed

package-lock.json

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

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"react-router-dom": "6.27.0",
2929
"redux": "5.0.1",
3030
"redux-promise-middleware": "6.2.0",
31-
"smol-toml": "1.5.2"
31+
"smol-toml": "1.6.0"
3232
},
3333
"devDependencies": {
3434
"@babel/core": "7.28.5",
@@ -51,8 +51,8 @@
5151
"@types/react": "18.3.27",
5252
"@types/react-dom": "18.3.7",
5353
"@types/react-redux": "7.1.34",
54-
"@typescript-eslint/eslint-plugin": "8.50.0",
55-
"@typescript-eslint/parser": "8.50.0",
54+
"@typescript-eslint/eslint-plugin": "8.50.1",
55+
"@typescript-eslint/parser": "8.50.1",
5656
"@vitejs/plugin-react": "5.1.2",
5757
"@vitest/coverage-v8": "3.2.4",
5858
"babel-loader": "10.0.0",
@@ -71,7 +71,7 @@
7171
"eslint-plugin-react": "7.37.5",
7272
"eslint-plugin-react-hooks": "5.2.0",
7373
"eslint-plugin-react-redux": "4.2.2",
74-
"eslint-plugin-testing-library": "7.14.0",
74+
"eslint-plugin-testing-library": "7.15.3",
7575
"git-revision-webpack-plugin": "5.0.0",
7676
"globals": "16.5.0",
7777
"history": "5.3.0",
@@ -87,14 +87,14 @@
8787
"postcss-scss": "4.0.9",
8888
"react-chartjs-2": "5.3.1",
8989
"redux-mock-store": "1.5.5",
90-
"sass": "1.96.0",
90+
"sass": "1.97.1",
9191
"sass-loader": "16.0.6",
9292
"stylelint": "16.26.1",
9393
"stylelint-config-recommended-scss": "16.0.2",
9494
"ts-node": "10.9.2",
9595
"ts-patch": "3.3.0",
9696
"typescript": "5.9.3",
97-
"typescript-eslint": "8.50.0",
97+
"typescript-eslint": "8.50.1",
9898
"uuid": "13.0.0",
9999
"vitest": "3.2.4",
100100
"vitest-canvas-mock": "1.1.3",

0 commit comments

Comments
 (0)