chore(deps): update dependency @glimmer/component to v2#2144
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
chore(deps): update dependency @glimmer/component to v2#2144renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
f9a2632 to
cb8da7b
Compare
cb8da7b to
f1f9deb
Compare
f1f9deb to
3bb3686
Compare
3bb3686 to
263e103
Compare
263e103 to
60a309a
Compare
60a309a to
489fe39
Compare
489fe39 to
2f7ed83
Compare
2f7ed83 to
9b08069
Compare
9b08069 to
7da2df4
Compare
7da2df4 to
bf14b2d
Compare
bf14b2d to
6ffd415
Compare
1540a10 to
d01d9fd
Compare
d01d9fd to
ddc1ea8
Compare
ddc1ea8 to
761781a
Compare
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:
1.1.2→2.1.1Release Notes
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.v2.0.0Compare Source
Ember.TrackedArrayandEmber.SubArray.Ember.computed.orreturn the last falsey value (similar to||).Ember.DefaultResolverto properly normalize hyphens (-).Ember.String.fmt.@eachshould remain a stable node for chains.Ember.HTMLBars.makeViewHelper.Ember.HTMLBars._registerHelper.Ember.Handlebars.registerHelper.Ember.Handlebars.makeBoundHelper.Ember.Handlebars.makeViewHelper.Ember.Handlebars.helper.Ember.Handlebars.registerBoundHelper.ComponentTemplateDeprecationmixin.templateaccess in Ember.Component..rendermethod to views and components.positionalParamsspecified toEmber.Componentat extend time.templatein a component.templateaccess in Ember.Component.actionsnot_actions.lengthfromOrderedSetandMap.OrderedSet.prototype.length.Ember.libraries.each.{{each}}keys.{{template}}support.Ember.Application.resolver.normalize.viewandviewClasswith{{outlet}}.Controller#controllerFor.metaPath,getMetaandsetMeta.{chainWatchers: null}fromMeta.prototype.Ember.observer.currentWhenwith{{link-to}}.Ember.ContainerViewwhen legacy view support enabled.Ember.RenderBuffer.RegistryandContainerbehavior.{{each}}helper variant.Object.prototypeproperties.Ember.oneWay.{{#each model}}{{/each}}, use{{#each model as |item|}}{{/each}}instead.Ember.ArrayControllersupport, useember-legacy-controllersaddon for support until 2.4.Ember.observer.InjectedPropertyis misused.{{get}}helper subscribes to values and can be updated.Application#thensupport.thiscontext inside former reduced computed macros is correct.{{with foo}}support.emptyView="Global.foo"for Ember.View instances.Ember.get:Ember.get('App.foo')andEmber.get(null, 'App.foo').this:Ember.get(object, 'this.foo').Ember.get(object, path).Ember.set:itemController,itemViewClass,itemView, etc intoember-legacy-viewsaddon.{{each foo as bar}}.Controller#needs, useEmber.inject.controller()instead.{{view}}helper intoember-legacy-viewsaddon.EmberObject.createWithMixins.{{with foo as bar}}support.anyBy,everyProperty, andsome.{{render}}helpereventskey.Ember.ViewandEmber.CoreViewintoember-legacy-viewsaddon.Ember.beforeObserver,Ember.addBeforeObserver,Ember.removeBeforeObserver,Ember.beforeObserversFor,Ember._suspendBeforeObserver,Ember._suspendBeforeObservers, andFunction.prototype.observesBefore.Controller#transitionToandController#replaceWith.Ember.Handlebars.get.Binding#oneWay.Map#remove.Ember.Set(notEmber.set).Ember.LinkView.Ember.computed.mapProperty.Object.createpolyfill.Ember.DeferredMixin.Ember.ArrayPolyfils.Ember.RSVP.prototype.fail.Ember.keys.Ember.View.prototype.state &Ember.View.prototype._states`.Ember.EnumerableUtils.Object.definePropertypolyfill.this.resourceinRouter.map.Ember.ObjectController.Ember.arrayComputed,Ember.reduceComputed,Ember.ArrayComputed, andEmber.ReduceComputed.Ember.computed.mapwithout a function callback.Ember.computed.mapBywithout a string property name.{{bind-attr}}.Ember.computed.filterProperty.{{linkTo}}helper (not{{link-to}}).Enumerable.rejectProperty.fillIntest helper to trigger theinputevent.Enumerable.findProperty.Enumerable.everyBy.lazyGet.Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.