Skip to content

chore(deps): update npm dependencies (major) - autoclosed#32

Closed
renovate-sh-app[bot] wants to merge 1 commit intomainfrom
renovate/major-npm-dependencies
Closed

chore(deps): update npm dependencies (major) - autoclosed#32
renovate-sh-app[bot] wants to merge 1 commit intomainfrom
renovate/major-npm-dependencies

Conversation

@renovate-sh-app
Copy link

@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 14.0.0 -> 16.3.0 age confidence
@types/jest (source) ^29.5.0 -> ^30.0.0 age confidence
@types/node (source) ^20.8.7 -> ^22.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
css-loader ^6.7.3 -> ^7.0.0 age confidence
eslint (source) ^8.0.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 ^46.8.0 -> ^60.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
glob ^10.2.7 -> ^11.0.0 age confidence
jest (source) ^29.5.0 -> ^30.0.0 age confidence
jest-environment-jsdom (source) ^29.5.0 -> ^30.0.0 age confidence
prettier (source) ^2.8.7 -> ^3.0.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
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
webpack-contrib/css-loader (css-loader)

v7.1.2

Compare Source

v7.1.1

Compare Source

v7.1.0

Compare Source

Features
  • added the getJSON option to output CSS modules mapping (#​1577) (af834b4)

v7.0.0

Compare Source

⚠ BREAKING CHANGES
  • The modules.namedExport option is true by default if you enable the esModule option

Migration guide:

Before:

import style from "./style.css";

console.log(style.myClass);

After:

import * as style from "./style.css";

console.log(style.myClass);

To restore 6.x behavior, please use:

module.exports = {
  module: {
    rules: [
      {
        test: /\.css$/i,
        loader: "css-loader",
        options: {
          modules: {
            namedExport: false,
            exportLocalsConvention: 'as-is',
            //
            // or, if you prefer camelcase style
            //
            // exportLocalsConvention: 'camel-case-only'
          },
        },
      },
    ],
  },
};

Typescript migration:

Before:

declare module '*.module.css' {
  const classes: { [key: string]: string };
  export default classes;
}

After:

declare module '*.module.css' {
  const classes: { [key: string]: string };
  export = classes;
}
  • The modules.exportLocalsConvention has the value as-is when the modules.namedExport option is true and you don't specify a value
  • Minimum supported webpack version is 5.27.0
  • Minimum supported Node.js version is 18.12.0
Features
  • The modules.namedExports option works fine with any modules.exportLocalsConvention values (f96a110)
  • Added dashed variants for the modules.exportLocalsConvention options (40e1668)
eslint/eslint (eslint)

v9.36.0

Compare Source

Features

  • 47afcf6 feat: correct preserve-caught-error edge cases (#​20109) (Francesco Trotta)

Bug Fixes

Documentation

  • b73ab12 docs: update examples to use defineConfig (#​20131) (sethamus)
  • 31d9392 docs: fix typos (#​20118) (Pixel998)
  • c7f861b docs: Update README (GitHub Actions Bot)
  • 6b0c08b docs: Update README (GitHub Actions Bot)
  • 91f97c5 docs: Update README (GitHub Actions Bot)

Chores

  • 12411e8 chore: upgrade @​eslint/js@​9.36.0 (#​20139) (Milos Djermanovic)
  • 488cba6 chore: package.json update for @​eslint/js release (Jenkins)
  • bac82a2 ci: simplify renovate configuration (#​19907) (唯然)
  • c00bb37 ci: bump actions/labeler from 5 to 6 (#​20090) (dependabot[bot])
  • fee751d refactor: use defaultOptions in rules (#​20121) (Pixel998)
  • 1ace67d chore: update example to use defineConfig (#​20111) (루밀LuMir)
  • 4821963 test: add missing loc information to error objects in rule tests (#​20112) (루밀LuMir)
  • b42c42e chore: disallow use of deprecated type property in core rule tests (#​20094) (Milos Djermanovic)
  • 7bb498d test: remove deprecated type property from core rule tests (#​20093) (Pixel998)
  • e10cf2a ci: bump actions/setup-node from 4 to 5 (#​20089) (dependabot[bot])
  • 5cb0ce4 refactor: use meta.defaultOptions in preserve-caught-error (#​20080) (Pixel998)
  • f9f7cb5 chore: package.json update for eslint-config-eslint release (Jenkins)
  • 81764b2 chore: update eslint peer dependency in eslint-config-eslint (#​20079) (Milos Djermanovic)

v9.35.0

[Compare Source](https://redirect.github.com


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:15
@renovate-sh-app renovate-sh-app bot requested review from mckn and removed request for a team October 15, 2025 15:15
@renovate-sh-app
Copy link
Author

renovate-sh-app bot commented Oct 15, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm.
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: vonage-status-panel@2.0.4
npm error Found: eslint@9.37.0
npm error node_modules/eslint
npm error   dev eslint@"^9.0.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer eslint@"^8.0.0" from eslint-plugin-deprecation@3.0.0
npm error node_modules/eslint-plugin-deprecation
npm error   dev eslint-plugin-deprecation@"^3.0.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /tmp/renovate/cache/others/npm/_logs/2025-10-16T00_10_31_192Z-eresolve-report.txt
npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2025-10-16T00_10_31_192Z-debug-0.log

@grafana-plugins-platform-bot grafana-plugins-platform-bot bot moved this from 📬 Triage to 🔬 In review in Grafana Catalog Team Oct 15, 2025
@renovate-sh-app renovate-sh-app bot force-pushed the renovate/major-npm-dependencies branch from 37d5f66 to b7a7fda Compare October 15, 2025 18:15
| datasource | package                          | from     | to      |
| ---------- | -------------------------------- | -------- | ------- |
| npm        | @stylistic/eslint-plugin-ts      | 2.13.0   | 4.4.1   |
| npm        | @testing-library/react           | 14.0.0   | 16.3.0  |
| npm        | @types/jest                      | 29.5.12  | 30.0.0  |
| npm        | @types/node                      | 20.12.12 | 22.18.8 |
| npm        | @types/testing-library__jest-dom | 5.14.8   | 6.0.0   |
| npm        | copy-webpack-plugin              | 11.0.0   | 13.0.1  |
| npm        | css-loader                       | 6.11.0   | 7.1.2   |
| npm        | eslint                           | 8.57.1   | 9.36.0  |
| npm        | eslint-config-prettier           | 8.8.0    | 10.1.8  |
| npm        | eslint-plugin-deprecation        | 2.0.0    | 3.0.0   |
| npm        | eslint-plugin-jsdoc              | 46.8.2   | 60.7.0  |
| npm        | eslint-plugin-react-hooks        | 4.6.0    | 6.1.0   |
| npm        | eslint-webpack-plugin            | 4.1.0    | 5.0.2   |
| npm        | fork-ts-checker-webpack-plugin   | 8.0.0    | 9.1.0   |
| npm        | glob                             | 10.3.16  | 11.0.3  |
| npm        | jest                             | 29.7.0   | 30.2.0  |
| npm        | jest-environment-jsdom           | 29.7.0   | 30.2.0  |
| npm        | prettier                         | 2.8.8    | 3.6.2   |
| 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 b7a7fda to ea8a640 Compare October 16, 2025 00:10
@renovate-sh-app renovate-sh-app bot changed the title chore(deps): update npm dependencies (major) chore(deps): update npm dependencies (major) - autoclosed Oct 17, 2025
@renovate-sh-app renovate-sh-app bot closed this Oct 17, 2025
@renovate-sh-app renovate-sh-app bot deleted the renovate/major-npm-dependencies branch October 17, 2025 12:12
@github-project-automation github-project-automation bot moved this from 🔬 In review to 🚀 Shipped in Grafana Catalog Team Oct 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

0 participants