Skip to content

refactor: Bump immutable from 4.1.0 to 5.1.1 #2697

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 27, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 26, 2025

Bumps immutable from 4.1.0 to 5.1.1.

Release notes

Sourced from immutable's releases.

v5.1.1

What's Changed

Fix issue in builded types files in 5.1.0 due to cpy-cli upgrade

Full Changelog: immutable-js/immutable-js@v5.1.0...v5.1.1

v5.1.0

What's Changed

Internal

New Contributors

Full Changelog: immutable-js/immutable-js@v5.0.2...v5.1.0

v5.0.3

What's Changed

New Contributors

Full Changelog: immutable-js/immutable-js@v5.0.2...v5.0.3

v5.0.2

Changed

  • Fix wrong path for esm module after fix in 5.0.1

Full Changelog: immutable-js/immutable-js@v5.0.1...v5.0.2

v5.0.1

What's Changed

... (truncated)

Changelog

Sourced from immutable's changelog.

5.1.1

  • Fix type copying

5.1.0

Internal

[5.0.3]

  • Fix List.VNode.removeAfter() / removeBefore() issue on some particular case #2030 by @​alexvictoor

[5.0.2]

  • Fix wrong path for esm module after fix in 5.0.1

[5.0.1]

[5.0.0]

Breaking changes

To sum up, the big change in 5.0 is a Typescript change related to Map that is typed closer to the JS object. This is a huge change for TS users, but do not impact the runtime behavior. (see Improve TypeScript definition for Map for more details)

Other breaking changes are:

[BREAKING] Remove deprecated methods:

Released in 5.0.0-rc.1

  • Map.of('k', 'v'): use Map([ [ 'k', 'v' ] ]) or Map({ k: 'v' })
  • Collection.isIterable: use isIterable directly
  • Collection.isKeyed: use isKeyed directly
  • Collection.isIndexed: use isIndexed directly
  • Collection.isAssociative: use isAssociative directly

... (truncated)

Commits

Dependabot compatibility score

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Bumps [immutable](https://github.com/immutable-js/immutable-js) from 4.1.0 to 5.1.1.
- [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@v4.1.0...v5.1.1)

---
updated-dependencies:
- dependency-name: immutable
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Bot label; pull requests that updates a dependency file javascript Pull requests that update javascript code labels Mar 26, 2025
Copy link

I will reformat the title to use the proper commit message syntax.

@parse-github-assistant parse-github-assistant bot changed the title refactor: bump immutable from 4.1.0 to 5.1.1 refactor: Bump immutable from 4.1.0 to 5.1.1 Mar 26, 2025
Copy link

uffizzi-cloud bot commented Mar 26, 2025

Uffizzi Ephemeral Environment deployment-62225

⌚ Updated Mar 26, 2025, 01:48 UTC

☁️ https://app.uffizzi.com/github.com/parse-community/parse-dashboard/pull/2697

📄 View Application Logs etc.

What is Uffizzi? Learn more

@mtrezza mtrezza merged commit 67685d0 into alpha Mar 27, 2025
10 checks passed
@mtrezza mtrezza deleted the dependabot/npm_and_yarn/immutable-5.1.1 branch March 27, 2025 01:30
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 7.0.0-alpha.2

@parseplatformorg parseplatformorg added the state:released-alpha Released as alpha version label Mar 27, 2025
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 7.0.0

@parseplatformorg parseplatformorg added the state:released Released as stable version label Apr 4, 2025
beiguancyc pushed a commit to beiguancyc/parse-dashboard that referenced this pull request Apr 8, 2025
* release: (72 commits)
  chore(release): 7.0.0 [skip ci]
  empty commit to trigger CI
  refactor: Bump @actions/core from 1.9.1 to 1.11.1 (parse-community#2701)
  refactor: Bump @babel/plugin-transform-runtime from 7.19.6 to 7.26.10 (parse-community#2704)
  refactor: Bump typescript from 4.8.3 to 5.8.2 (parse-community#2705)
  refactor: Bump eslint from 9.22.0 to 9.23.0 (parse-community#2702)
  refactor: Fix lint (parse-community#2706)
  ci: Fix auto-release (parse-community#2700)
  ci: fix auto-release (parse-community#2699)
  ci: Upgrade semantic-release (parse-community#2698)
  chore(release): 7.0.0-alpha.2 [skip ci]
  feat: Allow to select and copy multiple cells in data browser (parse-community#2691)
  refactor: Bump immutable from 4.1.0 to 5.1.1 (parse-community#2697)
  refactor: Bump @babel/preset-env from 7.20.2 to 7.26.9 (parse-community#2695)
  refactor: Bump eslint from 8.24.0 to 9.22.0 (parse-community#2692)
  chore(release): 7.0.0-alpha.1 [skip ci]
  feat: Increase minimum required Node versions to `18.20.4`, `20.18.0`, `22.12.0` (parse-community#2694)
  chore(release): 6.2.1-alpha.1 [skip ci]
  fix: Title row disappears when scrolling down in data browser (parse-community#2690)
  refactor: Bump puppeteer from 22.15.0 to 24.4.0 (parse-community#2687)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Bot label; pull requests that updates a dependency file javascript Pull requests that update javascript code state:released Released as stable version state:released-alpha Released as alpha version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants