-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update devDependencies (major) #1121
base: main
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Estimated impact to a consuming app, depending on which bundle is imported
|
538edf6
to
f1154cb
Compare
f1154cb
to
7ecfbeb
Compare
7ecfbeb
to
f457d40
Compare
f457d40
to
01f3f2c
Compare
01f3f2c
to
4a01907
Compare
4a01907
to
392ec3d
Compare
392ec3d
to
63380b6
Compare
63380b6
to
e5af51a
Compare
e5af51a
to
a316c23
Compare
a316c23
to
2ede11e
Compare
2ede11e
to
46de486
Compare
46de486
to
20a9d87
Compare
40e8223
to
cd4a431
Compare
cd4a431
to
4100ff6
Compare
4100ff6
to
182559e
Compare
182559e
to
69dd2cc
Compare
69dd2cc
to
922a095
Compare
922a095
to
a5a57ca
Compare
a5a57ca
to
c08d156
Compare
c08d156
to
77c29cf
Compare
77c29cf
to
5f02fa4
Compare
5f02fa4
to
2eb4dce
Compare
2eb4dce
to
f378177
Compare
|
f378177
to
267f198
Compare
267f198
to
6b2b3f6
Compare
This PR contains the following updates:
^3.0.1
->^4.0.0
^3.2.1
->^5.0.0
^3.2.1
->^5.0.0
0.0.2-unstable.ba9fd29
->1.0.1
^1.1.2
->^2.0.0
^3.2.0
->^5.0.0
^2.0.0
->^3.0.0
^5.54.0
->^8.0.0
^6.0.0
->^8.0.0
^5.54.0
->^8.0.0
^6.0.0
->^8.0.0
^7.6.0
->^9.0.0
^8.0.0
->^9.0.0
^8.2.2
->^9.0.0
^6.0.0
->^7.0.0
^2.1.0
->^3.0.0
^2.1.2
->^3.0.0
^8.2.0
->^9.0.0
^8.2.0
->^9.0.0
^8.0.2
->^9.0.0
^8.0.2
->^9.0.0
^10.0.0
->^13.0.0
^11.0.0
->^13.0.0
^5.5.0
->^6.0.0
^5.5.0
->^6.0.0
^3.4.2
->^4.0.0
^5.6.0
->^7.0.0
5.13.0
->7.0.1
^3.0.0
->^4.0.0
^8.35.0
->^9.0.0
^8.35.0
->^9.0.0
^8.3.0
->^10.0.0
^9.0.0
->^10.0.0
^14.0.0
->^17.0.0
^4.0.0
->^5.0.0
^7.3.4
->^8.0.0
^8.0.0
->^9.0.0
^0.13.0
->^1.0.0
^0.19.0
->^1.0.0
^2.8.4
->^3.0.0
^0.3.2
->^2.0.0
^2.0.0
->^3.0.0
^1.0.1
->^2.0.0
^1.0.0
->^2.0.0
^3.14.0
->^4.0.0
^3.0.3
->^5.0.0
^4.8.0
->^5.0.0
^5.0.11
->^6.0.0
^3.7.0
->^4.0.0
^2.0.5
->^3.0.0
Release Notes
emberjs/ember-test-helpers (@ember/test-helpers)
v3.3.0
Compare Source
🚀 Enhancement
Committers: 1
emberjs/ember.js (@glimmer/component)
v2.0.0
Compare Source
Ember.TrackedArray
andEmber.SubArray
.Ember.computed.or
return the last falsey value (similar to||
).Ember.DefaultResolver
to properly normalize hyphens (-
).Ember.String.fmt
.@each
should 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
.ComponentTemplateDeprecation
mixin.template
access in Ember.Component..render
method to views and components.positionalParams
specified toEmber.Component
at extend time.template
in a component.template
access in Ember.Component.actions
not_actions
.length
fromOrderedSet
andMap
.OrderedSet.prototype.length
.Ember.libraries.each
.{{each}}
keys.{{template}}
support.Ember.Application.resolver
.normalize
.view
andviewClass
with{{outlet}}
.Controller#controllerFor
.metaPath
,getMeta
andsetMeta
.{chainWatchers: null}
fromMeta.prototype
.Ember.observer
.currentWhen
with{{link-to}}
.Ember.ContainerView
when legacy view support enabled.Ember.RenderBuffer
.Registry
andContainer
behavior.{{each}}
helper variant.Object.prototype
properties.Ember.oneWay
.{{#each model}}{{/each}}
, use{{#each model as |item|}}{{/each}}
instead.Ember.ArrayController
support, useember-legacy-controllers
addon for support until 2.4.Ember.observer
.InjectedProperty
is misused.{{get}}
helper subscribes to values and can be updated.Application#then
support.this
context 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-views
addon.{{each foo as bar}}
.Controller#needs
, useEmber.inject.controller()
instead.{{view}}
helper intoember-legacy-views
addon.EmberObject.createWithMixins
.{{with foo as bar}}
support.anyBy
,everyProperty
, andsome
.{{render}}
helperevents
key.Ember.View
andEmber.CoreView
intoember-legacy-views
addon.Ember.beforeObserver
,Ember.addBeforeObserver
,Ember.removeBeforeObserver
,Ember.beforeObserversFor
,Ember._suspendBeforeObserver
,Ember._suspendBeforeObservers
, andFunction.prototype.observesBefore
.Controller#transitionTo
andController#replaceWith
.Ember.Handlebars.get
.Binding#oneWay
.Map#remove
.Ember.Set
(notEmber.set
).Ember.LinkView
.Ember.computed.mapProperty
.Object.create
polyfill.Ember.DeferredMixin
.Ember.ArrayPolyfils
.Ember.RSVP.prototype.fail
.Ember.keys
.Ember.View.prototype.state &
Ember.View.prototype._states`.Ember.EnumerableUtils
.Object.defineProperty
polyfill.this.resource
inRouter.map
.Ember.ObjectController
.Ember.arrayComputed
,Ember.reduceComputed
,Ember.ArrayComputed
, andEmber.ReduceComputed
.Ember.computed.map
without a function callback.Ember.computed.mapBy
without a string property name.{{bind-attr}}
.Ember.computed.filterProperty
.{{linkTo}}
helper (not{{link-to}}
).Enumerable.rejectProperty
.fillIn
test helper to trigger theinput
event.Enumerable.findProperty
.Enumerable.everyBy
.lazyGet
.tsconfig/bases (@tsconfig/ember)
v3.0.9
Compare Source
v3.0.8
[Compare Source](https://re
Configuration
📅 Schedule: Branch creation - "after 9pm on sunday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.