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): update dependency ember-source to v5 #9437

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 15, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ember-source (source) >= 3.28.12 -> >= 5.8.0 age adoption passing confidence

Release Notes

emberjs/ember.js (ember-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

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.

v4.12.0

Compare Source

  • #​20352 [FEATURE] Enable generating Typescript blueprints when isTypeScriptProject is true without additional environment variables per RFC #​800.
  • #​20355 [FEATURE] Enhance the Typescript blueprint for generated services per RFC #​800.
  • #​20356 [FEATURE] Generate signature in Typescript component blueprints per RFC #​800.
  • #​20388 [BUGFIX] Don't run getters while applying mixins
  • #​20398 [BUGFIX] Fix runloop types on TS 5.0+
  • #​20385 [BUGFIX] Improve error for owner methods called after destroy

v4.11.0

Compare Source

  • #​20288 [FEATURE] Stable types for @ember/owner
  • #​20323 [FEATURE] Introduce stable types for @ember/error
  • #​20361 [BUGFIX] Support a router.ts file when generating routes
  • #​20373 / #​20374 [BUGFIX] Make the type for SafeString public
  • #​20345 [CLEANUP] Remove flags for released features
  • #​20285 Update to TS v4.9

v4.10.0

Compare Source

v4.9.3

Compare Source

  • #​20321 [BUGFIX] ContainerDebugAdapter extends EmberObject

v4.9.2

Compare Source

  • #​20296 Controller queryParams should support readonly arrays
  • #​20318 Backport Resolver to preview types

v4.9.1

Compare Source

  • #​20284 [BUGFIX] remove incorrect types for deprecation functions

v4.9.0

Compare Source

  • #​20274 [BUGFIX] Add some missing types to preview types
  • #​20256 [BUGFIX] Correct types for Ember Arrays
  • #​20257 [BUGFIX] Fix types for getOwner and GlimmerComponent
  • #​20233 [BUGFIX] Include package name in deprecation error message
  • #​20235 [BUGFIX] Update @types/node for TS 4.9 issue
  • #​20238 [BUGFIX] Update Node.js versions to match support policy
  • #​20227 [BUGFIX] Fix unsafe internal cast for NativeArray
  • #​20228 [BUGFIX] Remove type export for ControllerMixin
  • #​20203 / #​20204 [FEATURE] Preview types: Update to Typescript 4.8

v4.8.6

Compare Source

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

v4.8.5

Compare Source

  • #​20388 [BUGFIX] Don't run getters while applying mixins

v4.8.4

Compare Source

  • #​20321 [BUGFIX] ContainerDebugAdapter extends EmberObject

v4.8.3

Compare Source

  • #​20296 Controller queryParams should support readonly arrays
  • #​20318 Backport Resolver to preview types

v4.8.2

Compare Source

  • #​20244 Add missing type for getComponentTemplate to preview types

v4.8.1

Compare Source

  • CVE pending Fix a prototype pollution vulnerability in set and setProperties

v4.8.0

Compare Source

  • #​20180 [FEATURE] Publish an opt-in preview of public types for Ember
  • #​20166 [BUGFIX] Upgrade router_js to fix Linked list of RouteInfos contains undefined object

v4.7.1

Compare Source

  • #​20166 [BUGFIX] Fix missing RouteInfo entries

v4.7.0

Compare Source

  • #​20126 [BUGFIX] Replace Firefox detection that used a deprecated browser API

v4.6.0

Compare Source

  • #​20125 [BUGFIX] Replace deprecated substr() method with substring() method.

v4.5.1

Compare Source

  • #​20120 [BUGFIX] Adjust uniqueId() implementation to only generate valid selectors.

v4.5.0

Compare Source

v4.4.5

Compare Source

  • #​20388 [BUGFIX] Don't run getters while applying mixins

v4.4.4

Compare Source

  • CVE pending Fix a prototype pollution vulnerability in set and `setProperties

v4.4.3

Compare Source

  • #​20166 [BUGFIX] Fix missing RouteInfo entries

v4.4.2

Compare Source

  • #​20114 [BUGFIX] Fix generated import paths for test setup functions in addons

v4.4.1

Compare Source

  • #​20082 [BUGFIX] Fix blueprints publication

v4.4.0

Compare Source

v4.3.0

Compare Source

  • #​20025 [BUGFIX] Fix a memory leak in the Router Service class
  • #​19971 [BUGFIX] Don't serialize default Query Params on RouterService
  • #​20024 [BUGFIX] Correctly associate props with factory and owner in FactoryManager

v4.2.0

Compare Source

  • #​19878 [BUGFIX] Allow class-based helpers to work in strict-mode.

v4.1.0

Compare Source

v4.0.1

Compare Source

  • #​19858 [BUGFIX] Improve assert message in default store for when routes have dynamic segments but no model hook
  • #​19860 [BUGFIX] Add model hook in route blueprint for routes with dynamic segments

v4.0.0

Compare Source

  • #​19761 [BREAKING] Require ember-auto-import >= 2 or higher to enable ember-source to become a v2 addon in the 4.x cycle
  • #​19706 [BREAKING] Explicitly drop Node 10 support to match support policy.
  • [BREAKING] Remove deprecated features
    • #​19838 [CLEANUP] Remove check to see if ember is defined as a Bower dependency
    • #​19846 [CLEANUP] Make using the "classic" edition of Ember throw
    • #​19833 [CLEANUP] Remove deprecated array observers
    • #​19836 [CLEANUP] Turn template-only-glimmer-components deprecation into an error
    • #​19843 [CLEANUP] Turn argument-less-helper-paren-less-invocation deprecation into an error
    • #​19749 [CLEANUP] Remove deprecate-router-events support code
    • #​19762 [CLEANUP] Update GlimmerVM to 0.81
      • removes deprecation of mutations during helper compute
      • removes deprecation of mutations during unknownProperty
      • @glimmer/integration-tests, @glimmer/manager, @glimmer/validator
        • #​1330 Remove deprecated support for mutation after consumption during certain manager hooks (@​snewcomer)
      • @glimmer/manager
      • @glimmer/integration-tests, @glimmer/manager
    • #​19806 [CLEANUP] Drop export of built-ins, remove legacy components
    • #​19808 [CLEANUP] Remove the --test-type option from the helper blueprint
    • #​19677 [CLEANUP] Remove jQuery from build
    • #​19708 [CLEANUP] Remove class-binding-and-class-name-bindings-in-templates
    • #​19650 [CLEANUP] Remove deprecated mouse events
    • #​19675 [CLEANUP] Remove jQuery usage from ember-testing
    • #​19704 [CLEANUP] Remove template-compiler.registerPlugin
    • #​19707 [CLEANUP] Remove Application Controller Router Properties
    • #​19528 [CLEANUP] Remove Logger
    • #​19558 [CLEANUP] Remove IE11 support
    • #​19563 [CLEANUP] Remove internal Ember.assign usage
    • #​19636 [CLEANUP] Remove copy & Copyable
    • #​19638 [CLEANUP] Remove deprecated with
    • #​19639 [CLEANUP] Removes deprecated Private INVOKE API
    • #​19640 [CLEANUP] Remove old deprecations import path
    • #​19641 [CLEANUP] Remove isVisible
    • #​19642 [CLEANUP] Remove aliasMethod
    • #​19643 [CLEANUP] Remove deprecate without for and since
    • #​19644 [CLEANUP] Remove -in-element
    • #​19645 [CLEANUP] Remove tryInvoke
    • #​19646 [CLEANUP] Remove loc
    • #​19647 [CLEANUP] Remove Ember.merge
    • #​19648 [CLEANUP] Remove getWithDefault
    • #​19651 [CLEANUP] Remove LEGACY_OWNER
    • #​19652 [CLEANUP] Remove Globals Resolver
    • #​19653 [CLEANUP] Remove run and computed dot access
    • #​19654 [CLEANUP] Remove @​ember/string methods from native prototype
    • #​19655 [CLEANUP] Remove meta-destruction-apis
    • #​19656 [CLEANUP] Remove string-based setComponentManager
    • #​19657 [CLEANUP] Remove hasBlock and hasBlockParams
    • #​19658 [CLEANUP] Remove sendAction and string action passing
    • #​19659 [CLEANUP] Remove renderTemplate, disconnectOutlet, render
    • #​19660 [CLEANUP] Remove attrs/attrs-arg-access
    • #​19661 [CLEANUP] Remove EMBER_EXTEND_PROTOTYPES
    • #​19663 [CLEANUP] Remove function prototype extensions
    • #​19665 [CLEANUP] Remove deprecated jQuery integration
    • #​19666 [CLEANUP] Remove jQuery integration in EventDispatcher
    • #​19667 [CLEANUP] Cleanup IE11 leftovers
    • #​19670 [CLEANUP] Remove .volatile()
    • #​19671 [CLEANUP] Remove .property()
    • #​19673 [CLEANUP] Remove computed deep each
    • #​19674 [CLEANUP] Remove ability to override computed property
    • #​19678 [CLEANUP] Remove window.Ember global
    • #​19695 [CLEANUP] Remove {{partial}}
    • #​19691 Add build assertion against {{outlet named}}
  • #​19680 [DEPRECATION] Deprecate owner.inject per RFC #​680 and cleanup related deprecations that are until: 4.0.0.
  • #​19649 / #​19692 [DEPRECATION] Add deprecation warning to Ember.assign implementing RFC #​750.
  • #​19825 [BUGFIX] Replace assert.equal in blueprints with assert.strictEqual to pass eslint-plugin-qunit v7 on generation
  • #​19227 [BUGFIX] Enable global event dispatcher listeners to be lazily created fixing Passive Listener Violation in Chrome
  • #​19542 [BUGFIX] Fix initializer test blueprints
  • #​19589 [BUGFIX] Don’t include type-tests in build output

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added :dependabot: 🏷️ dependencies Pull requests that update a dependency file labels May 15, 2024
@runspired
Copy link
Contributor

we want to keep peer dep ranges

@runspired runspired closed this May 16, 2024
Copy link
Contributor Author

renovate bot commented May 16, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 5.x releases. But if you manually upgrade to 5.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/major-ember-core branch May 16, 2024 00:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:dependabot: 🏷️ dependencies Pull requests that update a dependency file
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

1 participant