Bump the all-node-dependencies group across 1 directory with 24 updates
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 1
(5 months ago)
(4 months ago)
dependencies javascript
Bumps the all-node-dependencies group with 24 updates in the / directory:
Package | From | To |
---|---|---|
@eslint/eslintrc | 3.2.0 |
3.3.1 |
@eslint/js | 9.20.0 |
9.25.1 |
@grafana/data | 11.5.1 |
11.6.1 |
@grafana/runtime | 11.5.1 |
11.6.1 |
@grafana/ui | 11.5.1 |
11.6.1 |
@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.22 |
@swc/jest | 0.2.37 |
0.2.38 |
@testing-library/react | 16.2.0 |
16.3.0 |
@types/semver | 7.5.8 |
7.7.0 |
@typescript-eslint/eslint-plugin | 8.24.0 |
8.31.0 |
@typescript-eslint/parser | 8.24.0 |
8.31.0 |
esbuild | 0.25.0 |
0.25.3 |
eslint | 9.20.1 |
9.25.1 |
eslint-config-prettier | 10.0.1 |
10.1.2 |
eslint-plugin-jsdoc | 50.6.3 |
50.6.11 |
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.5.2 |
rollup | 4.34.7 |
4.40.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 @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.25.1
Release notes
Sourced from @eslint/js
's releases.
v9.25.1
Bug Fixes
Chores
1f2b057
chore: upgrade@eslint/js
@9
.25.1 (#19642) (Milos Djermanovic)771317f
chore: package.json update for@eslint/js
release (Jenkins)v9.25.0
Features
dcd95aa
feat: support TypeScript syntax in no-empty-function rule (#19551) (sethamus)77d6d5b
feat: support TS syntax inno-unused-expressions
(#19564) (Sweta Tanwar)90228e5
feat: supportJSRuleDefinition
type (#19604) (루밀LuMir)59ba6b7
feat: add allowObjects option to no-restricted-properties (#19607) (sethamus)db650a0
feat: support TypeScript syntax inno-invalid-this
rule (#19532) (Tanuj Kanti)9535cff
feat: support TS syntax inno-loop-func
(#19559) (Nitin Kumar)Bug Fixes
Documentation
ca7a735
docs: updateno-undef-init
when not to use section (#19624) (Tanuj Kanti)1b870c9
docs: useeslint-config-xo
in the getting started guide (#19629) (Nitin Kumar)5d4af16
docs: add types for multiple rule options (#19616) (Tanuj Kanti)e8f8d57
docs: Update README (GitHub Actions Bot)a40348f
docs: no-use-before-define tweaks (#19622) (Kirk Waiblinger)0ba3ae3
docs: Update README (GitHub Actions Bot)865dbfe
docs: ensure "learn more" deprecation links point to useful resource (#19590) (Kirk Waiblinger)f80b746
docs: add known limitations for no-self-compare (#19612) (Nitin Kumar)865aed6
docs: Update README (GitHub Actions Bot)Chores
88dc196
chore: upgrade@eslint/js
@9
.25.0 (#19636) (Milos Djermanovic)345288d
chore: package.json update for@eslint/js
release (Jenkins)affe6be
chore: upgrade trunk (#19628) (sethamus)dd20cf2
test: fixno-loop-func
test with duplicate variable reports (#19610) (Milos Djermanovic)bd05397
chore: upgrade@eslint/*
dependencies (#19606) (Milos Djermanovic)22ea18b
chore: replace invalidint
type withnumber
inside JSDocs. (#19597) (Arya Emami)v9.24.0
Features
556c25b
feat: support loading TS config files using--experimental-strip-types
(#19401) (Arya Emami)72650ac
feat: support TS syntax ininit-declarations
(#19540) (Nitin Kumar)03fb0bc
feat: normalize patterns to handle "./" prefix in files and ignores (#19568) (Pixel998)071dcd3
feat: support TS syntax inno-dupe-class-members
(#19558) (Nitin Kumar)cd72bcc
feat: Introduce a way to suppress violations (#19159) (Iacovos Constantinou)2a81578
feat: support TS syntax inno-loss-of-precision
(#19560) (Nitin Kumar)30ae4ed
feat: add new options to class-methods-use-this (#19527) (sethamus)b79ade6
feat: support TypeScript syntax inno-array-constructor
(#19493) (Tanuj Kanti)
... (truncated)
Changelog
Sourced from @eslint/js
's changelog.
v9.25.1 - April 21, 2025
1f2b057
chore: upgrade@eslint/js
@9
.25.1 (#19642) (Milos Djermanovic)771317f
chore: package.json update for@eslint/js
release (Jenkins)cdc8e8c
fix: revert directive detection in no-unused-expressions (#19639) (sethamus)v9.25.0 - April 18, 2025
88dc196
chore: upgrade@eslint/js
@9
.25.0 (#19636) (Milos Djermanovic)345288d
chore: package.json update for@eslint/js
release (Jenkins)910bd13
fix:nodeTypeKey
not being used inNodeEventGenerator
(#19631) (StyleShit)ca7a735
docs: updateno-undef-init
when not to use section (#19624) (Tanuj Kanti)affe6be
chore: upgrade trunk (#19628) (sethamus)1b870c9
docs: useeslint-config-xo
in the getting started guide (#19629) (Nitin Kumar)5d4af16
docs: add types for multiple rule options (#19616) (Tanuj Kanti)e8f8d57
docs: Update README (GitHub Actions Bot)a40348f
docs: no-use-before-define tweaks (#19622) (Kirk Waiblinger)0ba3ae3
docs: Update README (GitHub Actions Bot)865dbfe
docs: ensure "learn more" deprecation links point to useful resource (#19590) (Kirk Waiblinger)dcd95aa
feat: support TypeScript syntax in no-empty-function rule (#19551) (sethamus)77d6d5b
feat: support TS syntax inno-unused-expressions
(#19564) (Sweta Tanwar)90228e5
feat: supportJSRuleDefinition
type (#19604) (루밀LuMir)f80b746
docs: add known limitations for no-self-compare (#19612) (Nitin Kumar)59ba6b7
feat: add allowObjects option to no-restricted-properties (#19607) (sethamus)db650a0
feat: support TypeScript syntax inno-invalid-this
rule (#19532) (Tanuj Kanti)dd20cf2
test: fixno-loop-func
test with duplicate variable reports (#19610) (Milos Djermanovic)9535cff
feat: support TS syntax inno-loop-func
(#19559) (Nitin Kumar)bd05397
chore: upgrade@eslint/*
dependencies (#19606) (Milos Djermanovic)22ea18b
chore: replace invalidint
type withnumber
inside JSDocs. (#19597) (Arya Emami)865aed6
docs: Update README (GitHub Actions Bot)v9.24.0 - April 4, 2025
ef67420
chore: upgrade@eslint/js
@9
.24.0 (#19602) (Milos Djermanovic)4946847
chore: package.json update for@eslint/js
release (Jenkins)f857820
docs: update documentation for--experimental-strip-types
(#19594) (Nikolas Schröter)803e4af
docs: simplify gitignore path handling in includeIgnoreFile section (#19596) (Thomas Broyer)6d979cc
docs: Update README (GitHub Actions Bot)b23d1c5
fix: deduplicate variable names in no-loop-func error messages (#19595) (Nitin Kumar)556c25b
feat: support loading TS config files using--experimental-strip-types
(#19401) (Arya Emami)82177e4
docs: Update README (GitHub Actions Bot)a995acb
chore: correct 'flter'/'filter' typo in package script (#19587) (Josh Goldberg ✨)72650ac
feat: support TS syntax ininit-declarations
(#19540) (Nitin Kumar)03fb0bc
feat: normalize patterns to handle "./" prefix in files and ignores (#19568) (Pixel998)b9a5efa
test: skip symlink test on Windows (#19503) (fisker Cheung)46eea6d
chore: removeRule
&FormatterFunction
fromshared/types.js
(#19556) (Nitin Kumar)fb8cdb8
fix: useany[]
type forcontext.options
(#19584) (Francesco Trotta)071dcd3
feat: support TS syntax inno-dupe-class-members
(#19558) (Nitin Kumar)e849dc0
docs: replace existing var with const (#19578) (Sweta Tanwar)bdcc91d
chore: modify .editorconfig to keep parity with prettier config (#19577) (Sweta Tanwar)
... (truncated)
Commits
771317f
chore: package.json update for@eslint/js
release345288d
chore: package.json update for@eslint/js
release4946847
chore: package.json update for@eslint/js
release20591c4
chore: package.json update for@eslint/js
release129882d
chore: formatted files with Prettier via trunk fmt (#19355)a59d0c0
docs: Update docs for defineConfig (#19505)7a699a6
chore: remove formatting-related lint rules internally (#19473)eed409a
chore: package.json update for@eslint/js
release265e0cf
chore: package.json update for@eslint/js
release- See full diff in compare view
Updates @grafana/data
from 11.5.1 to 11.6.1
Release notes
Sourced from @grafana/data
's releases.
11.6.1
Download page What's new highlights
Features and enhancements
- Chore: Update JWT library (CVE-2025-30204) #102727,
@grambbledook
- DashboardScenePage: Correct slug in self referencing data links #103854,
@Sergej-Vlasov
- Dependencies: Bump github.com/redis/go-redis/v9 to 9.7.3 to address CVE-2025-29923 #102863,
@macabu
- Go: Bump to 1.24.2 #103523,
@Proximyst
- Go: Bump to 1.24.2 (Enterprise)
- GrafanaUI: Use safePolygon close handler for interactive tooltips instead of a delay #102869,
@mthorning
- Prometheus: Add support for cloud partners Prometheus data sources #103941,
@kevinwcyu
Bug fixes
- Alertmanager: Add Role-Based Access Control via reqAction Field #103479,
@olegpixel
- GrafanaUI: Remove blurred background from overlay backdrops to improve performance #103647,
@joshhunt
- InfluxDB: Fix nested variable interpolation #104096,
@aangelisc
- LDAP test: Fix page crash #102684,
@ashharrison90
- Org redirection: Fix linking between orgs #102870,
@ashharrison90
- Security: Fix CVE-2025-3454
- Security: Fix CVE-2025-2703
- Security: Fix CVE-2025-3260
11.6.0
Download page What's new highlights
Features and enhancements
- API keys: Migrate API keys to service accounts at startup #96924,
@dmihai
- AccessControl: Allow plugin roles to include
plugins:write
#101089,@gamab
- Alerting: Add DAG errors to alert rule creation and view #99423,
@soniaAguilarPeiron
- Alerting: Add Jira integration to cloud AMs #100482,
@soniaAguilarPeiron
- Alerting: Add alert rule version history - part1 #99490,
@soniaAguilarPeiron
- Alerting: Add migration to clean up rule versions table #102562,
@yuri-tceretian
- Alerting: Add multiple threshold operators #99516,
@paulojmdias
- Alerting: Add tracking for the mode used in query and notifications step when c… #100824,
@soniaAguilarPeiron
- Alerting: Adding color option for slack receiver #99615,
@wymangr
- Alerting: Allow selection of recording rule write target on per-rule basis. #101778,
@stevesg
- Alerting: Allow specifying uid for new rules added to groups #99858,
@moustafab
- Alerting: Improve template testing by trying non-root scopes #101471,
@JacobsonMT
- Alerting: Include time range in template dashboard and panel urls #101095,
@JacobsonMT
- Alerting: Keep the latest version of deleted rule in version table #101481,
@yuri-tceretian
- Alerting: Promote alertingSaveStateCompressed flag to public preview #99935,
@alexander-akhmetov
- Alerting: Remove ID and OrgID from hash calculation #100140,
@yuri-tceretian
- Alerting: Remove feature toggle alertingNoNormalState #99905,
@yuri-tceretian
- Alerting: Remove rule group edit from single rule editor #100191,
@gillesdemey
- Alerting: Return 404 when /api/ruler/grafana/api/v1/rules/{Namespace}/{Groupname} does not exist #100264,
@fayzal-g
... (truncated)
Changelog
Sourced from @grafana/data
's changelog.
11.6.1 (2025-04-23)
Features and enhancements
- Chore: Update JWT library (CVE-2025-30204) #102727,
@grambbledook
- DashboardScenePage: Correct slug in self referencing data links #103854,
@Sergej-Vlasov
- Dependencies: Bump github.com/redis/go-redis/v9 to 9.7.3 to address CVE-2025-29923 #102863,
@macabu
- Go: Bump to 1.24.2 #103523,
@Proximyst
- Go: Bump to 1.24.2 (Enterprise)
- GrafanaUI: Use safePolygon close handler for interactive tooltips instead of a delay #102869,
@mthorning
- Prometheus: Add support for cloud partners Prometheus data sources #103941,
@kevinwcyu
Bug fixes
- Alertmanager: Add Role-Based Access Control via reqAction Field #103479,
@olegpixel
- GrafanaUI: Remove blurred background from overlay backdrops to improve performance #103647,
@joshhunt
- InfluxDB: Fix nested variable interpolation #104096,
@aangelisc
- LDAP test: Fix page crash #102684,
@ashharrison90
- Org redirection: Fix linking between orgs #102870,
@ashharrison90
- Security: Fix CVE-2025-3454
- Security: Fix CVE-2025-2703
- Security: Fix CVE-2025-3260
11.5.4 (2025-04-23)
Features and enhancements
- Azure Monitor: Filter namespaces by resource group #103654,
@alyssabull
- Azure: Add support for custom namespace and custom metrics variable queries #103650,
@aangelisc
- Azure: Resource picker improvements #103638,
@aangelisc
- Azure: Support more complex variable interpolation #103651,
@aangelisc
- Azure: Variable editor and resource picker improvements #103657,
@aangelisc
- Chore: Update CVE-affected dependencies #102709,
@grambbledook
- DashboardScenePage: Correct slug in self referencing data links #103853,
@Sergej-Vlasov
- Dependencies: Bump github.com/redis/go-redis/v9 to 9.6.3 to address CVE-2025-29923 #102865,
@macabu
- Go: Bump to 1.24.2 #103525,
@Proximyst
- Go: Bump to 1.24.2 (Enterprise)
- Prometheus: Add support for cloud partners Prometheus data sources #103942,
@kevinwcyu
Bug fixes
- InfluxDB: Fix nested variable interpolation #104095,
@aangelisc
- LDAP test: Fix page crash #102683,
@ashharrison90
- Security: Fix CVE-2025-3454
- Security: Fix CVE-2025-2703
... (truncated)
Commits
760b917
[release-11.6.1] Prometheus: Add support for cloud partners Prometheus data s...714ee0e
[release-11.6.1] GrafanaUI: Remove blurred background from overlay backdrops ...cbcfe0b
[release-11.6.1] Dashboards: Fix time range bug when use_browser_locale is en...78ca78f
Release: 11.6.0 (#102837)08d88ba
[release-11.6.0] Dashboards: Fix time range bug when use_browser_locale is en...9f280bd
[release-11.6.0] Transformations: Fix field naming in Add field from calc (Bi...1444e9d
Transformations: Improve groupBy field selection and aggregated field types (...5e21b9e
Invite User: Add invite user button in top bar (#101809)14ebec5
Alerting: Allow selection of recording rule write target on per-rule basis. (...31e92ba
Trace View: Add link from the Trace View to the Profiles Drilldown (#101422)- Additional commits viewable in compare view
Updates @grafana/runtime
from 11.5.1 to 11.6.1
Release notes
Sourced from @grafana/runtime
's releases.
11.6.1
Download page What's new highlights
Features and enhancements
- Chore: Update JWT library (CVE-2025-30204) #102727,
@grambbledook
- DashboardScenePage: Correct slug in self referencing data links #103854,
@Sergej-Vlasov
- Dependencies: Bump github.com/redis/go-redis/v9 to 9.7.3 to address CVE-2025-29923 #102863,
@macabu
- Go: Bump to 1.24.2 #103523,
@Proximyst
- Go: Bump to 1.24.2 (Enterprise)
- GrafanaUI: Use safePolygon close handler for interactive tooltips instead of a delay #102869,
@mthorning
- Prometheus: Add support for cloud partners Prometheus data sources #103941,
@kevinwcyu
Bug fixes
- Alertmanager: Add Role-Based Access Control via reqAction Field #103479,
@olegpixel
- GrafanaUI: Remove blurred background from overlay backdrops to improve performance #103647,
@joshhunt
- InfluxDB: Fix nested variable interpolation #104096,
@aangelisc
- LDAP test: Fix page crash #102684,
@ashharrison90
- Org redirection: Fix linking between orgs #102870,
@ashharrison90
- Security: Fix CVE-2025-3454
- Security: Fix CVE-2025-2703
- Security: Fix CVE-2025-3260
11.6.0
Download page What's new highlights
Features and enhancements
- API keys: Migrate API keys to service accounts at startup #96924,
@dmihai
- AccessControl: Allow plugin roles to include
plugins:write
#101089,@gamab
- Alerting: Add DAG errors to alert rule creation and view #99423,
@soniaAguilarPeiron
- Alerting: Add Jira integration to cloud AMs #100482,
@soniaAguilarPeiron
- Alerting: Add alert rule version history - part1 #99490,
@soniaAguilarPeiron
- Alerting: Add migration to clean up rule versions table #102562,
@yuri-tceretian
- Alerting: Add multiple threshold operators #99516,
@paulojmdias
- Alerting: Add tracking for the mode used in query and notifications step when c… #100824,
@soniaAguilarPeiron
- Alerting: Adding color option for slack receiver #99615,
@wymangr
- Alerting: Allow selection of recording rule write target on per-rule basis. #101778,
@stevesg
- Alerting: Allow specifying uid for new rules added to groups #99858,
@moustafab
- Alerting: Improve template testing by trying non-root scopes #101471,
@JacobsonMT
- Alerting: Include time range in template dashboard and panel urls #101095,
@JacobsonMT
- Alerting: Keep the latest version of deleted rule in version table #101481,
@yuri-tceretian
- Alerting: Promote alertingSaveStateCompressed flag to public preview #99935,
@alexander-akhmetov
- Alerting: Remove ID and OrgID from hash calculation #100140,
@yuri-tceretian
- Alerting: Remove feature toggle alertingNoNormalState #99905,
@yuri-tceretian
- Alerting: Remove rule group edit from single rule editor #100191,
@gillesdemey
- Alerting: Return 404 when /api/ruler/grafana/api/v1/rules/{Namespace}/{Groupname} does not exist #100264,
@fayzal-g
... (truncated)
Changelog
Sourced from @grafana/runtime
's changelog.
11.6.1 (2025-04-23)
Features and enhancements
- Chore: Update JWT library (CVE-2025-30204) #102727,
@grambbledook
- DashboardScenePage: Correct slug in self referencing data links #103854,
@Sergej-Vlasov
- Dependencies: Bump github.com/redis/go-redis/v9 to 9.7.3 to address CVE-2025-29923 #102863,
@macabu
- Go: Bump to 1.24.2 #103523,
@Proximyst
- Go: Bump to 1.24.2 (Enterprise)
- GrafanaUI: Use safePolygon close handler for interactive tooltips instead of a delay #102869,
@mthorning
- Prometheus: Add support for cloud partners Prometheus data sources #103941,
@kevinwcyu
Bug fixes
- Alertmanager: Add Role-Based Access Control via reqAction Field #103479,
@olegpixel
- GrafanaUI: Remove blurred background from overlay backdrops to improve performance #103647,
@joshhunt
- InfluxDB: Fix nested variable interpolation #104096,
@aangelisc
- LDAP test: Fix page crash #102684,
@ashharrison90
- Org redirection: Fix linking between orgs #102870,
@ashharrison90
- Security: Fix CVE-2025-3454
- Security: Fix CVE-2025-2703
- Security: Fix CVE-2025-3260
11.5.4 (2025-04-23)
Features and enhancements
- Azure Monitor: Filter namespaces by resource group #103654,
@alyssabull
- Azure: Add support for custom namespace and custom metrics variable queries #103650,
@aangelisc
- Azure: Resource picker improvements #103638,
@aangelisc
- Azure: Support more complex variable interpolation #103651,
@aangelisc
- Azure: Variable editor and resource picker improvements #103657,
@aangelisc
- Chore: Update CVE-affected dependencies #102709,
@grambbledook
- DashboardScenePage: Correct slug in self referencing data links #103853,
@Sergej-Vlasov
- Dependencies: Bump github.com/redis/go-redis/v9 to 9.6.3 to address CVE-2025-29923 #102865,
@macabu
- Go: Bump to 1.24.2 #103525,
@Proximyst
- Go: Bump to 1.24.2 (Enterprise)
- Prometheus: Add support for cloud partners Prometheus data sources #103942,
@kevinwcyu
Bug fixes
- InfluxDB: Fix nested variable interpolation #104095,
@aangelisc
- LDAP test: Fix page crash #102683,
@ashharrison90
- Security: Fix CVE-2025-3454
- Security: Fix CVE-2025-2703
... (truncated)
Commits
78ca78f
Release: 11.6.0 (#102837)4a713bd
Plugin: expose nested folder component from core grafana (#97765)cf95a42
ScopesContext: Move export from unstable to regular entrypoint (#101765)7acfdfa
ScopesContext: Move runtime service to unstable (#101600)6d4a271
Frontend: Expose unstable entrypoints for data and runtime (#101547)859c12b
Grafana UI: Expose unstable entrypoint (#97080)ccc1477
PluginExtensions: Migrate edit profile page to use new plugin components API ...eca045b
Build: Reduce repetition in rollup configs (#93916)c969a72
PluginExtensions: Fixed so we expose the proper types for usePluginComponents...cb05ead
chore: add react-loading-skeleton to@grafana/runtime
(#100941)- Additional commits viewable in compare view
Updates @grafana/ui
from 11.5.1 to 11.6.1
Release notes
Sourced from @grafana/ui
's releases.
11.6.1
Download page What's new highlights
Features and enhancements
- Chore: Update JWT library (CVE-2025-30204) #102727,
@grambbledook
- DashboardScenePage: Correct slug in self referencing data links #103854,
@Sergej-Vlasov
- Dependencies: Bump github.com/redis/go-redis/v9 to 9.7.3 to address CVE-2025-29923 #102863,
@macabu
- Go: Bump to 1.24.2 #103523,
@Proximyst
- Go: Bump to 1.24.2 (Enterprise)
- GrafanaUI: Use safePolygon close handler for interactive tooltips instead of a delay #102869,
@mthorning
- Prometheus: Add support for cloud partners Prometheus data sources
Pull Request Statistics
Commits:
0Files Changed:
0Additions:
+0Deletions:
-0
Package Dependencies
@typescript-eslint/parser
npm
8.24.0 → 8.31.0
Minor
@typescript-eslint/eslint-plugin
npm
8.24.0 → 8.31.0
Minor
@stylistic/eslint-plugin-ts
npm
3.1.0 → 4.2.0
Major
@rollup/plugin-node-resolve
npm
16.0.0 → 16.0.1
Patch
Security Advisories
go-redis allows potential out of order responses when `CLIENT SETINFO` times out during connection establishment
Grafana's datasource proxy API allows authorization checks to be bypassed
jwt-go allows excessive memory allocation during header parsing
Grafana vulnerable to authenticated users bypassing dashboard, folder permissions
Technical Details
ID: | 1057768 |
UUID: | 3023573249 |
Node ID: | PR_kwDOIZBN9M6UGGaj |
Host: | GitHub |
Repository: | grafana/grafana-async-query-data-js |