An open index of dependabot pull requests across open source projects.

Bump the all-dependencies group across 1 directory with 22 updates

Closed
Number: #150
Type: Pull Request
State: Closed
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 1
Created: June 16, 2025 at 02:01 PM UTC
(3 months ago)
Updated: June 23, 2025 at 12:13 PM UTC
(3 months ago)
Closed: June 23, 2025 at 12:13 PM UTC
(3 months ago)
Time to Close: 7 days
Labels:
dependencies javascript
Description:

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/js@9.28.0 (#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

  • Security: Fixed CVE-2025-3415
Changelog

Sourced from @​grafana/data's changelog.

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

Bug fixes

  • Security: Fixed CVE-2025-3415

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

Bug fixes

  • Security: Fixed CVE-2025-3415

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

Bug fixes

  • Security: Fixed CVE-2025-3415

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

Bug fixes

  • Security: Fixed CVE-2025-3415

Bug fixes

  • Security: Fixed CVE-2025-3415

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

Bug fixes

  • Security: Fixed CVE-2025-3415

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

  • Security: Fixed CVE-2025-3415
Changelog

Sourced from @​grafana/runtime's changelog.

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

Bug fixes

  • Security: Fixed CVE-2025-3415

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

Bug fixes

  • Security: Fixed CVE-2025-3415

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

Bug fixes

  • Security: Fixed CVE-2025-3415

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

Bug fixes

  • Security: Fixed CVE-2025-3415

Bug fixes

  • Security: Fixed CVE-2025-3415

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

Bug fixes

  • Security: Fixed CVE-2025-3415

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

  • Security: Fixed CVE-2025-3415
Changelog

Sourced from @​grafana/ui's changelog.

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

Bug fixes

  • Security: Fixed CVE-2025-3415

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

Bug fixes

  • Security: Fixed CVE-2025-3415

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

Bug fixes

  • Security: Fixed CVE-2025-3415

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

Bug fixes

  • Security: Fixed CVE-2025-3415

Bug fixes

  • Security: Fixed CVE-2025-3415

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

Bug fixes

  • Security: Fixed CVE-2025-3415

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

Pull Request Statistics
Commits:
1
Files Changed:
2
Additions:
+2001
Deletions:
-1674
Package Dependencies
Ecosystem:
npm
Version Change:
7.6.0 → 7.6.2
Update Type:
Patch
Package:
eslint
Ecosystem:
npm
Version Change:
9.27.0 → 9.29.0
Update Type:
Minor
Package:
@types/node
Ecosystem:
npm
Version Change:
22.15.19 → 24.0.3
Update Type:
Major
Ecosystem:
npm
Version Change:
8.32.1 → 8.34.0
Update Type:
Minor
Package:
esbuild
Ecosystem:
npm
Version Change:
0.25.4 → 0.25.5
Update Type:
Patch
Package:
@eslint/js
Ecosystem:
npm
Version Change:
9.27.0 → 9.29.0
Update Type:
Minor
Package:
rollup
Ecosystem:
npm
Version Change:
4.41.0 → 4.43.0
Update Type:
Minor
Package:
@swc/core
Ecosystem:
npm
Version Change:
1.11.24 → 1.12.1
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.32.1 → 8.34.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
4.17.16 → 4.17.17
Update Type:
Patch
Ecosystem:
npm
Version Change:
50.6.17 → 51.0.1
Update Type:
Major
Package:
jest
Ecosystem:
npm
Version Change:
29.7.0 → 30.0.0
Update Type:
Major
Ecosystem:
npm
Version Change:
4.2.0 → 4.4.1
Update Type:
Minor
Package:
@types/jest
Ecosystem:
npm
Version Change:
29.5.14 → 30.0.0
Update Type:
Major
Package:
cspell
Ecosystem:
npm
Version Change:
9.0.1 → 9.1.1
Update Type:
Minor
Package:
lefthook
Ecosystem:
npm
Version Change:
1.11.13 → 1.11.14
Update Type:
Patch
Ecosystem:
npm
Version Change:
29.7.0 → 30.0.0
Update Type:
Major
Ecosystem:
npm
Version Change:
12.0.0 → 12.0.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
12.0.0 → 12.0.1
Update Type:
Patch
Package:
@grafana/ui
Ecosystem:
npm
Version Change:
12.0.0 → 12.0.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
0.4.1 → 0.4.2
Update Type:
Patch
Ecosystem:
npm
Version Change:
8.0.0 → 8.1.0
Update Type:
Minor
Technical Details
ID: 1700345
UUID: 2595863781
Node ID: PR_kwDOGU6FA86aubzl
Host: GitHub
Repository: grafana/grafana-aws-sdk-react
Mergeable: Yes
Merge State: Unstable