Bump the all-node-dependencies group across 1 directory with 24 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 1
(7 months ago)
(6 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
1f2b057chore: upgrade@eslint/js@9.25.1 (#19642) (Milos Djermanovic)771317fchore: package.json update for@eslint/jsrelease (Jenkins)v9.25.0
Features
dcd95aafeat: support TypeScript syntax in no-empty-function rule (#19551) (sethamus)77d6d5bfeat: support TS syntax inno-unused-expressions(#19564) (Sweta Tanwar)90228e5feat: supportJSRuleDefinitiontype (#19604) (루밀LuMir)59ba6b7feat: add allowObjects option to no-restricted-properties (#19607) (sethamus)db650a0feat: support TypeScript syntax inno-invalid-thisrule (#19532) (Tanuj Kanti)9535cfffeat: support TS syntax inno-loop-func(#19559) (Nitin Kumar)Bug Fixes
Documentation
ca7a735docs: updateno-undef-initwhen not to use section (#19624) (Tanuj Kanti)1b870c9docs: useeslint-config-xoin the getting started guide (#19629) (Nitin Kumar)5d4af16docs: add types for multiple rule options (#19616) (Tanuj Kanti)e8f8d57docs: Update README (GitHub Actions Bot)a40348fdocs: no-use-before-define tweaks (#19622) (Kirk Waiblinger)0ba3ae3docs: Update README (GitHub Actions Bot)865dbfedocs: ensure "learn more" deprecation links point to useful resource (#19590) (Kirk Waiblinger)f80b746docs: add known limitations for no-self-compare (#19612) (Nitin Kumar)865aed6docs: Update README (GitHub Actions Bot)Chores
88dc196chore: upgrade@eslint/js@9.25.0 (#19636) (Milos Djermanovic)345288dchore: package.json update for@eslint/jsrelease (Jenkins)affe6bechore: upgrade trunk (#19628) (sethamus)dd20cf2test: fixno-loop-functest with duplicate variable reports (#19610) (Milos Djermanovic)bd05397chore: upgrade@eslint/*dependencies (#19606) (Milos Djermanovic)22ea18bchore: replace invalidinttype withnumberinside JSDocs. (#19597) (Arya Emami)v9.24.0
Features
556c25bfeat: support loading TS config files using--experimental-strip-types(#19401) (Arya Emami)72650acfeat: support TS syntax ininit-declarations(#19540) (Nitin Kumar)03fb0bcfeat: normalize patterns to handle "./" prefix in files and ignores (#19568) (Pixel998)071dcd3feat: support TS syntax inno-dupe-class-members(#19558) (Nitin Kumar)cd72bccfeat: Introduce a way to suppress violations (#19159) (Iacovos Constantinou)2a81578feat: support TS syntax inno-loss-of-precision(#19560) (Nitin Kumar)30ae4edfeat: add new options to class-methods-use-this (#19527) (sethamus)b79ade6feat: support TypeScript syntax inno-array-constructor(#19493) (Tanuj Kanti)
... (truncated)
Changelog
Sourced from @eslint/js's changelog.
v9.25.1 - April 21, 2025
1f2b057chore: upgrade@eslint/js@9.25.1 (#19642) (Milos Djermanovic)771317fchore: package.json update for@eslint/jsrelease (Jenkins)cdc8e8cfix: revert directive detection in no-unused-expressions (#19639) (sethamus)v9.25.0 - April 18, 2025
88dc196chore: upgrade@eslint/js@9.25.0 (#19636) (Milos Djermanovic)345288dchore: package.json update for@eslint/jsrelease (Jenkins)910bd13fix:nodeTypeKeynot being used inNodeEventGenerator(#19631) (StyleShit)ca7a735docs: updateno-undef-initwhen not to use section (#19624) (Tanuj Kanti)affe6bechore: upgrade trunk (#19628) (sethamus)1b870c9docs: useeslint-config-xoin the getting started guide (#19629) (Nitin Kumar)5d4af16docs: add types for multiple rule options (#19616) (Tanuj Kanti)e8f8d57docs: Update README (GitHub Actions Bot)a40348fdocs: no-use-before-define tweaks (#19622) (Kirk Waiblinger)0ba3ae3docs: Update README (GitHub Actions Bot)865dbfedocs: ensure "learn more" deprecation links point to useful resource (#19590) (Kirk Waiblinger)dcd95aafeat: support TypeScript syntax in no-empty-function rule (#19551) (sethamus)77d6d5bfeat: support TS syntax inno-unused-expressions(#19564) (Sweta Tanwar)90228e5feat: supportJSRuleDefinitiontype (#19604) (루밀LuMir)f80b746docs: add known limitations for no-self-compare (#19612) (Nitin Kumar)59ba6b7feat: add allowObjects option to no-restricted-properties (#19607) (sethamus)db650a0feat: support TypeScript syntax inno-invalid-thisrule (#19532) (Tanuj Kanti)dd20cf2test: fixno-loop-functest with duplicate variable reports (#19610) (Milos Djermanovic)9535cfffeat: support TS syntax inno-loop-func(#19559) (Nitin Kumar)bd05397chore: upgrade@eslint/*dependencies (#19606) (Milos Djermanovic)22ea18bchore: replace invalidinttype withnumberinside JSDocs. (#19597) (Arya Emami)865aed6docs: Update README (GitHub Actions Bot)v9.24.0 - April 4, 2025
ef67420chore: upgrade@eslint/js@9.24.0 (#19602) (Milos Djermanovic)4946847chore: package.json update for@eslint/jsrelease (Jenkins)f857820docs: update documentation for--experimental-strip-types(#19594) (Nikolas Schröter)803e4afdocs: simplify gitignore path handling in includeIgnoreFile section (#19596) (Thomas Broyer)6d979ccdocs: Update README (GitHub Actions Bot)b23d1c5fix: deduplicate variable names in no-loop-func error messages (#19595) (Nitin Kumar)556c25bfeat: support loading TS config files using--experimental-strip-types(#19401) (Arya Emami)82177e4docs: Update README (GitHub Actions Bot)a995acbchore: correct 'flter'/'filter' typo in package script (#19587) (Josh Goldberg ✨)72650acfeat: support TS syntax ininit-declarations(#19540) (Nitin Kumar)03fb0bcfeat: normalize patterns to handle "./" prefix in files and ignores (#19568) (Pixel998)b9a5efatest: skip symlink test on Windows (#19503) (fisker Cheung)46eea6dchore: removeRule&FormatterFunctionfromshared/types.js(#19556) (Nitin Kumar)fb8cdb8fix: useany[]type forcontext.options(#19584) (Francesco Trotta)071dcd3feat: support TS syntax inno-dupe-class-members(#19558) (Nitin Kumar)e849dc0docs: replace existing var with const (#19578) (Sweta Tanwar)bdcc91dchore: modify .editorconfig to keep parity with prettier config (#19577) (Sweta Tanwar)
... (truncated)
Commits
771317fchore: package.json update for@eslint/jsrelease345288dchore: package.json update for@eslint/jsrelease4946847chore: package.json update for@eslint/jsrelease20591c4chore: package.json update for@eslint/jsrelease129882dchore: formatted files with Prettier via trunk fmt (#19355)a59d0c0docs: Update docs for defineConfig (#19505)7a699a6chore: remove formatting-related lint rules internally (#19473)eed409achore: package.json update for@eslint/jsrelease265e0cfchore: package.json update for@eslint/jsrelease- 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,
@kevinwcyuBug 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,
@kevinwcyuBug 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,
@kevinwcyuBug 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...78ca78fRelease: 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...1444e9dTransformations: Improve groupBy field selection and aggregated field types (...5e21b9eInvite User: Add invite user button in top bar (#101809)14ebec5Alerting: Allow selection of recording rule write target on per-rule basis. (...31e92baTrace 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,
@kevinwcyuBug 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,
@kevinwcyuBug 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,
@kevinwcyuBug 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
78ca78fRelease: 11.6.0 (#102837)4a713bdPlugin: expose nested folder component from core grafana (#97765)cf95a42ScopesContext: Move export from unstable to regular entrypoint (#101765)7acfdfaScopesContext: Move runtime service to unstable (#101600)6d4a271Frontend: Expose unstable entrypoints for data and runtime (#101547)859c12bGrafana UI: Expose unstable entrypoint (#97080)ccc1477PluginExtensions: Migrate edit profile page to use new plugin components API ...eca045bBuild: Reduce repetition in rollup configs (#93916)c969a72PluginExtensions: Fixed so we expose the proper types for usePluginComponents...cb05eadchore: 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 |