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

Update dependency ember-source to v6 #734

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 13, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ember-source (source) 4.12.0 -> 6.1.0 age adoption passing confidence

Release Notes

emberjs/ember.js (ember-source)

v6.1.0

Compare Source

  • #​20782 [BUGFIX] Fixes Ember keyword shadowing: keywords should always be superseded by in-scope lexical variables
  • #​20787 Publish ember-source as v2 addon

v6.0.1

Compare Source

  • #​20792 [BUGFIX] Fix importing ember-source/types

v6.0.0

Compare Source

  • [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.
  • #​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

Compare Source

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

v5.11.1

Compare Source

v5.11.0

Compare Source

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

v5.10.2

Compare Source

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

v5.10.1

Compare Source

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

v5.10.0

Compare Source

  • #​20702 [DEPRECATION] Deprecate array prototype extensions per RFC #​848.
  • #​20660 [DEPRECATION] Deprecate non-colocated component template resolution per RFC #​995.
  • #​20675 [INTERNAL] Build reform
  • #​20683 [CLEANUP] Remove application-template-wrapper optional feature support
  • #​20685 [CLEANUP] Remove support for non-glimmer template-only components
  • #​20681 Update ember-cli-babel

v5.9.0

Compare Source

v5.8.0

Compare Source

  • #​20672 [BUGFIX] Restore {{this.attrs.foo}} deprecation from the 3.x era. The API was accidentally not removed in 4.0 but the deprecation was removed.

v5.7.0

Compare Source

  • #​20639 [FEATURE] Add an optional feature "no-implicit-route-model" to allow the removal of the implicit loading of a model per RFC #​774.
  • #​20597 [FEATURE] Add explicit support TS 5.1, 5.2, and 5.3
  • #​20645 [BUGFIX] Make sure the component-class blueprint generates a signature in a TS project
  • #​20224 Integrate types for the warn method
  • #​20579 Mark cached as a MethodDecorator instead of PropertyDecorator
  • #​20609 Bump all glimmer-vm dependencies to 0.87.1
  • #​20619 [CLEANUP] Cleanup incorrect module usage
  • #​20620 [CLEANUP] Remove final eager consumption of AMD loader

v5.6.0

Compare Source

  • #​20595 [BUGFIX] An addon re-export should always be a JavaScript file
  • #​20603 [BUGFIX] Internal templates should be strictMode
  • #​20605 [BUGFIX] Move babel-plugin-ember-template-compilation to dependencies
  • #​20570 [CLEANUP] Remove all traces of named outlets code
  • #​20561 Upgrade the Glimmer VM from 0.84.3 to 0.85.13

v5.5.0

Compare Source

  • #​20575 [BUGFIX] Update backburner.js to 2.4.2
  • #​20578 [BUGFIX] Deprecate outlet TemplateFactory support
  • #​20559 [INTERNAL] Switch to pnpm

v5.4.1

Compare Source

  • #​20575 [BUGFIX] Update backburner.js to 2.4.2
  • #​20595 [BUGFIX] Blueprints: An addon re-export should always be a JavaScript file

v5.4.0

Compare Source

  • #​20521 [FEATURE] Add TypeScript support for looking up controllers in DI registry
  • #​20529 [BUGFIX] Don't rethrow string errors in handleTransitionReject
  • #​20210 [BUGFIX] Fix hanging tests caused by legacy rsvp code
  • #​20530 Upgrade the Glimmer VM to 0.84.3

v5.3.0

Compare Source

v5.2.0

Compare Source

  • #​20464 [FEATURE] Create public import for uniqueId helper per RFC #​659.
  • #​20505 [BUGFIX] Remove use of this.element in component-test and helper-test blueprints
  • #​20501 [BUGFIX] Fix the types for the mutation-methods of NativeArray
  • #​20477 Upgrade TS and configure TS CI accordingly to test against TS 4.9, 5.0, and 5.1

v5.1.2

Compare Source

  • #​20491 [BUGFIX] Types: EmberComponent's element is an Element
  • #​20492 [BUGFIX] Types: EmberComponent init can have no args

v5.1.1

Compare Source

  • #​20480 [BUGFIX] Fix type dependency issues
  • #​20482 [BUGFIX] Types: Allow store to be injected on Route
  • #​20489 [BUGFIX] Fix types for Resolver contract
  • #​20490 [BUGFIX] Types Fix model arg to a Route serialize

v5.1.0

Compare Source

  • #​20449 [FEATURE] Publish stable types for Ember per RFC #​800.
  • #​20439 [CLEANUP] Update tsconfig to target ES2021.
  • #​20461 [BUGFIX] Fix cyclic module crash with engines and fastboot.

v5.0.0

Compare Source

  • #​20438 [BREAKING] Drop support for Node 14
  • #​20445 [CLEANUP] Update browser support per RFC #​685. Minimum support has been updated to Chrome >= 103, Edge >= 110, Firefox >= 102, iOS >= 12, Safari >= 12, ChromeAndroid >= 112, FirefoxAndroid >= 110
  • #​20379 [CLEANUP] Remove deprecated @ember/error package
  • #​20380 [CLEANUP] Remove deprecated assign polyfill
  • #​20381 [CLEANUP] Remove deprecated @ember/string package
  • #​20382 [CLEANUP] Remove deprecated injection
  • #​20402 [CLEANUP] Remove support for ember-cli-mocha and ember-mocha when generating test blueprints
  • #​20406 [CLEANUP] Remove deprecated auto-location
  • #​20413 [CLEANUP] Remove deprecated routing.transition-methods
  • #​20416 [CLEANUP] Finish cleaning up Location interface
  • #​20434 [BUGFIX] Fix HistoryLocation preview types
  • #​20441 [BUGFIX] Fix for TS 5.1 nightly narrowing change
  • #​20429 [BUGFIX] TS lint-level error in mixins/-proxy.ts
  • #​20410 [BUGFIX] Add missing type declarations in the preview types for @​ember/template-compilation

v4.12.4

Compare Source

  • #​20595 [BUGFIX] Blueprints: An addon re-export should always be a JavaScript file

v4.12.3

Compare Source

  • #​20493 [BUGFIX] Backport more types fixes

v4.12.2

Compare Source

  • #​20481 [BUGFIX] Backport some stable type import locations

v4.12.1

Compare Source

  • #​20461 [BUGFIX] Fix cyclic module crash with engines and fastboot.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented Nov 13, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pnpm-lock.yaml
 WARN  The "store" setting has been renamed to "store-dir". Please use the new name.
 WARN  GET https://registry.npmjs.org/@babel/core/-/core-7.26.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.25.9.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@ember/optional-features/-/optional-features-2.0.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@ember/string/-/string-4.0.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@ember/test-helpers/-/test-helpers-2.9.3.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@glimmer/component/-/component-1.1.2.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@glimmer/syntax/-/syntax-0.84.3.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/ember-auto-import/-/ember-auto-import-2.10.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/ember-cli/-/ember-cli-4.10.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/ember-cli-babel/-/ember-cli-babel-7.26.11.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@glimmer%2Fsyntax error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/ember-source error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@babel/core/-/core-7.26.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.25.9.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@ember/optional-features/-/optional-features-2.0.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@ember/string/-/string-4.0.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@ember/test-helpers/-/test-helpers-2.9.3.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@glimmer/component/-/component-1.1.2.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@glimmer/syntax/-/syntax-0.84.3.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/ember-auto-import/-/ember-auto-import-2.10.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/ember-cli/-/ember-cli-4.10.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/ember-cli-babel/-/ember-cli-babel-7.26.11.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@glimmer%2Fsyntax error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/ember-source error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/ember-cli-chai/-/ember-cli-chai-0.5.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
undefined
 ERR_INVALID_THIS  Value of "this" must be of type URLSearchParams
 WARN  GET https://registry.npmjs.org/ember-cli-dependency-checker/-/ember-cli-dependency-checker-3.3.1.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/ember-cli-htmlbars/-/ember-cli-htmlbars-6.2.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/ember-cli-inject-live-reload/-/ember-cli-inject-live-reload-2.1.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/ember-disable-prototype-extensions/-/ember-disable-prototype-extensions-1.1.3.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/ember-maybe-import-regenerator/-/ember-maybe-import-regenerator-1.0.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/ember-qunit/-/ember-qunit-6.0.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/ember-resolver/-/ember-resolver-8.1.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/ember-try/-/ember-try-3.0.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/eslint/-/eslint-8.40.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/eslint-config-simplabs/-/eslint-config-simplabs-0.4.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/jest/-/jest-28.1.3.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/lerna-changelog/-/lerna-changelog-2.2.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/loader.js/-/loader.js-4.7.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/qunit/-/qunit-2.19.4.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.

@renovate renovate bot force-pushed the renovate/ember-source-6.x branch from 939760d to 2865ebf Compare November 15, 2024 17:44
@renovate renovate bot force-pushed the renovate/ember-source-6.x branch from 2865ebf to dac0784 Compare December 23, 2024 21:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants