-
Notifications
You must be signed in to change notification settings - Fork 9
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) #509
base: main
Are you sure you want to change the base?
Conversation
Run & review this pull request in StackBlitz Codeflow. |
|
2c39ec8
to
f009d83
Compare
f861a1e
to
126e2b2
Compare
126e2b2
to
9e192ea
Compare
007cc4e
to
368149c
Compare
faf38a8
to
b151ea5
Compare
b151ea5
to
45d8730
Compare
e8f22b4
to
1535b9d
Compare
1535b9d
to
4384d5c
Compare
f2f9e0d
to
a2ebbbd
Compare
d78ed6d
to
79894b4
Compare
16fd48f
to
8fe9fb5
Compare
8fe9fb5
to
2bd06d6
Compare
72e7a4c
to
768747b
Compare
5650873
to
5fdf4e3
Compare
5fdf4e3
to
77825e1
Compare
3fa0940
to
7442acd
Compare
7442acd
to
151dd0e
Compare
bf7923b
to
7a3d9e2
Compare
2a8639f
to
bf0fc12
Compare
bf0fc12
to
0714282
Compare
55a37f6
to
259be98
Compare
259be98
to
c6e5dae
Compare
c6e5dae
to
0f9bc68
Compare
d7001f1
to
d624f1c
Compare
d624f1c
to
22b2c96
Compare
957b36c
to
fe38199
Compare
fe38199
to
d34a33b
Compare
d34a33b
to
9a64d91
Compare
1468cc5
to
e0d33a1
Compare
e0d33a1
to
8020add
Compare
8020add
to
594dde6
Compare
This PR contains the following updates:
^3.1.1
->^4.0.0
^3.2.0
->^4.0.0
3.2.0
->7.1.0
^3.0.1
->^4.0.0
3.1.4
->4.0.8
^1.1.2
->^2.0.0
^3.2.0
->^4.0.0
^15.1.0
->^16.0.0
^11.1.2
->^12.0.0
^5.61.0
->^8.0.0
^5.61.0
->^8.0.0
^8.2.0
->^9.0.0
~5.1.0
->~6.0.0
^6.0.1
->^7.0.0
^7.26.11
->^8.0.0
^2.1.2
->^3.0.0
^7.0.0
->^8.0.0
^7.0.0
->^9.0.0
^11.0.0
->^13.0.0
~5.1.2
->~6.0.0
^5.11.1
->^6.0.0
^2.0.0
->^3.0.0
^8.45.0
->^9.0.0
^8.8.0
->^9.0.0
^8.3.0
->^9.0.0
^11.10.0
->^12.0.0
^16.0.1
->^17.0.0
^4.2.1
->^5.0.0
^2.8.7
->^3.0.0
^2.8.8
->^3.0.0
^0.3.2
->^2.0.0
^2.0.0
->^3.0.0
~3.29.0
->~4.28.0
^1.10.9
->^2.0.0
Release Notes
emberjs/ember-test-helpers (@ember/test-helpers)
v3.3.0
Compare Source
🚀 Enhancement
Committers: 1
v3.2.1
: Release 3.2.1Compare Source
🐛 Bug Fix
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
.NullVoxPopuli/eslint-configs (@nullvoxpopuli/eslint-configs)
v3.2.2
Compare Source
Patch Changes
37296f5
Thanks @NullVoxPopuli! - widen peer dep rangesv3.2.1
Compare Source
Patch Changes
#496
bca6895
Thanks @NullVoxPopuli! - ```js'@typescript-eslint/prefer-optional-chain': 'off',
rollup/plugins (@rollup/plugin-node-resolve)
v16.0.0
2024-12-15
Breaking Changes
v15.3.1
2024-12-15
Updates
test
withincludes
(#1787)v15.3.0
2024-09-23
Features
v15.2.4
2024-09-22
Updates
v15.2.3
Compare Source
2023-10-08
Bugfixes
v15.2.2
Compare Source
2023-10-05
Bugfixes
v15.2.1
Compare Source
2023-08-22
Bugfixes
v15.2.0
Compare Source
2023-08-17
Features
rollup/plugins (@rollup/plugin-typescript)
v12.1.2
2024-12-15
Bugfixes
v12.1.1
2024-10-16
Bugfixes
v12.1.0
2024-09-22
Features
v12.0.0
2024-09-22
Breaking Changes
output.file
(#1728)v11.1.6
2024-01-09
Bugfixes
v11.1.5
Compare Source
2023-10-05
Bugfixes
v11.1.4
Compare Source
2023-09-25
Bugfixes
v11.1.3
Compare Source
2023-08-26
Bugfixes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v8.18.1
Compare Source
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.18.0
Compare Source
🚀 Features
🩹 Fixes
toString()
declarations are present for a type (#10432)❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.17.0
Compare Source
🚀 Features
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.16.0
Compare Source
🚀 Features
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.