Bump the all-dependencies group across 1 directory with 22 updates
Type: Pull Request
State: Closed
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 1
(3 months ago)
(3 months ago)
(3 months ago)
dependencies javascript
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
Commits
- See full diff in compare view
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: addecmaVersion: 2026
, parsingusing
andawait 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 inno-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: addsourceCode.isGlobalReference(node)
method (#19695) (Nitin Kumar)Bug Fixes
85c082c
fix: explicit matching behavior with negated patterns and arrays (#19845) (Milos Djermanovic)9bda4a9
fix: fixLintOptions.filterCodeBlock
types (#19837) (ntnyq)7ab77a2
fix: correct breaking deprecation of FlatConfig type (#19826) (Logicer)1ba3318
fix: addlanguage
anddialects
tono-use-before-define
(#19808) (Francesco Trotta)Documentation
00e3e6a
docs: add support for custom name parameter toincludeIgnoreFile
(#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 ofgetLocFromIndex
(#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 inno-use-before-define
(#19566) (Tanuj Kanti)68c61c0
feat: support TS syntax inno-shadow
(#19565) (Nitin Kumar)0f773ef
feat: support TS syntax inno-magic-numbers
(#19561) (Nitin Kumar)c4a6b60
feat: add allowTypeAnnotation to func-style (#19754) (sethamus)b03ad17
feat: add TypeScript support toprefer-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 fromGlobalScope#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 inno-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: addecmaVersion: 2026
, parsingusing
andawait 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 toincludeIgnoreFile
(#19795) (루밀LuMir)9bda4a9
fix: fixLintOptions.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 inno-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 ofgetLocFromIndex
(#19782) (루밀LuMir)1ba3318
fix: addlanguage
anddialects
tono-use-before-define
(#19808) (Francesco Trotta)786bcd1
feat: add allowProperties option to no-restricted-properties (#19772) (sethamus)05b66d0
feat: addsourceCode.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 fromGlobalScope#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: updatefunc-style
with examples (#19793) (Tanuj Kanti)62b1c1b
chore: update globals to v16 (#19791) (Nitin Kumar)bfd0e7a
feat: support TypeScript syntax inno-use-before-define
(#19566) (Tanuj Kanti)68c61c0
feat: support TS syntax inno-shadow
(#19565) (Nitin Kumar)e8a1cb8
chore: ignore jiti-v2.0 & jiti-v2.1 for renovate (#19786) (Nitin Kumar)0f773ef
feat: support TS syntax inno-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: updateSourceCodeTraverser
tests (#19763) (Milos Djermanovic)b03ad17
feat: add TypeScript support toprefer-arrow-callback
(#19678) (Tanuj Kanti)e9129e0
docs: add global scope'simplicit
field to Scope Manager docs (#19770) (Milos Djermanovic)
... (truncated)
Commits
acf2201
chore: package.json update for@eslint/js
release844f5a6
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
- Chore: Bump Go version to 1.24.3 #105101,
@macabu
- Dependencies: Bump github.com/openfga/openfga from v1.8.6 to v1.8.12 #105368,
@macabu
- Dependencies: Unpin and bump github.com/getkin/kin-openapi from v0.126.0 to v0.132.0 #105249,
@macabu
- K8s: Dashboards: Add fine grained access control checks to /apis #104419,
@stephaniehingtgen
Bug fixes
- Dashboard: Fix Panel Explore link subpath duplication (#104952) #105056,
@axelavargas
- Dashboard: Fixes issue with row repeats and first row #104469,
@torkelo
- Graphite: Ensure template variables are interpolated correctly #105389,
@aangelisc
- Graphite: Fix Graphite series interpolation #104516,
@aangelisc
- InfluxDB: Fix nested variable interpolation #104176,
@aangelisc
- MetricsDrilldown: Restore link to Metrics Drilldown from Explore #104073,
@NWRichmond
- NestedFolderPicker: Fix scroll jumps back to top #105769,
@samsch
- Preferences: Disable the save button whilst saving preferences #105612,
@ashharrison90
- Prometheus: Fix semver import path #104945,
@jackw
- Themes: Prevent duplicated API call in drawer #105611,
@ashharrison90
- XYChart: Coerce threshold steps to numbers #104492,
@leeoniya
- Security: Fix CVE-2025-3454
- Security: Fix CVE-2025-2703
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
44cfb7c
Chore: Update version inrelease-12.0.1
branch (#104061)- See full diff in compare view
Updates @grafana/eslint-config
from 8.0.0 to 8.1.0
Commits
- See full diff in compare view
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
- Chore: Bump Go version to 1.24.3 #105101,
@macabu
- Dependencies: Bump github.com/openfga/openfga from v1.8.6 to v1.8.12 #105368,
@macabu
- Dependencies: Unpin and bump github.com/getkin/kin-openapi from v0.126.0 to v0.132.0 #105249,
@macabu
- K8s: Dashboards: Add fine grained access control checks to /apis #104419,
@stephaniehingtgen
Bug fixes
- Dashboard: Fix Panel Explore link subpath duplication (#104952) #105056,
@axelavargas
- Dashboard: Fixes issue with row repeats and first row #104469,
@torkelo
- Graphite: Ensure template variables are interpolated correctly #105389,
@aangelisc
- Graphite: Fix Graphite series interpolation #104516,
@aangelisc
- InfluxDB: Fix nested variable interpolation #104176,
@aangelisc
- MetricsDrilldown: Restore link to Metrics Drilldown from Explore #104073,
@NWRichmond
- NestedFolderPicker: Fix scroll jumps back to top #105769,
@samsch
- Preferences: Disable the save button whilst saving preferences #105612,
@ashharrison90
- Prometheus: Fix semver import path #104945,
@jackw
- Themes: Prevent duplicated API call in drawer #105611,
@ashharrison90
- XYChart: Coerce threshold steps to numbers #104492,
@leeoniya
- Security: Fix CVE-2025-3454
- Security: Fix CVE-2025-2703
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
44cfb7c
Chore: Update version inrelease-12.0.1
branch (#104061)- See full diff in compare view
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
- Chore: Bump Go version to 1.24.3 #105101,
@macabu
- Dependencies: Bump github.com/openfga/openfga from v1.8.6 to v1.8.12 #105368,
@macabu
- Dependencies: Unpin and bump github.com/getkin/kin-openapi from v0.126.0 to v0.132.0 #105249,
@macabu
- K8s: Dashboards: Add fine grained access control checks to /apis #104419,
@stephaniehingtgen
Bug fixes
- Dashboard: Fix Panel Explore link subpath duplication (#104952) #105056,
@axelavargas
- Dashboard: Fixes issue with row repeats and first row #104469,
@torkelo
- Graphite: Ensure template variables are interpolated correctly #105389,
@aangelisc
- Graphite: Fix Graphite series interpolation #104516,
@aangelisc
- InfluxDB: Fix nested variable interpolation #104176,
@aangelisc
- MetricsDrilldown: Restore link to Metrics Drilldown from Explore #104073,
@NWRichmond
- NestedFolderPicker: Fix scroll jumps back to top #105769,
@samsch
- Preferences: Disable the save button whilst saving preferences #105612,
@ashharrison90
- Prometheus: Fix semver import path #104945,
@jackw
- Themes: Prevent duplicated API call in drawer #105611,
@ashharrison90
- XYChart: Coerce threshold steps to numbers #104492,
@leeoniya
- Security: Fix CVE-2025-3454
- Security: Fix CVE-2025-2703
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 inrelease-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
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
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
andAwaitExpression
whenoffsetTernaryExpressionsOffsetCallExpressions
(#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
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
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
andAwaitExpression
whenoffsetTernaryExpressionsOffsetCallExpressions
(#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
- deprecate
jsx-indent
(#741) (ca23ce1)- fix comment example (#759) (c841bb6)
- fix eslint error (#775) (f2866f9)
- fix eslint error tip does not display (#792) (b09756d)
- incorrect error tip should display (#747) (7e06b81)
- typo (#723) (b6ed751)
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
(
@swc/types
) RemovenativeClassProperties
(#10592) (39032dc)(es/minifier) Fix top level detection of DCE (#10603) (964a560)
Features
[1.12.0] - 2025-06-10
Bug Fixes
Pull Request Statistics
1
2
+2001
-1674
Package Dependencies
@typescript-eslint/parser
npm
8.32.1 → 8.34.0
Minor
@typescript-eslint/eslint-plugin
npm
8.32.1 → 8.34.0
Minor
@stylistic/eslint-plugin-ts
npm
4.2.0 → 4.4.1
Minor
Technical Details
ID: | 1700345 |
UUID: | 2595863781 |
Node ID: | PR_kwDOGU6FA86aubzl |
Host: | GitHub |
Repository: | grafana/grafana-aws-sdk-react |
Mergeable: | Yes |
Merge State: | Unstable |