Skip to content

Update devDependencies (minor)#1498

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/devdependencies
Open

Update devDependencies (minor)#1498
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/devdependencies

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Feb 1, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update Pending
@algolia/client-search (source) 5.46.45.52.1 age confidence devDependencies minor 5.53.0
@babel/core (source) 7.28.67.29.7 age confidence devDependencies minor
@babel/plugin-proposal-decorators (source) 7.28.67.29.7 age confidence devDependencies minor
@babel/plugin-transform-runtime (source) 7.28.57.29.7 age confidence devDependencies minor
@babel/runtime (source) 7.28.67.29.7 age confidence devDependencies minor
@embroider/core (source) 4.4.74.6.0 age confidence devDependencies minor
@embroider/macros (source) 1.19.71.20.3 age confidence devDependencies minor
@embroider/vite (source) 1.5.21.7.5 age confidence devDependencies minor
@glimmer/component 2.0.02.1.1 age confidence devDependencies minor
ember-auto-import (source) 2.12.12.13.1 age confidence devDependencies minor
ember-cli (source) 6.9.16.12.0 age confidence devDependencies minor
ember-cli-babel 8.2.08.3.1 age confidence devDependencies minor
ember-eslint 0.6.10.7.0 age confidence devDependencies minor
ember-modifier 4.2.24.3.0 age confidence devDependencies minor
ember-resolver 13.1.113.2.0 age confidence devDependencies minor
ember-source (source) 6.10.16.12.0 age confidence devDependencies minor
release-plan ^0.17.40.17.4 age confidence devDependencies pin
sinon (source) 21.0.321.1.2 age confidence devDependencies minor
testem 3.17.03.20.1 age confidence devDependencies minor
vitepress-plugin-llms 1.10.01.13.1 age confidence devDependencies minor
webpack 5.104.15.107.2 age confidence devDependencies minor

Release Notes

algolia/algoliasearch-client-javascript (@​algolia/client-search)

v5.52.1

Compare Source

v5.52.0

Compare Source

v5.51.0

Compare Source

BREAKING CHANGES: this minor version includes breaking changes in the Composition API. See below for more details.

v5.50.2

Compare Source

v5.50.1

Compare Source

v5.50.0

Compare Source

v5.49.2

Compare Source

v5.49.1

Compare Source

v5.49.0

Compare Source

v5.48.2

Compare Source

v5.48.1

Compare Source

v5.48.0

Compare Source

BREAKING CHANGES: this minor version includes multiple breaking changes related to fixes on different APIs. See below for more details.

v5.47.0

Compare Source

babel/babel (@​babel/core)

v7.29.7

Compare Source

v7.29.6

Compare Source

v7.29.0

Compare Source

v7.29.0 (2026-01-31)

Thanks @​simbahax for your first PR!

🚀 New Feature
🐛 Bug Fix
  • babel-parser
  • babel-traverse
    • #​17708 fix(traverse): provide a hub when traversing a File or Program and no parentPath is given (@​simbahax)
  • babel-plugin-transform-block-scoping, babel-traverse
    • #​17737 [7.x backport] fix: Rename switch discriminant references when body creates shadowing variable (@​magic-akari)
🏃‍♀️ Performance
Committers: 6
babel/babel (@​babel/plugin-proposal-decorators)

v7.29.7

Compare Source

v7.29.7 (2026-05-25)

Re-release all packages with npm provenance attestations

v7.29.0

Compare Source

v7.29.0 (2026-01-31)

Thanks @​simbahax for your first PR!

🚀 New Feature
🐛 Bug Fix
  • babel-parser
  • babel-traverse
    • #​17708 fix(traverse): provide a hub when traversing a File or Program and no parentPath is given (@​simbahax)
  • babel-plugin-transform-block-scoping, babel-traverse
    • #​17737 [7.x backport] fix: Rename switch discriminant references when body creates shadowing variable (@​magic-akari)
🏃‍♀️ Performance
Committers: 6
babel/babel (@​babel/plugin-transform-runtime)

v7.29.7

Compare Source

v7.29.0

Compare Source

v7.29.0 (2026-01-31)

Thanks @​simbahax for your first PR!

🚀 New Feature
🐛 Bug Fix
  • babel-parser
  • babel-traverse
    • #​17708 fix(traverse): provide a hub when traversing a File or Program and no parentPath is given (@​simbahax)
  • babel-plugin-transform-block-scoping, babel-traverse
    • #​17737 [7.x backport] fix: Rename switch discriminant references when body creates shadowing variable (@​magic-akari)
🏃‍♀️ Performance
Committers: 6
embroider-build/embroider (@​embroider/core)

v4.6.0

🚀 Enhancement
Committers: 1

v4.5.0

🚀 Enhancement
🏠 Internal
Committers: 3
emberjs/ember.js (@​glimmer/component)

v2.1.1

Compare Source

  • #​12445 [BUGFIX] Ensure rest arg style positionalParams can be omitted.
  • #​12456 [BUGFIX]Allow usage of bound properties in {{link-to}} for bubbles, preventDefault, target, replace, and disabledWhen.
  • #​12463 [BUGFIX] Fix uglification introduced bug with super wrapping.
  • #​12464 [BUGFIX] Ember.String.htmlSafe() should return a instance of SafeString for null / undefined.

v2.1.0

Compare Source

  • #​12396 [BUGFIX] Ensure that this._super is called when extending from Ember.Component.
  • #​12383 [BUGFIX] Fix Ember.String.classify to underscore items with a leading dash/underscore.
  • #​12350 [BUGFIX] Provide a helpful assertion when using positional parameters with a param of the same name.
  • #​12345 [BUGFIX] Ensure {{link-to}} properly handles bound values for activeClass, disabledClass, and loadingClass.
  • #​12359 [BUGFIX] Ensure that functions are properly super wrapped if they include .call or .apply (this is in addition to ._super).
  • #​12075 [PERF] Avoid creating a run-loop for events that are unhandled.
  • #​12260 [BUGFIX] Ensure init is completed before didReceiveAttrs is fired.
  • #​12323 [BUGFIX beta] Make {{get something 'path.goes.here'}} work.
  • #​12331 [BUGFIX beta] Update backburner.js to prevent issues when interleaving run.later and run.next.
  • #​12157 [DEPRECATION] Allow deprecated access to registry from Application (argument to initializers) and ApplicationInstance (argument to instance initializers) instances.
  • #​12156 [BUGFIX] Add helpful error message when providing incorrect arguments to Ember.computed.
  • #​12253 [BUGFIX] Remove initializer causing errors during App.reset.
  • #​12272 [BUGFIX] Update HTMLBars to fix memory leak when an {{each}} is inside an {{if}}.
  • #​12184 [BUGFIX] Prevent classNames from being duplicated.
  • #​12198 [BUGFIX] Further cleanup of the link-to component, allow for extending {{link-to}} via Ember.LinkComponent.extend.
  • #​12208 [BUGFIX] Ember.computed.sort was crashing when it hit a null value. Fixes #​12207.
  • #​12188 [BUGFIX] Ensure _actions specified to extend works.
  • #​12241 [BUGFIX] Provide a helpful error for undefined closure actions.
  • #​12256 [BUGFIX] Ensure concat streams unsubscribe properly.
  • #​12262 [BUGFIX] Breaks circular references in rejected jqXhr promises
  • #​12297 / #​12299 [BUGFIX] Remove extra work per component on initial render.
  • #​12163 [BUGFIX] Move View#currentState to View#_currentState.
  • #​12163 [DEPRECATION] Deprecate using the private currentState property on views/components.
  • #​12132 [BUGFIX] Fix stack overflow issue in _super wrapper updates.
  • #​12138 [BUGFIX] Do not require this._super(...arguments) when components implement didReceiveAttrs.
  • #​12170 [BUGFIX release] Ensure Ember.computed.sum returns 0 if the array to be operated on is null or undefined.
  • #​12176 [BUGFIX] Enable extending Ember.LinkComponent for customizations.
  • #​10173 [BUGFIX] Ensure non-singleton injections are not cached incorrectly.
  • #​11966 [PERF] Refactor Meta.
  • #​12057 Allow instanceInitializers to set customEvents.
  • #​12059 [BUGFIX] Allow setting an entry in Application#customEvents to null to opt out of event listeners.
  • #​12034 [BUGFIX] Ensure currentRouteName and currentPath are set properly for loading and error routes.
  • #​12062 Remove the need for this.__nextSuper, and make debugging methods with this._super calls much easier.
  • #​12116 [FEATURE ember-debug-handlers] Enable by default.
  • #​12117 [FEATURE ember-registry-container-reform] Enable by default.
  • #​11440 [DEPRECATION] Deprecate using instance.container.lookup on first argument to instanceInitializers. Use instance.lookup instead.
  • #​11440 [DEPRECATION] Deprecate passing two arguments to an initializers initialize function.
embroider-build/ember-auto-import (ember-auto-import)

v2.13.1

  • ember-auto-import 2.13.1 (patch)
🐛 Bug Fix
Committers: 1

v2.13.0

  • ember-auto-import 2.13.0 (minor)
🚀 Enhancement
  • ember-auto-import
🏠 Internal
Committers: 3
ember-cli/ember-cli (ember-cli)

v6.12.0

  • ember-cli 6.12.0-alpha.5 (patch)
🐛 Bug Fix
🏠 Internal
Committers: 1

v6.11.2

🐛 Bug Fix
  • @ember-tooling/classic-build-addon-blueprint, @ember-tooling/classic-build-app-blueprint
Committers: 1

v6.11.1

🐛 Bug Fix
Committers: 2

v6.11.0

🚀 Enhancement
🐛 Bug Fix
📝 Documentation
🏠 Internal
  • ember-cli, @ember-tooling/classic-build-addon-blueprint, @ember-tooling/classic-build-app-blueprint
  • ember-cli, @ember-tooling/classic-build-addon-blueprint
Committers: 4

v6.10.2

  • ember-cli 6.10.2 (patch)
🐛 Bug Fix
🏠 Internal

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "after 9pm on sunday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 the dependencies label Feb 1, 2026
@renovate renovate Bot enabled auto-merge (squash) February 1, 2026 21:14
@renovate renovate Bot force-pushed the renovate/devdependencies branch from 15c3617 to 0f13333 Compare February 15, 2026 22:15
@renovate renovate Bot force-pushed the renovate/devdependencies branch from 0f13333 to 2e985a9 Compare March 1, 2026 22:00
@renovate renovate Bot force-pushed the renovate/devdependencies branch from 2e985a9 to d6be0bf Compare March 8, 2026 22:05
@renovate renovate Bot force-pushed the renovate/devdependencies branch from d6be0bf to 3684f6c Compare April 5, 2026 21:11
@renovate renovate Bot force-pushed the renovate/devdependencies branch from 3684f6c to 031e59a Compare May 3, 2026 22:09
@renovate renovate Bot force-pushed the renovate/devdependencies branch from 031e59a to 3948f4c Compare May 17, 2026 21:25
@renovate renovate Bot force-pushed the renovate/devdependencies branch from 3948f4c to 98e2ca5 Compare May 31, 2026 21:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants