Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 16, 2025

Bumps the all-dependencies group with 22 updates in the / directory:

Package From To
@grafana/async-query-data 0.4.1 0.4.2
@eslint/js 9.27.0 9.29.0
@grafana/data 12.0.0 12.0.1
@grafana/eslint-config 8.0.0 8.1.0
@grafana/runtime 12.0.0 12.0.1
@grafana/ui 12.0.0 12.0.1
@stylistic/eslint-plugin-ts 4.2.0 4.4.1
@swc/core 1.11.24 1.12.1
@types/lodash 4.17.16 4.17.17
@types/node 22.15.19 24.0.3
@typescript-eslint/eslint-plugin 8.32.1 8.34.0
@typescript-eslint/parser 8.32.1 8.34.0
cspell 9.0.1 9.1.1
esbuild 0.25.4 0.25.5
eslint 9.27.0 9.29.0
eslint-plugin-jsdoc 50.6.17 51.0.1
jest 29.7.0 30.0.0
@types/jest 29.5.14 30.0.0
jest-environment-jsdom 29.7.0 30.0.0
lefthook 1.11.13 1.11.14
react-router-dom 7.6.0 7.6.2
rollup 4.41.0 4.43.0

Updates @grafana/async-query-data from 0.4.1 to 0.4.2

Changelog

Sourced from @​grafana/async-query-data's changelog.

v0.4.2

  • Bump the all-node-dependencies group across 1 directory with 25 updates in #78
  • Chore: Use npm_token from vault in #77
  • add zizmor ignore rule in #76
  • Use vault to generate token in #75
  • Cleanup github actions files in #74
  • Bump the all-node-dependencies group across 1 directory with 5 updates in #65
Commits

Updates @eslint/js from 9.27.0 to 9.29.0

Release notes

Sourced from @​eslint/js's releases.

v9.29.0

Features

  • f686fcb feat: add ecmaVersion: 2026, parsing using and await using (#19832) (Milos Djermanovic)
  • 19cdd22 feat: prune suppressions for non-existent files (#19825) (TKDev7)
  • b3d720f feat: add ES2025 globals (#19835) (fisker Cheung)
  • 677a283 feat: add auto-accessor fields support to class-methods-use-this (#19789) (sethamus)
  • dbba058 feat: allow global type declaration in no-var (#19714) (Remco Haszing)
  • 342bd29 feat: ignore type annotations in no-restricted-globals (#19781) (sethamus)
  • 786bcd1 feat: add allowProperties option to no-restricted-properties (#19772) (sethamus)
  • 05b66d0 feat: add sourceCode.isGlobalReference(node) method (#19695) (Nitin Kumar)

Bug Fixes

  • 85c082c fix: explicit matching behavior with negated patterns and arrays (#19845) (Milos Djermanovic)
  • 9bda4a9 fix: fix LintOptions.filterCodeBlock types (#19837) (ntnyq)
  • 7ab77a2 fix: correct breaking deprecation of FlatConfig type (#19826) (Logicer)
  • 1ba3318 fix: add language and dialects to no-use-before-define (#19808) (Francesco Trotta)

Documentation

  • 00e3e6a docs: add support for custom name parameter to includeIgnoreFile (#19795) (루밀LuMir)
  • 3aed075 docs: Update README (GitHub Actions Bot)
  • a2f888d docs: enhance documentation with links and fix typos (#19761) (루밀LuMir)
  • 53c3235 docs: update to clarify prompt usage (#19748) (Jennifer Davis)

Chores

  • 5c114c9 chore: upgrade @​eslint/js@​9.29.0 (#19851) (Milos Djermanovic)
  • acf2201 chore: package.json update for @​eslint/js release (Jenkins)
  • a806994 refactor: Remove eslintrc from flat config functionality (#19833) (Nicholas C. Zakas)
  • 152ed51 test: switch to flat config mode in code path analysis tests (#19824) (Milos Djermanovic)
  • b647239 chore: Update first-party dependencies faster with Renovate (#19822) (Nicholas C. Zakas)
  • 7abe42e refactor: SafeEmitter -> SourceCodeVisitor (#19708) (Nicholas C. Zakas)
  • e392895 perf: improve time complexity of getLocFromIndex (#19782) (루밀LuMir)
  • 0ed289c chore: remove accidentally committed file (#19807) (Francesco Trotta)

v9.28.0

Features

  • b0674be feat: Customization of serialization for languageOptions (#19760) (Nicholas C. Zakas)
  • a95721f feat: Add --pass-on-unpruned-suppressions CLI option (#19773) (Milos Djermanovic)
  • bfd0e7a feat: support TypeScript syntax in no-use-before-define (#19566) (Tanuj Kanti)
  • 68c61c0 feat: support TS syntax in no-shadow (#19565) (Nitin Kumar)
  • 0f773ef feat: support TS syntax in no-magic-numbers (#19561) (Nitin Kumar)
  • c4a6b60 feat: add allowTypeAnnotation to func-style (#19754) (sethamus)
  • b03ad17 feat: add TypeScript support to prefer-arrow-callback (#19678) (Tanuj Kanti)
  • bc3c331 feat: ignore overloaded function declarations in func-style rule (#19755) (sethamus)

Bug Fixes

  • eea3e7e fix: Remove configured global variables from GlobalScope#implicit (#19779) (Milos Djermanovic)
  • a467de3 fix: update context.report types (#19751) (Nitin Kumar)
  • fd467bb fix: remove interopDefault to use jiti's default (#19697) (sethamus)
  • 72d16e3 fix: avoid false positive in no-unassigned-vars for declare module (#19746) (Azat S.)
  • 81c3c93 fix: curly types (#19750) (Eli)

... (truncated)

Changelog

Sourced from @​eslint/js's changelog.

v9.29.0 - June 13, 2025

  • 5c114c9 chore: upgrade @​eslint/js@​9.29.0 (#19851) (Milos Djermanovic)
  • acf2201 chore: package.json update for @​eslint/js release (Jenkins)
  • f686fcb feat: add ecmaVersion: 2026, parsing using and await using (#19832) (Milos Djermanovic)
  • 85c082c fix: explicit matching behavior with negated patterns and arrays (#19845) (Milos Djermanovic)
  • 00e3e6a docs: add support for custom name parameter to includeIgnoreFile (#19795) (루밀LuMir)
  • 9bda4a9 fix: fix LintOptions.filterCodeBlock types (#19837) (ntnyq)
  • a806994 refactor: Remove eslintrc from flat config functionality (#19833) (Nicholas C. Zakas)
  • 19cdd22 feat: prune suppressions for non-existent files (#19825) (TKDev7)
  • b3d720f feat: add ES2025 globals (#19835) (fisker Cheung)
  • 677a283 feat: add auto-accessor fields support to class-methods-use-this (#19789) (sethamus)
  • 3aed075 docs: Update README (GitHub Actions Bot)
  • 7ab77a2 fix: correct breaking deprecation of FlatConfig type (#19826) (Logicer)
  • a2f888d docs: enhance documentation with links and fix typos (#19761) (루밀LuMir)
  • dbba058 feat: allow global type declaration in no-var (#19714) (Remco Haszing)
  • 152ed51 test: switch to flat config mode in code path analysis tests (#19824) (Milos Djermanovic)
  • b647239 chore: Update first-party dependencies faster with Renovate (#19822) (Nicholas C. Zakas)
  • 7abe42e refactor: SafeEmitter -> SourceCodeVisitor (#19708) (Nicholas C. Zakas)
  • 342bd29 feat: ignore type annotations in no-restricted-globals (#19781) (sethamus)
  • e392895 perf: improve time complexity of getLocFromIndex (#19782) (루밀LuMir)
  • 1ba3318 fix: add language and dialects to no-use-before-define (#19808) (Francesco Trotta)
  • 786bcd1 feat: add allowProperties option to no-restricted-properties (#19772) (sethamus)
  • 05b66d0 feat: add sourceCode.isGlobalReference(node) method (#19695) (Nitin Kumar)
  • 53c3235 docs: update to clarify prompt usage (#19748) (Jennifer Davis)
  • 0ed289c chore: remove accidentally committed file (#19807) (Francesco Trotta)

v9.28.0 - May 30, 2025

  • 175b7b8 chore: upgrade to @eslint/[email protected] (#19802) (Francesco Trotta)
  • 844f5a6 chore: package.json update for @​eslint/js release (Jenkins)
  • b0674be feat: Customization of serialization for languageOptions (#19760) (Nicholas C. Zakas)
  • 3ec2082 docs: Nested arrays in files config entry (#19799) (Nicholas C. Zakas)
  • 89a65b0 docs: clarify how config arrays can apply to subsets of files (#19788) (Shais Ch)
  • 2ba8a0d docs: Add description of meta.namespace to plugin docs (#19798) (Nicholas C. Zakas)
  • eea3e7e fix: Remove configured global variables from GlobalScope#implicit (#19779) (Milos Djermanovic)
  • a95721f feat: Add --pass-on-unpruned-suppressions CLI option (#19773) (Milos Djermanovic)
  • a467de3 fix: update context.report types (#19751) (Nitin Kumar)
  • 59dd7e6 docs: update func-style with examples (#19793) (Tanuj Kanti)
  • 62b1c1b chore: update globals to v16 (#19791) (Nitin Kumar)
  • bfd0e7a feat: support TypeScript syntax in no-use-before-define (#19566) (Tanuj Kanti)
  • 68c61c0 feat: support TS syntax in no-shadow (#19565) (Nitin Kumar)
  • e8a1cb8 chore: ignore jiti-v2.0 & jiti-v2.1 for renovate (#19786) (Nitin Kumar)
  • 0f773ef feat: support TS syntax in no-magic-numbers (#19561) (Nitin Kumar)
  • 43d3975 chore: Add Copilot Instructions file (#19753) (Nicholas C. Zakas)
  • c4a6b60 feat: add allowTypeAnnotation to func-style (#19754) (sethamus)
  • fd467bb fix: remove interopDefault to use jiti's default (#19697) (sethamus)
  • 2dfb5eb test: update SourceCodeTraverser tests (#19763) (Milos Djermanovic)
  • b03ad17 feat: add TypeScript support to prefer-arrow-callback (#19678) (Tanuj Kanti)
  • e9129e0 docs: add global scope's implicit field to Scope Manager docs (#19770) (Milos Djermanovic)

... (truncated)

Commits
  • acf2201 chore: package.json update for @​eslint/js release
  • 844f5a6 chore: package.json update for @​eslint/js release
  • See full diff in compare view

Updates @grafana/data from 12.0.0 to 12.0.1

Release notes

Sourced from @​grafana/data's releases.

12.0.1

Download page What's new highlights

Features and enhancements

Bug fixes

12.0.1+security-01

Download page What's new highlights

Bug fixes

Changelog

Sourced from @​grafana/data's changelog.

12.0.1+security-01 (2025-06-13)

Bug fixes

11.6.2+security-01 (2025-06-13)

Bug fixes

11.5.5+security-01 (2025-06-13)

Bug fixes

11.4.5+security-01 (2025-06-12)

Bug fixes

Bug fixes

11.3.7+security-01 (2025-06-12)

Bug fixes

11.2.10+security-01 (2025-06-12)

... (truncated)

Commits

Updates @grafana/eslint-config from 8.0.0 to 8.1.0

Changelog

Sourced from @​grafana/eslint-config's changelog.

Grafana Eslint config changelog

Commits

Updates @grafana/runtime from 12.0.0 to 12.0.1

Release notes

Sourced from @​grafana/runtime's releases.

12.0.1

Download page What's new highlights

Features and enhancements

Bug fixes

12.0.1+security-01

Download page What's new highlights

Bug fixes

Changelog

Sourced from @​grafana/runtime's changelog.

12.0.1+security-01 (2025-06-13)

Bug fixes

11.6.2+security-01 (2025-06-13)

Bug fixes

11.5.5+security-01 (2025-06-13)

Bug fixes

11.4.5+security-01 (2025-06-12)

Bug fixes

Bug fixes

11.3.7+security-01 (2025-06-12)

Bug fixes

11.2.10+security-01 (2025-06-12)

... (truncated)

Commits

Updates @grafana/ui from 12.0.0 to 12.0.1

Release notes

Sourced from @​grafana/ui's releases.

12.0.1

Download page What's new highlights

Features and enhancements

Bug fixes

12.0.1+security-01

Download page What's new highlights

Bug fixes

Changelog

Sourced from @​grafana/ui's changelog.

12.0.1+security-01 (2025-06-13)

Bug fixes

11.6.2+security-01 (2025-06-13)

Bug fixes

11.5.5+security-01 (2025-06-13)

Bug fixes

11.4.5+security-01 (2025-06-12)

Bug fixes

Bug fixes

11.3.7+security-01 (2025-06-12)

Bug fixes

11.2.10+security-01 (2025-06-12)

... (truncated)

Commits
  • 076b525 [release-12.0.1] TableNG: Fix filtering bug (#105693)
  • 5906e2f [release-12.0.1] TableNG: Filter and sort sub tables (#105043)
  • 6f806cb [release-12.0.1] TableNG: Align sparkline value correctly (#105013)
  • 9357bda [release-12.0.1] TableNG: Always use correct original row index (#104962)
  • 6db7f10 [release-12.0.1] TableNG: Fix sparkline sorting + column key config (#104955)
  • 2e4020a [release 12.0.1] TableNG: Use correct row index for background colour calcula...
  • 5f3107c [Release 12.0.1] TableNG: Fix interpolation for actions (#104577) (#104799)
  • 835516f [release-12.0.1] DataLinks: Long link title wrapping (#104383)
  • 44cfb7c Chore: Update version in release-12.0.1 branch (#104061)
  • See full diff in compare view

Updates @stylistic/eslint-plugin-ts from 4.2.0 to 4.4.1

Release notes

Sourced from @​stylistic/eslint-plugin-ts's releases.

v4.4.1

4.4.1 (2025-06-02)

Bug Fixes

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

Chores

  • indent-binary-ops: use unified testing tool (#806) (3a8fc53)
  • type-generic-spacing: unify spacing checks (#800) (6f8b01c)

v4.4.0

4.4.0 (2025-05-24)

Features

  • deprecate sub packages and emit warnings (#793) (48503aa)

v4.3.0

4.3.0 (2025-05-24)

Features

  • configs: add new severity option for all rules (#733) (#736) (c553a9c)
  • jsx-sort-props: support custom reservedFirst and reservedLast (#744) (fb17e96)

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

... (truncated)

Changelog

Sourced from @​stylistic/eslint-plugin-ts's changelog.

4.4.1 (2025-06-02)

Bug Fixes

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

Chores

  • indent-binary-ops: use unified testing tool (#806) (3a8fc53)
  • type-generic-spacing: unify spacing checks (#800) (6f8b01c)

4.4.0 (2025-05-24)

Features

  • deprecate sub packages and emit warnings (#793) (48503aa)

4.3.0 (2025-05-24)

Features

  • configs: add new severity option for all rules (#733) (#736) (c553a9c)
  • jsx-sort-props: support custom reservedFirst and reservedLast (#744) (fb17e96)

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

... (truncated)

Commits

Updates @swc/core from 1.11.24 to 1.12.1

Changelog

Sourced from @​swc/core's changelog.

[1.12.1] - 2025-06-12

Bug Fixes

Features

[1.12.0] - 2025-06-10

Bug Fixes

  • (@​swc/types) Add jsc.output.charset (#10567) (26b41e8)

  • (es/codegen) Don't call cmt.get_leading for dummy span (#10568) (16e204d)

  • (es/parser) Disallow spread operator(...) in ...

    Description has been truncated

Bumps the all-dependencies group with 22 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@grafana/async-query-data](https://github.com/grafana/grafana-async-query-data-js) | `0.4.1` | `0.4.2` |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.27.0` | `9.29.0` |
| [@grafana/data](https://github.com/grafana/grafana/tree/HEAD/packages/grafana-data) | `12.0.0` | `12.0.1` |
| [@grafana/eslint-config](https://github.com/grafana/eslint-config-grafana) | `8.0.0` | `8.1.0` |
| [@grafana/runtime](https://github.com/grafana/grafana/tree/HEAD/packages/grafana-runtime) | `12.0.0` | `12.0.1` |
| [@grafana/ui](https://github.com/grafana/grafana/tree/HEAD/packages/grafana-ui) | `12.0.0` | `12.0.1` |
| [@stylistic/eslint-plugin-ts](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin-ts) | `4.2.0` | `4.4.1` |
| [@swc/core](https://github.com/swc-project/swc) | `1.11.24` | `1.12.1` |
| [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) | `4.17.16` | `4.17.17` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.15.19` | `24.0.3` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.32.1` | `8.34.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.32.1` | `8.34.0` |
| [cspell](https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell) | `9.0.1` | `9.1.1` |
| [esbuild](https://github.com/evanw/esbuild) | `0.25.4` | `0.25.5` |
| [eslint](https://github.com/eslint/eslint) | `9.27.0` | `9.29.0` |
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `50.6.17` | `51.0.1` |
| [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) | `29.7.0` | `30.0.0` |
| [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) | `29.5.14` | `30.0.0` |
| [jest-environment-jsdom](https://github.com/jestjs/jest/tree/HEAD/packages/jest-environment-jsdom) | `29.7.0` | `30.0.0` |
| [lefthook](https://github.com/evilmartians/lefthook) | `1.11.13` | `1.11.14` |
| [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `7.6.0` | `7.6.2` |
| [rollup](https://github.com/rollup/rollup) | `4.41.0` | `4.43.0` |



Updates `@grafana/async-query-data` from 0.4.1 to 0.4.2
- [Release notes](https://github.com/grafana/grafana-async-query-data-js/releases)
- [Changelog](https://github.com/grafana/grafana-async-query-data-js/blob/main/CHANGELOG.md)
- [Commits](https://github.com/grafana/grafana-async-query-data-js/commits)

Updates `@eslint/js` from 9.27.0 to 9.29.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/commits/v9.29.0/packages/js)

Updates `@grafana/data` from 12.0.0 to 12.0.1
- [Release notes](https://github.com/grafana/grafana/releases)
- [Changelog](https://github.com/grafana/grafana/blob/main/CHANGELOG.md)
- [Commits](https://github.com/grafana/grafana/commits/v12.0.1/packages/grafana-data)

Updates `@grafana/eslint-config` from 8.0.0 to 8.1.0
- [Changelog](https://github.com/grafana/eslint-config-grafana/blob/master/CHANGELOG.md)
- [Commits](https://github.com/grafana/eslint-config-grafana/commits)

Updates `@grafana/runtime` from 12.0.0 to 12.0.1
- [Release notes](https://github.com/grafana/grafana/releases)
- [Changelog](https://github.com/grafana/grafana/blob/main/CHANGELOG.md)
- [Commits](https://github.com/grafana/grafana/commits/v12.0.1/packages/grafana-runtime)

Updates `@grafana/ui` from 12.0.0 to 12.0.1
- [Release notes](https://github.com/grafana/grafana/releases)
- [Changelog](https://github.com/grafana/grafana/blob/main/CHANGELOG.md)
- [Commits](https://github.com/grafana/grafana/commits/v12.0.1/packages/grafana-ui)

Updates `@stylistic/eslint-plugin-ts` from 4.2.0 to 4.4.1
- [Release notes](https://github.com/eslint-stylistic/eslint-stylistic/releases)
- [Changelog](https://github.com/eslint-stylistic/eslint-stylistic/blob/v4.4.1/CHANGELOG.md)
- [Commits](https://github.com/eslint-stylistic/eslint-stylistic/commits/v4.4.1/packages/eslint-plugin-ts)

Updates `@swc/core` from 1.11.24 to 1.12.1
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](swc-project/swc@v1.11.24...v1.12.1)

Updates `@types/lodash` from 4.17.16 to 4.17.17
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash)

Updates `@types/node` from 22.15.19 to 24.0.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@typescript-eslint/eslint-plugin` from 8.32.1 to 8.34.0
- [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.34.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.32.1 to 8.34.0
- [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.34.0/packages/parser)

Updates `cspell` from 9.0.1 to 9.1.1
- [Release notes](https://github.com/streetsidesoftware/cspell/releases)
- [Changelog](https://github.com/streetsidesoftware/cspell/blob/main/packages/cspell/CHANGELOG.md)
- [Commits](https://github.com/streetsidesoftware/cspell/commits/v9.1.1/packages/cspell)

Updates `esbuild` from 0.25.4 to 0.25.5
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](evanw/esbuild@v0.25.4...v0.25.5)

Updates `eslint` from 9.27.0 to 9.29.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.27.0...v9.29.0)

Updates `eslint-plugin-jsdoc` from 50.6.17 to 51.0.1
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc)
- [Commits](gajus/eslint-plugin-jsdoc@v50.6.17...v51.0.1)

Updates `jest` from 29.7.0 to 30.0.0
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.0.0/packages/jest)

Updates `@types/jest` from 29.5.14 to 30.0.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

Updates `jest-environment-jsdom` from 29.7.0 to 30.0.0
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.0.0/packages/jest-environment-jsdom)

Updates `lefthook` from 1.11.13 to 1.11.14
- [Release notes](https://github.com/evilmartians/lefthook/releases)
- [Changelog](https://github.com/evilmartians/lefthook/blob/master/CHANGELOG.md)
- [Commits](evilmartians/lefthook@v1.11.13...v1.11.14)

Updates `react-router-dom` from 7.6.0 to 7.6.2
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/7.6.2/packages/react-router-dom)

Updates `rollup` from 4.41.0 to 4.43.0
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.41.0...v4.43.0)

---
updated-dependencies:
- dependency-name: "@grafana/async-query-data"
  dependency-version: 0.4.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@eslint/js"
  dependency-version: 9.29.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@grafana/data"
  dependency-version: 12.0.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@grafana/eslint-config"
  dependency-version: 8.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@grafana/runtime"
  dependency-version: 12.0.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@grafana/ui"
  dependency-version: 12.0.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@stylistic/eslint-plugin-ts"
  dependency-version: 4.4.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@swc/core"
  dependency-version: 1.12.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@types/lodash"
  dependency-version: 4.17.17
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@types/node"
  dependency-version: 24.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.34.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.34.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: cspell
  dependency-version: 9.1.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: esbuild
  dependency-version: 0.25.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: eslint
  dependency-version: 9.29.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: eslint-plugin-jsdoc
  dependency-version: 51.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: jest
  dependency-version: 30.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: "@types/jest"
  dependency-version: 30.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: jest-environment-jsdom
  dependency-version: 30.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: lefthook
  dependency-version: 1.11.14
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: react-router-dom
  dependency-version: 7.6.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: rollup
  dependency-version: 4.43.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 16, 2025
@dependabot dependabot bot requested a review from a team as a code owner June 16, 2025 14:01
@dependabot dependabot bot requested review from kevinwcyu and njvrzm and removed request for a team June 16, 2025 14:01
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 23, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jun 23, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/all-dependencies-b94a5f7653 branch June 23, 2025 12:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants