Skip to content

Conversation

renovate-sh-app[bot]
Copy link
Contributor

@renovate-sh-app renovate-sh-app bot commented Oct 15, 2025

This PR contains the following updates:

Package Change Age Confidence
@stylistic/eslint-plugin-ts (source) ^2.9.0 -> ^4.0.0 age confidence
@testing-library/react 12.1.5 -> 16.3.0 age confidence
@​types/glob ^8.1.0 -> ^9.0.0 age confidence
@types/jest (source) ^29.5.14 -> ^30.0.0 age confidence
@​types/testing-library__jest-dom 5.14.8 -> 6.0.0 age confidence
copy-webpack-plugin ^11.0.0 -> ^13.0.0 age confidence
cspell (source) ^8.14.4 -> ^9.0.0 age confidence
css-loader ^6.7.3 -> ^7.0.0 age confidence
eslint (source) ^8.57.0 -> ^9.0.0 age confidence
eslint-config-prettier ^8.8.0 -> ^10.0.0 age confidence
eslint-plugin-deprecation ^2.0.0 -> ^3.0.0 age confidence
eslint-plugin-jsdoc ^48.1.0 -> ^60.0.0 age confidence
eslint-plugin-prettier ^4.0.0 -> ^5.0.0 age confidence
eslint-plugin-react-hooks (source) ^4.6.0 -> ^6.0.0 age confidence
eslint-webpack-plugin ^4.0.1 -> ^5.0.0 age confidence
fork-ts-checker-webpack-plugin ^8.0.0 -> ^9.0.0 age confidence
jest (source) ^29.7.0 -> ^30.0.0 age confidence
jest-environment-jsdom (source) ^29.7.0 -> ^30.0.0 age confidence
react-redux 7.2.6 -> 9.2.0 age confidence
sass-loader 13.3.1 -> 16.0.5 age confidence
style-loader 3.3.3 -> 4.0.0 age confidence
webpack-cli (source) ^5.1.4 -> ^6.0.0 age confidence

Release Notes

eslint-stylistic/eslint-stylistic (@​stylistic/eslint-plugin-ts)

v4.4.1

Compare Source

Bug Fixes
  • keyword-spacing: check spaces around the type keyword in export declarations (#​797) (6854a3c)
Chores

v4.4.0

Compare Source

Features

v4.3.0

Compare Source

Features
Bug Fixes
  • eslint-plugin: only export interfaces in index (#​763) (93a4eb1)
  • handle new AST change on TSImportType (8f31461)
  • indent: handle ChainExpression and AwaitExpression when offsetTernaryExpressionsOffsetCallExpressions (#​751) (a1af663)
  • indent: wrong PropertyDefinition value offset when ts type have multiple line (#​774) (140e18f)
  • no-extra-parens: do not break specific ReturnStatement (#​738) (a375a92)
Documentation
Chores

v4.2.0

Compare Source

Features
  • config: update yield-star-spacing and generator-star-spacing config to align with Prettier (86d17c8)
Documentation

v4.1.0

Compare Source

Features
  • add module.exports named export for require(esm) compatibility (#​700) (668c955)
Documentation
Chores

v4.0.1

Compare Source

Bug Fixes
  • indent-binary-ops: handle { for left token check (#​693) (7f2740e)
Chores

v4.0.0

Compare Source

Features
Chores

v3.1.0

Compare Source

Features
  • generic-spacing: remove spaces in type param instantiation (#​677) (2a29e28)

v3.0.1

Compare Source

Bug Fixes

v3.0.0

Compare Source

⚠ BREAKING CHANGES
  • indent-binary-ops: remove unnecessary logic (#​645)
  • cross test function-call-spacing (#​565)
  • comma-style: turn off all exceptions option by default (#​602)
Features
  • comma-style: turn off all exceptions option by default (#​602) (c424d63)
  • cross test function-call-spacing (#​565) (80ec2e4)
  • quotes: Option to allow template literals only to avoid escape (#​643) (5558bdb)
  • type-generic-spacing: remove whitespaces in generic types (#​667) (8dd68e2)
Bug Fixes
  • jsx-wrap-multilines: prevent crash when using tabs (#​653) (8cbc9f8)
  • plus: dependencies bundle (ba9ed81)
Documentation
Chores
testing-library/react-testing-library (@​testing-library/react)

v16.3.0

Compare Source

Features
  • add bernardobelchior as a contributor for code, and doc (#​1391) (9fc6a75)

v16.2.0

Compare Source

Features

v16.1.0

Compare Source

Features

v16.0.1

Compare Source

Bug Fixes
  • Add support for exactOptionalPropertyTypes in TypeScript (#​1351) (3dcd8a9)

v16.0.0

Compare Source

Features
  • Move @testing-library/dom and @types/react-dom to peer dependencies (#​1305) (a4744fa)
BREAKING CHANGES
  • @testing-library/dom was moved to a peer dependency and needs to be explicitly installed. This reduces the chance of having conflicting versions of @testing-library/dom installed that frequently caused bugs when used with @testing-library/user-event. We will also be able to allow new versions of @testing-library/dom being used without a SemVer major release of @testing-library/react by just widening the peer dependency.
    @types/react-dom needs to be installed if you're typechecking files using @testing-library/react.

v15.0.7

Compare Source

Bug Fixes
  • Ensure act is not any when React.act is not declared (#​1323) (c1f2957)

v15.0.6

Compare Source

Bug Fixes

v15.0.5

Compare Source

Bug Fixes

v15.0.4

Compare Source

Bug Fixes

v15.0.3

Compare Source

Bug Fixes
  • Don't raise TypeScript errors when hydating document (#​1304) (067d0c6)

v15.0.2

Compare Source

Bug Fixes

v15.0.1

Compare Source

Bug Fixes

v15.0.0

Compare Source

Release
BREAKING CHANGES
  • Minimum supported Node.js version is 18.0
  • New version of @testing-library/dom changes various roles. Check out the changed tests in testing-library/dom-testing-library@2c57055 to get an overview about what changed.

v14.3.1

Compare Source

Bug Fixes

v14.3.0

Compare Source

Features

v14.2.2

Compare Source

Bug Fixes

v14.2.1

Compare Source

Bug Fixes
  • Update types to support all possible react component return values (#​1272) (55e79c2)

v14.2.0

Compare Source

Features
  • add reactStrictMode option to enable strict mode render (#​1241) (0880eba)

v14.1.2

Compare Source

Bug Fixes

v14.1.1

Compare Source

Bug Fixes

v14.1.0

Compare Source

Features

v14.0.0

Compare Source

Bug Fixes
Features
BREAKING CHANGES

v13.4.0

Compare Source

Features
  • renderHook: allow passing of all render options to renderHook (#​1118) (27a9584)

v13.3.0

Compare Source

Features

v13.2.0

Compare Source

Features

v13.1.1

Compare Source

Bug Fixes

v13.1.0

Compare Source

Features

v13.0.1

Compare Source

Bug Fixes

v13.0.0

Compare Source

Features
BREAKING CHANGES
webpack-contrib/copy-webpack-plugin (copy-webpack-plugin)

v13.0.1

Compare Source

v13.0.0

Compare Source

⚠ BREAKING CHANGES

For more information please visit tinyglobby.

The breaking change only affects the developer who used these options - gitignore and ignoreFiles in the globOptions option.

Please migrate to the ignore option.

Bug Fixes
  • concurrency option is limited to files now (#​796) (d42469c)
  • the order of patterns provided by the developer is respected
12.0.2 (2024-01-17)
Bug Fixes
12.0.1 (2024-01-11)
Bug Fixes

v12.0.2

Compare Source

⚠ BREAKING CHANGES

For more information please visit tinyglobby.

The breaking change only affects the developer who used these options - gitignore and ignoreFiles in the globOptions option.

Please migrate to the ignore option.

Bug Fixes
  • concurrency option is limited to files now (#​796) (d42469c)
  • the order of patterns provided by the developer is respected
12.0.2 (2024-01-17)
Bug Fixes
12.0.1 (2024-01-11)
Bug Fixes

v12.0.1

Compare Source

⚠ BREAKING CHANGES

For more information please visit tinyglobby.

The breaking change only affects the developer who used these options - gitignore and ignoreFiles in the globOptions option.

Please migrate to the ignore option.

Bug Fixes
  • concurrency option is limited to files now (#​796) (d42469c)
  • the order of patterns provided by the developer is respected
12.0.2 (2024-01-17)
Bug Fixes
12.0.1 (2024-01-11)
Bug Fixes

v12.0.0

Compare Source

⚠ BREAKING CHANGES

For more information please visit tinyglobby.

The breaking change only affects the developer who used these options - gitignore and ignoreFiles in the globOptions option.

Please migrate to the ignore option.

Bug Fixes
  • concurrency option is limited to files now (#​796) (d42469c)
  • the order of patterns provided by the developer is respected
12.0.2 (2024-01-17)
Bug Fixes
12.0.1 (2024-01-11)
Bug Fixes
streetsidesoftware/cspell (cspell)

v9.2.1

Compare Source

Dictionary Updates
fix: Workflow Bot -- Update Dictionaries (main) (#​7795)
fix: Workflow Bot -- Update Dictionaries (main) (#​7795)

v9.2.0

Compare Source

refactor: Support url based cache entries (#​7639)
refactor: Support url based cache entries (#​7639)

Features
fix: Support remote dependencies in cache (#​7642)
fix: Support remote dependencies in cache (#​7642)

Fixes
fix: Remove `flat-cache` dependency (#​7636)
fix: Remove flat-cache dependency (#​7636)

flat-cache v6 is not compatible with the cspell cache. Since flat-cache was mostly a pass through to flatted, it was better to just replace it.


refactor: move towards caching URLs (#​7634)
refactor: move towards caching URLs (#​7634)

fix: Support async cache (#​7631)
fix: Support async cache (#​7631)

fix: Replace file-entry-cache (#​6579)
fix: Replace file-entry-cache (#​6579)

Deprecating the use of file-entry-cache.

v10 of file-entry-cache breaks the spell check


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@renovate-sh-app renovate-sh-app bot requested a review from a team as a code owner October 15, 2025 15:12
@renovate-sh-app renovate-sh-app bot requested a review from Ukochka October 15, 2025 15:12
@grafana-plugins-platform-bot grafana-plugins-platform-bot bot moved this from 📬 Triage to 🔬 In review in Plugins Platform / Grafana Community Oct 15, 2025
@renovate-sh-app renovate-sh-app bot force-pushed the renovate/major-npm-dependencies branch 2 times, most recently from 19de71a to ed87a3a Compare October 16, 2025 00:08
| datasource | package                          | from    | to     |
| ---------- | -------------------------------- | ------- | ------ |
| npm        | @stylistic/eslint-plugin-ts      | 2.13.0  | 4.4.1  |
| npm        | @testing-library/react           | 12.1.5  | 16.3.0 |
| npm        | @types/glob                      | 8.1.0   | 9.0.0  |
| npm        | @types/jest                      | 29.5.14 | 30.0.0 |
| npm        | @types/testing-library__jest-dom | 5.14.8  | 6.0.0  |
| npm        | copy-webpack-plugin              | 11.0.0  | 13.0.1 |
| npm        | cspell                           | 8.19.4  | 9.2.1  |
| npm        | css-loader                       | 6.11.0  | 7.1.2  |
| npm        | eslint                           | 8.57.1  | 9.36.0 |
| npm        | eslint-config-prettier           | 8.10.0  | 10.1.8 |
| npm        | eslint-plugin-deprecation        | 2.0.0   | 3.0.0  |
| npm        | eslint-plugin-jsdoc              | 48.11.0 | 60.7.0 |
| npm        | eslint-plugin-prettier           | 4.2.1   | 5.5.4  |
| npm        | eslint-plugin-react-hooks        | 4.6.2   | 6.1.0  |
| npm        | eslint-webpack-plugin            | 4.2.0   | 5.0.2  |
| npm        | fork-ts-checker-webpack-plugin   | 8.0.0   | 9.1.0  |
| npm        | jest                             | 29.7.0  | 30.2.0 |
| npm        | jest-environment-jsdom           | 29.7.0  | 30.2.0 |
| npm        | react-redux                      | 7.2.6   | 9.2.0  |
| npm        | sass-loader                      | 13.3.1  | 16.0.5 |
| npm        | style-loader                     | 3.3.3   | 4.0.0  |
| npm        | webpack-cli                      | 5.1.4   | 6.0.1  |


Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
@renovate-sh-app renovate-sh-app bot force-pushed the renovate/major-npm-dependencies branch from ed87a3a to af9273c Compare October 16, 2025 06:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: 🔬 In review

Development

Successfully merging this pull request may close these issues.

0 participants