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

Bump ember-source from 3.28.12 to 6.0.0 #618

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 14, 2024

Bumps ember-source from 3.28.12 to 6.0.0.

Release notes

Sourced from ember-source's releases.

v6.0.0 ember-source

CHANGELOG

  • [BREAKING] Features and APIs that were deprecated until v6.0 will now throw exceptions and the related code will be removed imminently. For a list of deprecations, see the Deprecation Guide.
  • #20731 [BUGFIX] Bump import Ember from 'ember' barrel file deprecations until 7.0.0
  • #20779 / #20791 [CLEANUP] Update browser support per RFC #685. Support is now Chrome >= 109, Edge >= 128 Firefox >= 115, Safari >= 15.6, ChromeAndroid >= 130, FirefoxAndroid >= 130
  • #20773 [CLEANUP] Remove deprecated features from component blueprint per [RFC #995](https://rfcs.emberjs.com/id/0995-deprecate-non-colocated-components).
  • #20730 [CLEANUP] Remove support for EXTEND_PROTOTYPES
  • #20732 [TYPES] Directly assign a boolean value in deprecated-features
  • #20753 [INTERNAL] Update tagging strategy: ember-source tags will now be v1.2.3-ember-source instead of v1.2.3
  • #20744 Add v2 addon metadata

v6.0.0-beta.1-ember-source

CHANGELOG

  • #20730 [CLEANUP] Remove support for EXTEND_PROTOTYPES
  • #20731 [BUGFIX] Bump import Ember from 'ember' barrel file deprecations until 7.0.0
  • #20732 [TYPES] Directly assign a boolean value in deprecated-features
  • #20744 Add v2 addon metadata
  • #20753 [INTERNAL] Update tagging strategy: ember-source tags will now be v1.2.3-ember-source instead of v1.2.3

v5.12.0

CHANGELOG

  • #20746 [BUGFIX] Upgrade glimmer-vm for some perf improvements
  • #20714 [BUGFIX] Break eager cycle for "deprecate" function

v5.12.0-beta.3

CHANGELOG

  • #20746 [BUGFIX] Upgrade glimmer-vm for some perf improvements

v5.12.0-beta.2

CHANGELOG

v5.11.1

CHANGELOG

v5.11.0

CHANGELOG

  • #20716 [BREAKING] Drop Node 16 support
  • #20704 Remove Component suffix from blueprints to facilitate <template>

v5.11.0-beta.2

CHANGELOG

... (truncated)

Changelog

Sourced from ember-source's changelog.

v6.0.0 (November 11, 2024)

  • [BREAKING] Features and APIs that were deprecated until v6.0 will now throw exceptions and the related code will be removed imminently. For a list of deprecations, see the Deprecation Guide.
  • #20731 [BUGFIX] Bump import Ember from 'ember' barrel file deprecations until 7.0.0
  • #20779 / #20791 [CLEANUP] Update browser support per RFC #685. Support is now Chrome >= 109, Edge >= 128 Firefox >= 115, Safari >= 15.6, ChromeAndroid >= 130, FirefoxAndroid >= 130
  • #20773 [CLEANUP] Remove deprecated features from component blueprint per [RFC #995](https://rfcs.emberjs.com/id/0995-deprecate-non-colocated-components).
  • #20730 [CLEANUP] Remove support for EXTEND_PROTOTYPES
  • #20732 [TYPES] Directly assign a boolean value in deprecated-features
  • #20753 [INTERNAL] Update tagging strategy: ember-source tags will now be v1.2.3-ember-source instead of v1.2.3
  • #20744 Add v2 addon metadata

v5.12.0 (September 30, 2024)

  • #20746 [BUGFIX] Upgrade glimmer-vm for some perf improvements
  • #20714 [BUGFIX] Break eager cycle for "deprecate" function

v5.11.1 (September 23, 2024)

v5.11.0 (August 19, 2024)

  • #20716 [BREAKING] Drop Node 16 support
  • #20704 Remove Component suffix from blueprints to facilitate \<template>

v5.10.2 (August 6, 2024)

  • #20726 [BUGFIX] Fix test waiters by removing unintentional duplication from ember-testing bundle
  • #20715 [BUGFIX] Don't publish empty modules

v5.10.1 (July 12, 2024)

  • #20720 [BUGFIX] Fix deprecation guide url for array prototype extensions deprecation

v5.10.0 (July 8, 2024)

v5.9.0 (June 3, 2024)

... (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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 14, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ember-source-6.0.0 branch 2 times, most recently from db2c8ed to 81325c2 Compare November 14, 2024 03:39
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 14, 2024

Dependabot can't authenticate to a private package registry. Because of this, Dependabot cannot update this pull request.

Bumps [ember-source](https://github.com/emberjs/ember.js) from 3.28.12 to 6.0.0.
- [Release notes](https://github.com/emberjs/ember.js/releases)
- [Changelog](https://github.com/emberjs/ember.js/blob/main/CHANGELOG.md)
- [Commits](https://github.com/emberjs/ember.js/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ember-source-6.0.0 branch from 81325c2 to 6fb3f46 Compare November 15, 2024 04:26
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