Skip to content

chore(deps): update dependency ember-source to v7#2207

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/ember-source-7.x
Open

chore(deps): update dependency ember-source to v7#2207
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/ember-source-7.x

Conversation

@renovate

@renovate renovate Bot commented May 12, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
ember-source (source) 6.0.17.1.0 age confidence

Release Notes

emberjs/ember.js (ember-source)

v7.1.0

Compare Source

  • #​21068 [FEATURE] Build in the {{on}} modifier as a keyword in strict-mode templates per RFC# 997.
  • #​21299 [FEATURE] Build in the {{fn}} helper as a keyword in strict-mode templates per RFC #​998.
  • #​21230 / #​21343 [FEATURE] Add a built-in (element)/ {{element}} helper for dynamic tag names in strict-mode templates per RFC #​389.
  • #​21334 [FEATURE] Build in the {{hash}} helper as a keyword in strict-mode templates per RFC# 999.
  • #​21336 [FEATURE] Build in the {{array}} helper as a keyword in strict-mode templates per RFC#1000.
  • #​21337 [FEATURE] Build in {{and}}, {{or}}, {{not}} helpers as keywords in strict-mode templates per RFC #​562.
  • #​21339 [FEATURE] Build in {{eq}} and {{neq}} helpers as keywords in strict-mode templates per RFC #​560.
  • #​21342 [FEATURE] Build in the {{lt}}, {{lte}}, {{gt}}, {{gte}} helpers as keywords in strict-mode templates per RFC# 561.
  • #​21373 [BUGFIX] Fix newly added keywords polluting the JS namespace
  • #​21232 [INTERNAL] Clean up scope bag, wire format, and debug render tree
  • #​21350 [INTERNAL] Remove barrel file imports from internal code for better tree-shaking
  • #​21402 [INTERNAL] Do not use any caches on release and lock publishing of ember-source to npm to require approval from select persons.
  • #​21379 [CLEANUP] Remove old Component Lookup
  • #​21468 [DOC] Update API docs to use template tag where appropriate

v7.0.0

Compare Source

  • [BREAKING] Features and APIs that were deprecated until v7.0 will now throw exceptions and the related code will be removed imminently. For a list of deprecations, see the Deprecation Guide.
  • #​21240 [BREAKING] Remove deprecated amd bundles and use-ember-modules optional feature per RFC #​1101.
  • #​21275 [BREAKING] Remove ember barrel file (import Ember from 'ember') per RFC #​1003.
  • #​21056 [CLEANUP] Remove '@​ember/application's lazy load / onLoad stuff (private API)
  • #​21058 [CLEANUP] Remove template-compiler bootstrap for script tags
  • #​21198 [CLEANUP] Remove _globalsMode and _prepareForGlobalsMode from Application
  • #​21079 [CLEANUP] Remove some IE11 support (Symbols)
  • #​21204 [CLEANUP] Remove old browser workarounds
  • #​21206 [CLEANUP] Remove unused exports, variables, imports and dependencies
  • #​21257 [CLEANUP] Remove old testing apis.
  • #​21067 [BUGFIX] Remove @​ember/runloop from initializer test blueprints
  • #​21076 [BUGFIX] Support default globals for strict mode with the runtime compiler per RFC #​1070.
  • #​21098 [BUGFIX] Add support for this in explicit scope for the runtime template compiler.
  • #​21107 [BUGFIX] Fix LinkTo inside inline SVG reloads application
  • #​21108 [BUGFIX] Fix unhelpful error message when the function for on modifier was forgotten as param.
  • #​21109 [BUGFIX] Fix missing value attribute on radio/checkbox inputs bound to empty string
  • #​21122 [BUGFIX] Fix tracked collections delete() returning true for non-existent entries
  • #​21124 [BUGFIX] Fix {{#each}} runtime crash when array contains null/undefined items with key
  • #​21125 [BUGFIX] Fix crash when accessing negative index of helper positional args #​20912
  • #​21128 [BUGFIX] Fix trackedMap and trackedWeakMap reactivity for existing keys
  • #​21139 [BUGFIX] Port BrandedArray fix for Array-as-parent bug in destroyables
  • #​21168 [BUGFIX] Fix EmberArray.reduce to match native behavior
  • #​21189 [BUGFIX] Clear stale metadata references after destruction to allow GC
  • #​21202 [BUGFIX] Fix <LinkTo>'s @current-when argument with nested routes containing dynamic segments
  • #​21211 Pull router_js into the Ember monorepo
  • #​21069 Internalize @​handlebars/parser
  • #​21129 Add prod build via package.json#exports
  • #​21141 Run smoke-tests with and without deprecations removed
  • #​21147 Migrate node tests to scenarios
  • #​21169 Migrate smoke tests to use ESM Ember -- ES'Mber
  • #​21173 Update actions + lock down to shas
  • #​21185 Use zizmor to lint actions & workflows
  • #​21188 Prepare @​glimmer/syntax publishing again and add smoke tests for prettier's use of it
  • #​21234 Refactor tracked collections to use Proxy-based approach

v6.12.0

Compare Source

  • #​20908 / #​21020 Merge glimmerjs/glimmer-vm into the emberjs/ember.js monorepo.
    • All @glimmer/* packages that were formerly dependencies of ember-source are now included in the monorepo. This enables us to more easily iterate
      on the Glimmer VM and related packages, avoid an integration step with ember.js and to more easily share code between them and ember-source.
    • Only a few of the packages from the glimmer-vm repo will continue to be published as separate packages, for example, @glimmer/syntax will be published.
    • The glimmer-vm repo has been archived and relevant issues have been moved to the emberjs/ember.js repo. If you have an issue that was not moved, please reopen it on ember.js, after a search.
  • #​20995 [BUGFIX] renderComponent error: 'attempted to close a tracking frame, but one was not open'
  • #​20996 [BUGFIX] renderComponent error: 'Cannot read property of undefined: reading syscall'
  • #​21091 [BUGFIX] Fix 'on' modifier error message regression
  • #​21025 [CLEANUP] Remove applySVGInnerHTMLFix
  • #​21061 [CLEANUP] Remove 'text-node-merging-fix'
  • #​21059 [DOC] Remove doc references to Ember. and add import where necessary
  • #​21014 Rename default export GlimmerComponent to Component
  • #​21046 Add benchmark infrastructure
  • #​21090 Swap nightly ts test of ts-nightly with ts-latest for better signal-to-noise

v6.11.1

Compare Source

  • #​20574 [BUGFIX] Update ApplicationInstance#visit to use followRedirects() to fix visit() throws TransitionAborted error
  • #​21144 [BUGFIX] Fix crash during destroy in fastboot
  • #​21244 [BUGFIX] Fix implicit-modules naming to fix use of use-ember-modules with a classic build

v6.11.0

Compare Source

v6.10.1

Compare Source

v6.10.0

Compare Source

v6.9.0

Compare Source

  • All changes were internal, docs, and/or bugfixes that were backported.

v6.8.4

Compare Source

  • #​20574 [BUGFIX] Update ApplicationInstance#visit to use followRedirects() to fix visit() throws TransitionAborted error
  • #​21144 [BUGFIX] Fix crash during destroy in fastboot

v6.8.3

Compare Source

v6.8.2

Compare Source

  • #​21002 [BUGFIX] Don't render if we're mid-destroy

v6.8.1

Compare Source

  • #​20994 [BUGFIX] Fix loose-mode components invoked from a strict mode component via renderComponent

v6.8.0

Compare Source

v6.7.0

Compare Source

  • #​20939 [ENHANCEMENT] Add import { trustHTML } from '@&#8203;ember/template'; as an alias of `import { htmlSafe } from '@​ember/template', for naming that better matches the behavior.
  • #​20941 [CLEANUP] Remove code from deprecate-array-prototype-extensions deprecation that was until 6.0
  • #​20920 / #​20922 [INTERNAL] Remove many uses of .extend
  • #​20926 [INTERNAL] Remove all view mixins

v6.6.0

Compare Source

  • #​20627 [CLEANUP] Remove escapeExpression from @ember/template
  • #​20909 Remove microtask in runtime compiler

v6.5.0

Compare Source

  • #​20835 [FEATURE] Add a --route-authoring-format option 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 --strict or --tt per RFC #​0779.
  • #​20813 / #​20813 [DEPRECATION] Deprecate import Ember from 'ember' per RFC #​1003.
  • #​20880 [CLEANUP] Remove the ember-cli-qunit tests
  • #​20891 [CLEANUP] Remove DEPRECATE_COMPONENT_TEMPLATE_RESOLVING deprecation

v6.4.0

Compare Source

v6.3.0

Compare Source

v6.2.0

Compare Source

  • #​20798 [CLEANUP] Remove old code that supported old ember-test-helpers
  • #​20809 [CLEANUP] Remove long enabled EMBER_TYPESCRIPT_BLUEPRINTS feature flag
  • #​20811 Fix typescript@​next support

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

Configuration

📅 Schedule: (UTC)

  • 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.

@renovate renovate Bot added dependencies Pull requests that update a dependency file renovatebot labels May 12, 2026
@renovate renovate Bot force-pushed the renovate/ember-source-7.x branch from 0b3693f to 808183c Compare May 12, 2026 10:39
@renovate renovate Bot force-pushed the renovate/ember-source-7.x branch from 808183c to 57bf578 Compare May 28, 2026 17:16
@renovate renovate Bot force-pushed the renovate/ember-source-7.x branch from 57bf578 to 3e1ba6b Compare June 11, 2026 16:15
@renovate renovate Bot force-pushed the renovate/ember-source-7.x branch from 3e1ba6b to 233a3b0 Compare June 22, 2026 23:12
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 renovatebot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants