Skip to content

chore(deps): update all non-major dependencies (minor)#3036

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/all-minor-patch
Open

chore(deps): update all non-major dependencies (minor)#3036
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Dec 1, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@babel/core (source) 7.28.67.29.0 age confidence
@babel/plugin-proposal-decorators (source) 7.28.67.29.0 age confidence
@babel/preset-env (source) 7.28.67.29.2 age confidence
@babel/runtime (source) 7.28.67.29.2 age confidence
@ember/optional-features 2.2.02.3.0 age confidence
@embroider/macros (source) 1.19.61.20.2 age confidence
@glimmer/component 2.0.02.1.1 age confidence
@playwright/test (source) 1.57.01.59.1 age confidence
@types/node (source) 24.10.924.12.2 age confidence
@typescript-eslint/eslint-plugin (source) 8.47.08.59.0 age confidence
@typescript-eslint/parser (source) 8.47.08.59.0 age confidence
dotenv 17.2.317.4.2 age confidence
ember-auto-import (source) 2.11.22.13.1 age confidence
ember-cli (source) 6.8.16.12.0 age confidence
ember-engines (source) 0.12.00.13.1 age confidence
ember-source (source) 6.8.16.12.0 age confidence
eslint-plugin-n 17.23.217.24.0 age confidence
express (source) 5.1.05.2.1 age confidence
globals 17.0.017.5.0 age confidence
msw (source) 2.12.72.13.4 age confidence
playwright (source) 1.57.01.59.1 age confidence
prettier (source) 3.6.23.8.3 age confidence
release-it 19.0.619.2.4 age confidence
release-plan 0.17.20.18.0 age confidence
rollup (source) 4.53.34.60.2 age confidence
sinon (source) 21.0.121.1.2 age confidence
webpack 5.103.05.106.2 age confidence

Release Notes

babel/babel (@​babel/core)

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/preset-env)

v7.29.2

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
emberjs/ember-optional-features (@​ember/optional-features)

v2.3.0

Compare Source

@​ember/optional-features 2.3.0 (minor)

🚀 Enhancement
  • @ember/optional-features
Committers: 1
embroider-build/embroider (@​embroider/macros)

v1.20.2

🐛 Bug Fix
  • @embroider/compat, @embroider/core, @embroider/macros, @embroider/template-tag-codemod
  • @embroider/macros
Committers: 2

v1.20.1

🐛 Bug Fix
Committers: 1

v1.20.0

🚀 Enhancement
Committers: 1

v1.19.7

🚀 Enhancement
  • @embroider/addon-dev
    • #​2651 Update addon-dev to support glint 1 and glint 2 and choose between them based on your available dependencies (@​NullVoxPopuli)
🐛 Bug Fix
  • @embroider/compat, @embroider/template-tag-codemod
  • @embroider/vite
  • @embroider/macros
🏠 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.
microsoft/playwright (@​playwright/test)

v1.59.1

Compare Source

v1.59.0

Compare Source

v1.58.2

Compare Source

v1.58.1

Compare Source

Highlights

#​39036 fix(msedge): fix local network permissions
#​39037 chore: update cft download location
#​38995 chore(webkit): disable frame sessions on fronzen builds

Browser Versions
  • Chromium 145.0.7632.6
  • Mozilla Firefox 146.0.1
  • WebKit 26.0

v1.58.0

Compare Source

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.59.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unnecessary-type-assertion] report more cases based on assignability (#​11789)
❤️ Thank You
  • Ulrich Stark

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.58.2

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-condition] use assignability checks in checkTypePredicates (#​12147)
  • remove tsbuildinfo cache file from published packages (#​12187)
❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.58.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unused-vars] fix false negative for type predicate parameter (#​12004)
❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.58.0

Compare Source

🚀 Features
🩹 Fixes
  • eslint-plugin: [prefer-regexp-exec] avoid fixing unknown RegExp flags (#​12161)
  • eslint-plugin: [no-extraneous-class] handle index signatures (#​12142)
  • eslint-plugin: crash in no-unnecessary-type-arguments (#​12163)
❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.57.2

Compare Source

🩹 Fixes
  • eslint-plugin: [prefer-readonly-parameter-types] preserve type alias infomation (#​11954)
  • eslint-plugin: [no-useless-default-assignment] skip reporting false positives for unresolved type parameters (#​12127)
  • eslint-plugin: [no-unsafe-return] false positive on unwrapping generic (#​12125)
  • eslint-plugin: [no-restricted-types] flag banned generics in extends or implements (#​12120)
  • eslint-plugin: [array-type] ignore Array and ReadonlyArray without type arguments (#​11971)
  • eslint-plugin: [prefer-optional-chain] remove dangling closing parenthesis (#​11865)
❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.57.1

Compare Source

🩹 Fixes
  • eslint-plugin: [prefer-optional-chain] no report for property on intersection type (#​12126)
❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.57.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unnecessary-condition] allow literal loop conditions in for/do loops (#​12080)
🩹 Fixes
  • eslint-plugin: [no-base-to-string] fix false positive for toString with overloads (#​12089)
  • eslint-plugin: [prefer-promise-reject-errors] add allow TypeOrValueSpecifier to prefer-promise-reject-errors (#​12094)
  • typescript-estree: if the template literal is tagged and the text has an invalid escape, cooked will be null (#​11355)
  • eslint-plugin: guard against negative paramIndex in no-useless-default-assignment (#​12077)
  • eslint-plugin: handle statically analyzable computed keys in prefer-readonly (#​12079)
  • eslint-plugin: [strict-void-return] false positives with overloads (#​12055)
❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.56.1

Compare Source

This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.56.0

Compare Source

🚀 Features
🩹 Fixes
  • use parser options from context.languageOptions (#​12043)
❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.55.0

Compare Source

🚀 Features
  • utils: deprecate defaultOptions in favor of meta.defaultOptions (#​11992)
🩹 Fixes
  • eslint-plugin: [no-useless-default-assignment] reduce param index to ts this handling (#​11949)
  • eslint-plugin: [no-useless-default-assignment] report unnecessary defaults in ternary expressions (#​11984)
  • eslint-plugin: [no-useless-default-assignment] require strictNullChecks (#​11966, #​12000)
  • eslint-plugin: [no-unused-vars] remove trailing newline when removing entire import (#​11990)
❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.54.0

Compare Source

🚀 Features
  • eslint-plugin-internal: add prefer-tsutils-methods rule (#​11974, #​11625)
  • typescript-estree: add shortcut methods to ParserServicesWithTypeInformation (#​11965, #​11955)
🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] check both base constraint and actual type for non-null assertions (#​11967, #​11559)
  • deps: update dependency prettier to v3.8.0 (#​11991)
  • scope-manager: fix catch clause scopes def.name (#​11982)
  • eslint-plugin: [no-unused-private-class-members] private destructured class member is defined but used (#​11785)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.53.1

Compare Source

🩹 Fixes
  • utils: make RuleCreator root defaultOptions optional (#​11956)
  • eslint-plugin: [consistent-indexed-object-style] skip fixer if interface is a default export (#​11951)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.53.0

Compare Source

🚀 Features
  • eslint-plugin: add rule [strict-void-return] (#​9707)
  • eslint-plugin: [no-unused-vars] add a fixer to remove unused imports (#​11922)
🩹 Fixes
  • eslint-plugin: [no-useless-default-assignment] fix false positive for parameters corresponding to a rest parameter (#​11916)
  • eslint-plugin: replace unclear "error typed" with more helpful description (#​11704)
  • typescript-estree: forbid invalid extends and implements in interface declaration (#​11935)
  • typescript-estree: forbid invalid class implements (#​11934)
  • typescript-estree: forbid type-only import with both default and named specifiers (#​11930)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.52.0

Compare Source

🚀 Features
  • eslint-plugin-internal: [no-multiple-lines-of-errors] add rule (#​11899)
🩹 Fixes
  • eslint-plugin: [no-base-to-string] detect @​@​toPrimitive and valueOf (#​11901)
  • eslint-plugin: [no-useless-default-assignment] handle conditional initializer (#​11908)
❤️ Thank You
  • Josh Goldberg ✨
  • Ulrich Stark

You can read about our versioning strategy and releases on our website.

v8.51.0

Compare Source

🚀 Features
  • eslint-plugin: add namespace to plugin meta (#​11885)
  • eslint-plugin: [no-useless-default-assignment] fix some cases to optional syntax (#​11871)
🩹 Fixes
  • eslint-plugin: [prefer-optional-chain] handle MemberExpression in final chain position (#​11835)
  • eslint-plugin: bump ts-api-utils to 2.2.0 (#​11881)
  • eslint-plugin: remove fixable from no-dynamic-delete rule (#​11876)
  • eslint-plugin: fix crash and false positives in no-useless-default-assignment (#​11845)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.50.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] correct handling of undefined vs. void (#​11826)
  • eslint-plugin: [method-signature-style] ignore methods that return this (#​11813)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.50.0

Compare Source

🚀 Features
  • eslint-plugin: [no-useless-default-assignment] add rule (#​11720)
❤️ Thank You
  • Josh Goldberg ✨
  • Ulrich Stark

You can read about our versioning strategy and releases on our website.

v8.49.0

Compare Source

🚀 Features
  • eslint-plugin: use Intl.Segmenter instead of graphemer (#​11804)
🩹 Fixes
  • deps: update dependency prettier to v3.7.2 (#​11820)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.48.1

Compare Source

🩹 Fixes
  • eslint-plugin: [restrict-template-expressions] check base types in allow list (#​11764, #​11759)
  • eslint-plugin: honor ignored base types on generic classes (#​11767)
  • eslint-plugin: [consistent-type-exports] check value flag before resolving alias (#​11769)
❤️ Thank You

Y


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • Automerge
    • At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday (* 0-4,22-23 * * 1-5)
    • Only on Sunday and Saturday (* * * * 0,6)

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

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 dependencies Pull requests that update a dependency file renovatebot labels Dec 1, 2025
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from 82e9197 to de5132e Compare December 4, 2025 11:10
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from 06742b3 to 72e77f8 Compare December 15, 2025 07:02
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 11a6b59 to 9fcce77 Compare December 15, 2025 15:08
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from cf5d7bb to 6dac508 Compare January 5, 2026 15:34
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 3a8ce87 to b06c0bb Compare January 12, 2026 07:24
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from f8b23fc to ac142a6 Compare January 19, 2026 19:28
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 581c7c5 to 2479951 Compare January 27, 2026 17:12
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 93a1095 to ff612c5 Compare February 1, 2026 01:45
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 20, 2026

Some tests with 'continue-on-error: true' have failed:

  • test-app test:one ember-canary

  • test-app test:one ember-beta

  • test-esa test:one ember-canary

  • test-esa test:one ember-beta

  • test-app test:one embroider-optimized

    Created by continue-on-error-comment

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