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

Bump the all-node-dependencies group across 1 directory with 25 updates

Merged
Number: #78
Type: Pull Request
State: Merged
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 0
Created: May 19, 2025 at 02:26 AM UTC
(6 months ago)
Updated: May 23, 2025 at 11:51 AM UTC
(6 months ago)
Merged: May 23, 2025 at 11:51 AM UTC
(6 months ago)
by idastambuk
Time to Close: 4 days
Labels:
dependencies javascript
Description:

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

Package From To
semver 7.7.1 7.7.2
@types/semver 7.5.8 7.7.0
@eslint/eslintrc 3.2.0 3.3.1
@eslint/js 9.20.0 9.27.0
@grafana/data 11.5.1 12.0.0
@grafana/runtime 11.5.1 12.0.0
@grafana/ui 11.5.1 12.0.0
@rollup/plugin-node-resolve 16.0.0 16.0.1
@stylistic/eslint-plugin-ts 3.1.0 4.2.0
@swc/core 1.10.16 1.11.24
@swc/jest 0.2.37 0.2.38
@testing-library/react 16.2.0 16.3.0
@typescript-eslint/eslint-plugin 8.24.0 8.32.1
@typescript-eslint/parser 8.24.0 8.32.1
esbuild 0.25.0 0.25.4
eslint 9.20.1 9.27.0
eslint-config-prettier 10.0.1 10.1.5
eslint-plugin-jsdoc 50.6.3 50.6.17
eslint-plugin-react 7.37.4 7.37.5
eslint-plugin-react-hooks 5.1.0 5.2.0
react-router-dom 7.1.5 7.6.0
rollup 4.34.7 4.41.0
rollup-plugin-dts 6.1.1 6.2.1
rollup-plugin-esbuild 6.2.0 6.2.1
typescript 5.7.3 5.8.3

Updates semver from 7.7.1 to 7.7.2

Release notes

Sourced from semver's releases.

v7.7.2

7.7.2 (2025-05-12)

Bug Fixes

Chores

Changelog

Sourced from semver's changelog.

7.7.2 (2025-05-12)

Bug Fixes

Chores

Commits
  • 281055e chore: release 7.7.2 (#783)
  • fcafb61 fix: add missing 'use strict' directives (#780)
  • c760403 chore: template-oss-apply for workflow permissions (#784)
  • c99f336 fix: prerelease identifier starting with digits (#781)
  • 2677f2a chore: bump @​npmcli/template-oss from 4.23.6 to 4.24.3 (#778)
  • 0b98655 chore: bump @​npmcli/template-oss from 4.23.4 to 4.23.6 (#760)
  • See full diff in compare view

Updates @types/semver from 7.5.8 to 7.7.0

Commits

Updates @eslint/eslintrc from 3.2.0 to 3.3.1

Release notes

Sourced from @​eslint/eslintrc's releases.

v3.3.1

3.3.1 (2025-03-11)

Bug Fixes

v3.3.0

3.3.0 (2025-02-21)

Features

Changelog

Sourced from @​eslint/eslintrc's changelog.

3.3.1 (2025-03-11)

Bug Fixes

3.3.0 (2025-02-21)

Features

Commits

Updates @eslint/js from 9.20.0 to 9.27.0

Release notes

Sourced from @​eslint/js's releases.

v9.27.0

Features

  • d71e37f feat: Allow flags to be set in ESLINT_FLAGS env variable (#19717) (Nicholas C. Zakas)
  • ba456e0 feat: Externalize MCP server (#19699) (Nicholas C. Zakas)
  • 07c1a7e feat: add allowRegexCharacters to no-useless-escape (#19705) (sethamus)
  • 7bc6c71 feat: add no-unassigned-vars rule (#19618) (Jacob Bandes-Storch)
  • ee40364 feat: convert no-array-constructor suggestions to autofixes (#19621) (sethamus)
  • 32957cd feat: support TS syntax in max-params (#19557) (Nitin Kumar)

Bug Fixes

  • 5687ce7 fix: correct mismatched removed rules (#19734) (루밀LuMir)
  • dc5ed33 fix: correct types and tighten type definitions in SourceCode class (#19731) (루밀LuMir)
  • de1b5de fix: correct service property name in Linter.ESLintParseResult type (#19713) (Francesco Trotta)
  • 60c3e2c fix: sort keys in eslint-suppressions.json to avoid git churn (#19711) (Ron Waldon-Howe)
  • 9da90ca fix: add allowReserved to Linter.ParserOptions type (#19710) (Francesco Trotta)
  • fbb8be9 fix: add info to ESLint.DeprecatedRuleUse type (#19701) (Francesco Trotta)

Documentation

  • 25de550 docs: Update description of frozen rules to mention TypeScript (#19736) (Nicholas C. Zakas)
  • bd5def6 docs: Clean up configuration files docs (#19735) (Nicholas C. Zakas)
  • 4d0c60d docs: Add Neovim to editor integrations (#19729) (Maria José Solano)
  • 71317eb docs: Update README (GitHub Actions Bot)
  • 4c289e6 docs: Update README (GitHub Actions Bot)
  • f0f0d46 docs: clarify that unused suppressions cause non-zero exit code (#19698) (Milos Djermanovic)
  • 8ed3273 docs: fix internal usages of ConfigData type (#19688) (Francesco Trotta)
  • eb316a8 docs: add fmt and check sections to Package.json Conventions (#19686) (루밀LuMir)
  • a3a2559 docs: fix wording in Combine Configs (#19685) (Milos Djermanovic)
  • c8d17e1 docs: Update README (GitHub Actions Bot)

Chores

  • f8f1560 chore: upgrade @​eslint/js@​9.27.0 (#19739) (Milos Djermanovic)
  • ecaef73 chore: package.json update for @​eslint/js release (Jenkins)
  • 596fdc6 chore: update dependency @​arethetypeswrong/cli to ^0.18.0 (#19732) (renovate[bot])
  • f791da0 chore: remove unbalanced curly brace from .editorconfig (#19730) (Maria José Solano)
  • e86edee refactor: Consolidate Config helpers (#19675) (Nicholas C. Zakas)
  • cf36352 chore: remove shared types (#19718) (Francesco Trotta)
  • f60f276 refactor: Easier RuleContext creation (#19709) (Nicholas C. Zakas)
  • 58a171e chore: update dependency @​eslint/plugin-kit to ^0.3.1 (#19712) (renovate[bot])
  • 3a075a2 chore: update dependency @​eslint/core to ^0.14.0 (#19715) (renovate[bot])
  • 44bac9d ci: run tests in Node.js 24 (#19702) (Francesco Trotta)
  • 35304dd chore: add missing funding field to packages (#19684) (루밀LuMir)
  • f305beb test: mock process.emitWarning to prevent output disruption (#19687) (Francesco Trotta)

v9.26.0

Features

  • e9754e7 feat: add reportGlobalThis to no-shadow-restricted-names (#19670) (sethamus)
  • 0fa2b7a feat: add suggestions for eqeqeq rule (#19640) (Nitin Kumar)
  • dcbdcc9 feat: Add MCP server (#19592) (Nicholas C. Zakas)
  • 2dfd83e feat: add ignoreDirectives option in no-unused-expressions (#19645) (sethamus)

... (truncated)

Changelog

Sourced from @​eslint/js's changelog.

v9.27.0 - May 16, 2025

  • f8f1560 chore: upgrade @​eslint/js@​9.27.0 (#19739) (Milos Djermanovic)
  • ecaef73 chore: package.json update for @​eslint/js release (Jenkins)
  • 25de550 docs: Update description of frozen rules to mention TypeScript (#19736) (Nicholas C. Zakas)
  • bd5def6 docs: Clean up configuration files docs (#19735) (Nicholas C. Zakas)
  • d71e37f feat: Allow flags to be set in ESLINT_FLAGS env variable (#19717) (Nicholas C. Zakas)
  • 5687ce7 fix: correct mismatched removed rules (#19734) (루밀LuMir)
  • 596fdc6 chore: update dependency @​arethetypeswrong/cli to ^0.18.0 (#19732) (renovate[bot])
  • ba456e0 feat: Externalize MCP server (#19699) (Nicholas C. Zakas)
  • dc5ed33 fix: correct types and tighten type definitions in SourceCode class (#19731) (루밀LuMir)
  • 4d0c60d docs: Add Neovim to editor integrations (#19729) (Maria José Solano)
  • f791da0 chore: remove unbalanced curly brace from .editorconfig (#19730) (Maria José Solano)
  • e86edee refactor: Consolidate Config helpers (#19675) (Nicholas C. Zakas)
  • 07c1a7e feat: add allowRegexCharacters to no-useless-escape (#19705) (sethamus)
  • cf36352 chore: remove shared types (#19718) (Francesco Trotta)
  • f60f276 refactor: Easier RuleContext creation (#19709) (Nicholas C. Zakas)
  • 71317eb docs: Update README (GitHub Actions Bot)
  • de1b5de fix: correct service property name in Linter.ESLintParseResult type (#19713) (Francesco Trotta)
  • 58a171e chore: update dependency @​eslint/plugin-kit to ^0.3.1 (#19712) (renovate[bot])
  • 3a075a2 chore: update dependency @​eslint/core to ^0.14.0 (#19715) (renovate[bot])
  • 60c3e2c fix: sort keys in eslint-suppressions.json to avoid git churn (#19711) (Ron Waldon-Howe)
  • 4c289e6 docs: Update README (GitHub Actions Bot)
  • 9da90ca fix: add allowReserved to Linter.ParserOptions type (#19710) (Francesco Trotta)
  • 7bc6c71 feat: add no-unassigned-vars rule (#19618) (Jacob Bandes-Storch)
  • ee40364 feat: convert no-array-constructor suggestions to autofixes (#19621) (sethamus)
  • fbb8be9 fix: add info to ESLint.DeprecatedRuleUse type (#19701) (Francesco Trotta)
  • f0f0d46 docs: clarify that unused suppressions cause non-zero exit code (#19698) (Milos Djermanovic)
  • 44bac9d ci: run tests in Node.js 24 (#19702) (Francesco Trotta)
  • 32957cd feat: support TS syntax in max-params (#19557) (Nitin Kumar)
  • 35304dd chore: add missing funding field to packages (#19684) (루밀LuMir)
  • 8ed3273 docs: fix internal usages of ConfigData type (#19688) (Francesco Trotta)
  • f305beb test: mock process.emitWarning to prevent output disruption (#19687) (Francesco Trotta)
  • eb316a8 docs: add fmt and check sections to Package.json Conventions (#19686) (루밀LuMir)
  • a3a2559 docs: fix wording in Combine Configs (#19685) (Milos Djermanovic)
  • c8d17e1 docs: Update README (GitHub Actions Bot)

v9.26.0 - May 2, 2025

  • 5b247c8 chore: upgrade to @eslint/js@9.26.0 (#19681) (Francesco Trotta)
  • d6fa4ac chore: package.json update for @​eslint/js release (Jenkins)
  • e9754e7 feat: add reportGlobalThis to no-shadow-restricted-names (#19670) (sethamus)
  • 0fa2b7a feat: add suggestions for eqeqeq rule (#19640) (Nitin Kumar)
  • dd98d63 docs: Update README (GitHub Actions Bot)
  • 96e84de fix: check cache file existence before deletion (#19648) (sethamus)
  • c25e858 docs: Update README (GitHub Actions Bot)
  • 0958690 chore: disambiguate internal types LanguageOptions and Rule (#19669) (Francesco Trotta)
  • dcbdcc9 feat: Add MCP server (#19592) (Nicholas C. Zakas)
  • b2397e9 docs: Update README (GitHub Actions Bot)
  • d683aeb fix: don't crash on tests with circular references in RuleTester (#19664) (Milos Djermanovic)

... (truncated)

Commits
  • ecaef73 chore: package.json update for @​eslint/js release
  • 7bc6c71 feat: add no-unassigned-vars rule (#19618)
  • 35304dd chore: add missing funding field to packages (#19684)
  • d6fa4ac chore: package.json update for @​eslint/js release
  • addd0a6 docs: fix formatting of unordered lists in Markdown (#19660)
  • 771317f chore: package.json update for @​eslint/js release
  • 345288d chore: package.json update for @​eslint/js release
  • 4946847 chore: package.json update for @​eslint/js release
  • 20591c4 chore: package.json update for @​eslint/js release
  • 129882d chore: formatted files with Prettier via trunk fmt (#19355)
  • Additional commits viewable in compare view

Updates @grafana/data from 11.5.1 to 12.0.0

Release notes

Sourced from @​grafana/data's releases.

12.0.0

Download page What's new highlights

Features and enhancements

... (truncated)

Changelog

Sourced from @​grafana/data's changelog.

12.0.0 (2025-05-05)

Features and enhancements

... (truncated)

Commits
  • c04fd54 Chore: Update version in release-12.0.0 branch (#104059)
  • 6fb8028 Transformations / Reducers: Remove setting delta at value (#103742)
  • 722cd25 Extension Sidebar: Add openExtensionSidebar helper to plugin extensions (#...
  • 20d8223 Chore: Clean up code from pluginsAPIMetrics feature toggle (#103965)
  • ed65c99 Scopes: Adds feature toggle used by grafana-enterprise (#103870)
  • 3013332 Prometheus: Remove prometheusRunQueriesInParallel feature toggle (#103824)
  • 07a2256 MetricsDrilldown: Remove legacy Metrics Drilldown code paths (#103845)
  • 95f04c7 Dashboards: Add Dashboard Schema validation (1) (#103662)
  • 88391b1 K8s: Enable kubernetesClientDashboardsFolders by default (#103843)
  • 50499fa Dashboards: Add a config setting that limits the number of series that will b...
  • Additional commits viewable in compare view

Updates @grafana/runtime from 11.5.1 to 12.0.0

Release notes

Sourced from @​grafana/runtime's releases.

12.0.0

Download page What's new highlights

Features and enhancements

Package Dependencies
Ecosystem:
npm
Version Change:
7.1.5 → 7.6.0
Update Type:
Minor
Package:
eslint
Ecosystem:
npm
Version Change:
9.20.1 → 9.27.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
10.0.1 → 10.1.5
Update Type:
Minor
Ecosystem:
npm
Version Change:
5.1.0 → 5.2.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
7.37.4 → 7.37.5
Update Type:
Patch
Package:
typescript
Ecosystem:
npm
Version Change:
5.7.3 → 5.8.3
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.24.0 → 8.32.1
Update Type:
Minor
Package:
esbuild
Ecosystem:
npm
Version Change:
0.25.0 → 0.25.4
Update Type:
Patch
Package:
@eslint/js
Ecosystem:
npm
Version Change:
9.20.0 → 9.27.0
Update Type:
Minor
Package:
rollup
Ecosystem:
npm
Version Change:
4.34.7 → 4.41.0
Update Type:
Minor
Package:
@swc/core
Ecosystem:
npm
Version Change:
1.10.16 → 1.11.24
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.24.0 → 8.32.1
Update Type:
Minor
Package:
semver
Ecosystem:
npm
Version Change:
7.7.1 → 7.7.2
Update Type:
Patch
Ecosystem:
npm
Version Change:
50.6.3 → 50.6.17
Update Type:
Patch
Ecosystem:
npm
Version Change:
16.2.0 → 16.3.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
3.1.0 → 4.2.0
Update Type:
Major
Ecosystem:
npm
Version Change:
16.0.0 → 16.0.1
Update Type:
Patch
Package:
@swc/jest
Ecosystem:
npm
Version Change:
0.2.37 → 0.2.38
Update Type:
Patch
Ecosystem:
npm
Version Change:
3.2.0 → 3.3.1
Update Type:
Minor
Ecosystem:
npm
Version Change:
7.5.8 → 7.7.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
11.5.1 → 12.0.0
Update Type:
Major
Ecosystem:
npm
Version Change:
11.5.1 → 12.0.0
Update Type:
Major
Package:
@grafana/ui
Ecosystem:
npm
Version Change:
11.5.1 → 12.0.0
Update Type:
Major
Ecosystem:
npm
Version Change:
6.1.1 → 6.2.1
Update Type:
Minor
Ecosystem:
npm
Version Change:
6.2.0 → 6.2.1
Update Type:
Patch
Technical Details
ID: 1058041
UUID: 2527371711
Node ID: PR_kwDOIZBN9M6WpKG_
Host: GitHub
Repository: grafana/grafana-async-query-data-js
Merge State: Unknown