Skip to content
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

chore(deps-dev): bump ember-data from 3.27.1 to 5.2.0 #155

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 1, 2023

Bumps ember-data from 3.27.1 to 5.2.0.

Release notes

Sourced from ember-data's releases.

v5.2.0 | I could've taken you places

Changelog (2023-08-17)

  • Re-release of 5.1.2 to keep lockstep pace. This release contains no new work.

5.1.2 Contained the following changes

🐛 Bug Fix

  • #8750 Backport into release (@​jrjohnson)
    • fix: @​ember-data/debug should declare its peer-dependency on @​ember-data/store #8703
    • fix: de-dupe coalescing when includes or adapterOptions is present but still use findRecord #8704
    • fix: make implicit relationship teardown following delete of related record safe #8705
    • fix: catch errors during didCommit in DEBUG #8708

v5.1.2 | Now I've had time to think it over

Changelog (2023-08-17)

🐛 Bug Fix

  • #8750 Backport into release (@​jrjohnson)
    • fix: @​ember-data/debug should declare its peer-dependency on @​ember-data/store #8703
    • fix: de-dupe coalescing when includes or adapterOptions is present but still use findRecord #8704
    • fix: make implicit relationship teardown following delete of related record safe #8705
    • fix: catch errors during didCommit in DEBUG #8708

v5.1.1 - I know it was wrong, but never said I was sorry

Changelog (2023-07-07)

🐛 Bug Fix

Committers: 1

v5.1.0 - We went to Hell, but we never came back

Changelog (2023-06-29)

🐛 Bug Fix

  • #8657 fix: ensure deprecation configs are threaded to each package (@​runspired)
  • #8649 fix: NotificationManager should only invoke resource/document callbacks owned by the originating store (@​runspired)

Committers: 1

v5.0.0 - Rose Colored Lenses

rose-lenses

This release removes code deprecated during 4.x.

... (truncated)

Changelog

Sourced from ember-data's changelog.

5.2.0 (2023-08-17)

  • Re-release of 5.1.2 to keep lockstep pace. This release contains no new work.

5.1.2 (2023-08-17)

🐛 Bug Fix

  • #8750 Backport into release (@​jrjohnson)
    • fix: @​ember-data/debug should declare its peer-dependency on @​ember-data/store #8703
    • fix: de-dupe coalescing when includes or adapterOptions is present but still use findRecord #8704
    • fix: make implicit relationship teardown following delete of related record safe #8705
    • fix: catch errors during didCommit in DEBUG #8708

5.1.1 (2023-07-07)

🐛 Bug Fix

Committers: 1

5.1.0 (2023-06-29)

🐛 Bug Fix

  • #8657 fix: ensure deprecation configs are threaded to each package (@​runspired)
  • #8649 fix: NotificationManager should only invoke resource/document callbacks owned by the originating store (@​runspired)

Committers: 1

5.0.1 (2023-06-29)

🐛 Bug Fix

  • #8649 fix: NotificationManager should only invoke resource/document callbacks owned by the originating store (@​runspired)

Committers: 1

5.0.0 (2023-06-10)

🐛 Bug Fix

... (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 [ember-data](https://github.com/emberjs/data/tree/HEAD/packages/-ember-data) from 3.27.1 to 5.2.0.
- [Release notes](https://github.com/emberjs/data/releases)
- [Changelog](https://github.com/emberjs/data/blob/main/CHANGELOG.md)
- [Commits](https://github.com/emberjs/data/commits/v5.2.0/packages/-ember-data)

---
updated-dependencies:
- dependency-name: ember-data
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team September 1, 2023 02:52
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 1, 2023
Copy link

@prisma-cloud-devsecops prisma-cloud-devsecops bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Prisma Cloud has found errors in this PR ⬇️

@@ -58,7 +58,7 @@
"ember-cli-page-object": "^1.17.7",
"ember-cli-postcss": "^7.0.2",
"ember-cli-terser": "4.0.1",
"ember-data": "~3.27.1",
"ember-data": "~5.2.0",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

moment 2.29.3 / package.json

Total vulnerabilities: 1

Critical: 0 High: 1 Medium: 0 Low: 0
Vulnerability IDSeverityCVSSFixed inStatus
CVE-2022-31129 HIGH HIGH 7.5 2.29.4 Open

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 1, 2023

Superseded by #156.

@dependabot dependabot bot closed this Oct 1, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/ember-data-5.2.0 branch October 1, 2023 02:13
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants