ember-simple-auth
ember-simple-auth copied to clipboard
chore(deps): update dependency ember-source to v6
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| ember-source (source) | 5.12.0 -> 6.5.0 |
Release Notes
emberjs/ember.js (ember-source)
v6.5.0
- #20835 [FEATURE] Add a
--route-authoring-formatoption to the route generator to generate template-tag components as route templates per RFC #1046. - #20862 [FEATURE] Add blueprints to generate strict components (template tag) with
--strictor--ttper RFC #0779. - #20813 / #20813 [DEPRECATION] Deprecate
import Ember from 'ember'per RFC #1003. - #20880 [CLEANUP] Remove the
ember-cli-qunittests - #20891 [CLEANUP] Remove DEPRECATE_COMPONENT_TEMPLATE_RESOLVING deprecation
v6.4.0
- #20842 [BREAKING] Drop support for TypeScript 4.9 to allow for glimmer-vm upgrade.
- Ember now tests against TypeScript 5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7. Per the rolling support window, following Semantic Versioning for TypeScript Types, the supported range of TypeScript versions across two Ember LTS releases must always overlap. For more examples, see the Stability heading in this blog post.
- We now require consumers use
verbatimModuleSyntax.
- #20842 / #20864 Upgrade glimmer-vm.
- #20872 [BUGFIX] Fix
{{debugger}}via upgrade @glimmer/runtime. - #20850 [BUGFIX] Fix source maps in published packages.
- #20867 [BUGFIX] Fix LOG_VERSIONS.
- #20852 [CLEANUP] Remove ember-auto-import as a dependency.
- #20863 [CLEANUP] Cleanup "octane edition" code
- #20856 [DOCS] Restore @glimmer/component API docs and test against classes and modules generated in api docs to prevent future missing docs.
v6.3.0
- #20800 [FEATURE] Support use of template-tag components as route templates per RFC #1046.
- #20526 / #20820 [DEPRECATION] Deprecate importing
injectfrom@ember/service. The export is renamed toserviceper RFC #0752. - #20817 Clean up
deprecate-implicit-route-modeldeprecation. It was deprecated until 6.0. - #20825 Remove the
helperwrapper from the helper generator. Plain functions as helpers have been supported since v4.5.
v6.2.0
- #20798 [CLEANUP] Remove old code that supported old ember-test-helpers
- #20809 [CLEANUP] Remove long enabled
EMBER_TYPESCRIPT_BLUEPRINTSfeature flag - #20811 Fix typescript@next support
v6.1.0
- #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
- #20792 [BUGFIX] Fix importing ember-source/types
v6.0.0
- [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
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.