-
Notifications
You must be signed in to change notification settings - Fork 5
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
fix(deps): update framework dependencies (major) #1080
base: master
Are you sure you want to change the base?
Conversation
32a949b
to
e3be2bc
Compare
162375b
to
a109183
Compare
7618f83
to
fbbe5b3
Compare
fbbe5b3
to
bf5cd8a
Compare
e69e25a
to
4834a11
Compare
4834a11
to
42cf3b3
Compare
42cf3b3
to
655e532
Compare
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
655e532
to
af78928
Compare
Quality Gate passedIssues Measures |
af78928
to
d8015ac
Compare
Quality Gate passedIssues Measures |
40cea62
to
29800a9
Compare
37143b6
to
77e3a8e
Compare
77e3a8e
to
a777d63
Compare
a777d63
to
1f11956
Compare
facb683
to
6adbf6c
Compare
76665ba
to
67f115e
Compare
67f115e
to
2398f23
Compare
b31f183
to
e09b235
Compare
e09b235
to
65a4e1f
Compare
65a4e1f
to
1e4d860
Compare
Quality Gate passedIssues Measures |
This PR contains the following updates:
^1.0.4
->^2.0.0
^2.1.2
->^3.0.1
^8.0.3
->^13.1.0
~3.28.8
->~6.1.0
Release Notes
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
.v1.1.2
Compare Source
v1.1.1
Compare Source
v1.1.0
TrackedArray
Ember.Object.extend
should allow any propertyundefined
forhref
of {{link-to}}Ember.keys
should return own propertyEmber.SubArray
operation composition fix.replaceIn
would incorrectly move views from thehasElement
toinDOM
Ember.TargetActionSupport
'ssendAction
should supportnull
as context.ember-cli/ember-load-initializers (ember-load-initializers)
v3.0.1
Compare Source
🐛 Bug Fix
Committers: 1
Version 9 of Highlight.js has reached EOL and is no longer supported.
Please upgrade or ask whatever dependency you are using to upgrade.
https://github.com/highlightjs/highlight.js/issues/2877
v3.0.0
Compare Source
💥 Breaking Change
Committers: 1
ember-cli/ember-resolver (ember-resolver)
v13.1.0
Compare Source
🚀 Enhancement
Committers: 1
v13.0.2
Compare Source
🐛 Bug Fix
Committers: 1
v13.0.1
Compare Source
🐛 Bug Fix
🏠 Internal
Committers: 2
v13.0.0
Compare Source
💥 Breaking Change
🚀 Enhancement
🐛 Bug Fix
Committers: 1
v12.0.1
Compare Source
🐛 Bug Fix
Committers: 1
v12.0.0
Compare Source
💥 Breaking Change
🏠 Internal
Committers: 1
v11.0.1
Compare Source
🐛 Bug Fix
Committers: 1
v11.0.0
Compare Source
💥 Breaking Change
addon/resolvers/classic
) (@rwjblue)container-debug-adapter
initializer (@rwjblue)🐛 Bug Fix
🚀 Enhancement
@ember/string
utils and drop peer dependency on@ember/string
(@lifeart)🏠 Internal
config/targets.js
(@rwjblue)Committers: 4
v10.1.1
: Release 10.1.1Compare Source
🐛 Bug Fix
🏠 Internal
Committers: 3
v10.1.0
Compare Source
🚀 Enhancement
Committers: 1
v10.0.0
Compare Source
💥 Breaking Change 🐛 Bug Fix
🏠 Internal
Committers: 2
v9.0.1
Compare Source
This was an accidental republication of v9.0.0. 🤦🏼♂️ Nothing to see here.
v9.0.0
Compare Source
TL;DR: drop some old versions, and ship TypeScript type definitions.
💥 Breaking Change
🚀 Enhancement
🐛 Bug Fix
Resolver extends EmberObject
(@chriskrycho)📝 Documentation
🏠 Internal
npm
(@rwjblue)Committers: 3
v8.1.0
Compare Source
Back-ports built-in TypeScript support from 9.0.0 (see below) to decouple that from the Ember 4.x upgrade.
🚀 Enhancement
Committers: 1
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.