Skip to content

build(deps): bump immutable, @grafana/runtime and @grafana/ui in /bench/grafana-datasource#6626

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/bench/grafana-datasource/multi-67145b6981
Open

build(deps): bump immutable, @grafana/runtime and @grafana/ui in /bench/grafana-datasource#6626
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/bench/grafana-datasource/multi-67145b6981

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 23, 2026

Copy link
Copy Markdown
Contributor

Bumps immutable to 5.1.9 and updates ancestor dependencies immutable, @grafana/runtime and @grafana/ui. These dependencies need to be updated together.

Updates immutable from 5.0.3 to 5.1.9

Release notes

Sourced from immutable's releases.

v5.1.9

What's Changed

Full Changelog: immutable-js/immutable-js@v5.1.8...v5.1.9

v5.1.8

What's Changed

Full Changelog: immutable-js/immutable-js@v5.1.7...v5.1.8

v5.1.7

What's Changed

internal

New Contributors

Full Changelog: immutable-js/immutable-js@v5.1.6...v5.1.7

v5.1.6

What's Changed

... (truncated)

Changelog

Sourced from immutable's changelog.

5.1.9

  • fix(List): a List grown past 32 elements while all its values are undefined no longer reads those values back as null (affected get, iteration, toArray, equals and hashCode)

5.1.8

4.3.9

5.1.7

  • fix(Repeat): lastIndexOf returned size instead of size - 1 by @​chatman-media in immutable-js/immutable-js#2227. Fixes CVE CVE-2026-29063
  • fix(IndexedCollection): has(index) on a lazy Seq of unknown size now checks index existence instead of searching for a value equal to the index #2203
  • [TypeScript]: reduce/reduceRight without an initial value now infer the result type from the collection's values when the reducer returns a value (e.g. list.reduce((a, b) => a + b) infers number), matching Array#reduce. Previously an explicit type argument was required. #2205

5.1.6

  • fix(reverseFactory): read reversedSequence.size in __iterator instead of this #2196

5.1.5

  • Fix Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution') in immutable

5.1.4

Documentation

Internal

... (truncated)

Commits
  • 329f7a6 5.1.9
  • 21fabd9 changelog
  • 009164f Merge pull request #2235 from immutable-js/fix/avoid-null-when-setsize33
  • 5b65bfb fix(List): preserve undefined values when grown past 32 elements
  • 50bf39e Update CHANGELOG.md for versions 5.1.8 and 4.3.9
  • 6496539 5.1.8
  • 808a83a Merge commit from fork
  • e51d49f perf(Map): index large hash-collision buckets for faster lookups
  • 25c58b0 fix typescript in tests
  • a1a1ee4 Merge commit from fork
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for immutable since your current version.


Updates @grafana/runtime from 11.6.14 to 13.1.1

Release notes

Sourced from @​grafana/runtime's releases.

13.1.1

Download page What's new highlights

Features and enhancements

Bug fixes

Plugin development fixes & changes

13.1.0

Download page What's new highlights

Features and enhancements

... (truncated)

Changelog

Sourced from @​grafana/runtime's changelog.

13.0.3 (2026-06-23)

Features and enhancements

Bug fixes

11.6.16 (2026-06-23)

Features and enhancements

Bug fixes

  • Datasources: return 400 when payload UID does not match URL UID in PUT /api/datasources/uid/:uid #125516, @​papagian

12.2.10 (2026-06-23)

Features and enhancements

Bug fixes

  • Datasources: return 400 when payload UID does not match URL UID in PUT /api/datasources/uid/:uid #125518, @​papagian

12.3.8 (2026-06-23)

Features and enhancements

... (truncated)

Commits
  • 5d49276 [release-13.1.1] Deps: Unpin dompurify + react-use in @grafana/* (#127598)
  • 2f31557 Release: 13.1.0 (#127045)
  • b309c9b Release: set version to 13.1.0
  • 1dcb8b0 Table: Add feature toggle for proto-based parser (#126961)
  • 3dd5247 Dashboards: Add FT for new Panel Query Errors UI (#126747)
  • 4f3041f Plugins: add debug logs for legacy fallbacks and error logs for updat… (#126738)
  • 887528b Logging: Preserve original error stack in @​grafana/runtime helpers (#126660)
  • 4dd54ca Dashboard: View panel controls (quick viz toggles, fanout / split panels by s...
  • db71f87 New Logs Context: enable by default (#126414)
  • 3675311 DataSources: Async datasource API parity tests with legacy DatasourceSrv (#12...
  • Additional commits viewable in compare view

Updates @grafana/ui from 11.6.14 to 13.1.1

Release notes

Sourced from @​grafana/ui's releases.

13.1.1

Download page What's new highlights

Features and enhancements

Bug fixes

Plugin development fixes & changes

13.1.0

Download page What's new highlights

Features and enhancements

... (truncated)

Changelog

Sourced from @​grafana/ui's changelog.

13.0.3 (2026-06-23)

Features and enhancements

Bug fixes

11.6.16 (2026-06-23)

Features and enhancements

Bug fixes

  • Datasources: return 400 when payload UID does not match URL UID in PUT /api/datasources/uid/:uid #125516, @​papagian

12.2.10 (2026-06-23)

Features and enhancements

Bug fixes

  • Datasources: return 400 when payload UID does not match URL UID in PUT /api/datasources/uid/:uid #125518, @​papagian

12.3.8 (2026-06-23)

Features and enhancements

... (truncated)

Commits
  • e837a44 [release-13.1.1] Accessibility: Ensure InlineToast contents are announced b...
  • 8d0531f [release-13.1.1] Menu: Announce submenu triggers to screen readers (#128686)
  • 986342d [release-13.1.1] Pagination: Set aria-current on active page (#128518)
  • 8b99247 [release-13.1.1] TimeRangePicker: Better error message when field is empty (#...
  • 5d49276 [release-13.1.1] Deps: Unpin dompurify + react-use in @grafana/* (#127598)
  • 2f31557 Release: 13.1.0 (#127045)
  • b309c9b Release: set version to 13.1.0
  • b0fe944 Canvas: Consolidate unsafely shared code, make @grafana/ui dependencies pub...
  • 94ed073 Table: Use property descriptors to make shallow getter objects rows (#126717)
  • 60545df TimeOfDayPicker: use Combobox (#123777)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [immutable](https://github.com/immutable-js/immutable-js) to 5.1.9 and updates ancestor dependencies [immutable](https://github.com/immutable-js/immutable-js), [@grafana/runtime](https://github.com/grafana/grafana/tree/HEAD/packages/grafana-runtime) and [@grafana/ui](https://github.com/grafana/grafana/tree/HEAD/packages/grafana-ui). These dependencies need to be updated together.


Updates `immutable` from 5.0.3 to 5.1.9
- [Release notes](https://github.com/immutable-js/immutable-js/releases)
- [Changelog](https://github.com/immutable-js/immutable-js/blob/main/CHANGELOG.md)
- [Commits](immutable-js/immutable-js@v5.0.3...v5.1.9)

Updates `@grafana/runtime` from 11.6.14 to 13.1.1
- [Release notes](https://github.com/grafana/grafana/releases)
- [Changelog](https://github.com/grafana/grafana/blob/main/CHANGELOG.md)
- [Commits](https://github.com/grafana/grafana/commits/v13.1.1/packages/grafana-runtime)

Updates `@grafana/ui` from 11.6.14 to 13.1.1
- [Release notes](https://github.com/grafana/grafana/releases)
- [Changelog](https://github.com/grafana/grafana/blob/main/CHANGELOG.md)
- [Commits](https://github.com/grafana/grafana/commits/v13.1.1/packages/grafana-ui)

---
updated-dependencies:
- dependency-name: immutable
  dependency-version: 5.1.9
  dependency-type: indirect
- dependency-name: "@grafana/runtime"
  dependency-version: 13.1.1
  dependency-type: direct:production
- dependency-name: "@grafana/ui"
  dependency-version: 13.1.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 23, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner July 23, 2026 17:30
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants