Update devDependencies (minor) - #1531
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
5.46.4→5.56.07.28.6→7.29.77.28.5→7.29.77.28.6→7.29.74.4.7→4.6.21.19.7→1.20.51.5.2→1.7.82.0.0→2.1.12.3.2→2.4.02.12.1→2.13.16.9.1→6.12.08.2.0→8.3.10.6.1→0.7.04.2.2→4.3.09.0.4→9.1.013.1.1→13.2.06.10.1→6.12.03.8.5→3.9.62.25.0→2.26.03.5.1→3.6.0^0.18.0→0.18.021.0.3→21.1.23.17.0→3.20.11.10.0→1.13.35.104.1→5.109.0Release Notes
algolia/algoliasearch-client-javascript (@algolia/client-search)
v5.56.0Compare Source
v5.55.2Compare Source
ranking,facetFilters, andenableABTestparameters have been removed from the Recommend request, andenableRulesfrom its fallback parameters, as the Recommend API ignores them. API behavior is unchanged, but code setting these fields must be updated.v5.55.1Compare Source
getObjectsoperation now returns a list of nullable objects, as the API can send backnullrecords. The clients previously only allowed a list of objects, so the response type has been updated to allownullvalues.v5.55.0Compare Source
v5.54.1Compare Source
v5.54.0Compare Source
v5.53.0Compare Source
BREAKING CHANGES: this minor version includes breaking changes. See below for more details.
createHttpRequester(#6347) by @zigzagdevv5.52.1Compare Source
v5.52.0Compare Source
v5.51.0Compare Source
BREAKING CHANGES: this minor version includes breaking changes in the Composition API. See below for more details.
v5.50.2Compare Source
v5.50.1Compare Source
v5.50.0Compare Source
v5.49.2Compare Source
conditionin rule schemas (#5983) by @MarioAlexandruDanv5.49.1Compare Source
v5.49.0Compare Source
v5.48.2Compare Source
v5.48.1Compare Source
SearchResponsemodel now acceptsqueryandparamsas optional parameters, as they are not always returned by the API.redirectproperty to rule consequence schema (#5934) by @Fluf22v5.48.0Compare Source
BREAKING CHANGES: this minor version includes multiple breaking changes related to fixes on different APIs. See below for more details.
conditionsis not required anymore in composition rules (#5853) by @ClaraMullerTrendingFacetsmodel has been updated to reflect the API response.AuthenticationUpdatemodel has been updated to reflect that thetypefield can't be updated.CompositionBehaviormodel is now a union type for better accuracy.codeproperty in oauth authentication (#5897) by @sbelloneAuthOAuthandAuthOAuthPartialmodels have been updated to reflect that theclientIdfield is now optional, and thecodefield can be set.v5.47.0Compare Source
babel/babel (@babel/plugin-proposal-decorators)
v7.29.7Compare Source
v7.29.7 (2026-05-25)
Re-release all packages with npm provenance attestations
v7.29.0Compare Source
v7.29.0 (2026-01-31)
Thanks @simbahax for your first PR!
🚀 New Feature
babel-typesbabel-standalone🐛 Bug Fix
babel-parserextendsclause (@nicolo-ribaudo)babel-traversebabel-plugin-transform-block-scoping,babel-traverse🏃♀️ Performance
babel-generator,babel-runtime-corejs3Committers: 6
embroider-build/embroider (@embroider/core)
v4.6.2🐛 Bug Fix
@embroider/addon-devpublicAssetsusescloseBundleinstead ofgenerateBundleso it can work with generated assets (@evoactivity)@embroider/macrosCommitters: 2
v4.6.1🐛 Bug Fix
@embroider/compat@embroider/addon-shim@embroider/compat,@embroider/core,@embroider/macros,@embroider/shared-internals,@embroider/template-tag-codemod,@embroider/vite@embroider/vite@embroider/vite(@davidtaylorhq)Committers: 2
v4.6.0🚀 Enhancement
@embroider/corehandleRenamingin module-resolver (@davidtaylorhq)Committers: 1
v4.5.0🚀 Enhancement
@embroider/core@embroider/coreto es2022 for native #private fields (@davidtaylorhq)@embroider/shared-internalsownerOfFilein PackageCache (@davidtaylorhq)🏠 Internal
@embroider/macros@embroider/compatCommitters: 3
emberjs/ember.js (@glimmer/component)
v2.1.1Compare Source
{{link-to}}forbubbles,preventDefault,target,replace, anddisabledWhen.Ember.String.htmlSafe()should return a instance of SafeString fornull/undefined.v2.1.0Compare Source
this._superis called when extending fromEmber.Component.Ember.String.classifyto underscore items with a leading dash/underscore.{{link-to}}properly handles bound values foractiveClass,disabledClass, andloadingClass..callor.apply(this is in addition to._super).initis completed beforedidReceiveAttrsis fired.{{get something 'path.goes.here'}}work.run.laterandrun.next.Application(argument to initializers) andApplicationInstance(argument to instance initializers) instances.Ember.computed.App.reset.{{each}}is inside an{{if}}.classNamesfrom being duplicated.link-tocomponent, allow for extending{{link-to}}viaEmber.LinkComponent.extend._actionsspecified to extend works.View#currentStatetoView#_currentState.currentStateproperty on views/components._superwrapper updates.this._super(...arguments)when components implementdidReceiveAttrs.Ember.computed.sumreturns0if the array to be operated on isnullorundefined.Ember.LinkComponentfor customizations.instanceInitializersto setcustomEvents.Application#customEventstonullto opt out of event listeners.currentRouteNameandcurrentPathare set properly for loading and error routes.this.__nextSuper, and make debugging methods withthis._supercalls much easier.instance.container.lookupon first argument toinstanceInitializers. Useinstance.lookupinstead.initializefunction.ef4/decorator-transforms (decorator-transforms)
v2.4.0Compare Source
🚀 Enhancement
decorator-transformsCommitters: 1
embroider-build/ember-auto-import (ember-auto-import)
v2.13.1🐛 Bug Fix
ember-auto-importCommitters: 1
v2.13.0🚀 Enhancement
ember-auto-importuse-ember-modules(@kategengler)🏠 Intern
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.