-
Notifications
You must be signed in to change notification settings - Fork 7
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
chore(deps): update framework dependencies (major) #127
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/major-framework-dependencies
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
6fc910d
to
1ded6aa
Compare
1ded6aa
to
fcf54c3
Compare
9fbf25d
to
d89f8c0
Compare
d89f8c0
to
da52189
Compare
da52189
to
a3e5c1a
Compare
a3e5c1a
to
da00f47
Compare
da00f47
to
a9f3c94
Compare
a9f3c94
to
eadc949
Compare
eadc949
to
bd18de4
Compare
bd18de4
to
60f2f44
Compare
60f2f44
to
30f946b
Compare
30f946b
to
f2e831f
Compare
e21fa08
to
0c09dbd
Compare
0c09dbd
to
9e571d2
Compare
c19226e
to
f4f6755
Compare
f4f6755
to
5bebcd3
Compare
5bebcd3
to
c0cf5d0
Compare
fe91a34
to
cd712b2
Compare
7be286d
to
83c716e
Compare
785764d
to
feebc15
Compare
feebc15
to
2edd6b1
Compare
c60c85a
to
078e5df
Compare
078e5df
to
ee751e7
Compare
ee751e7
to
54c69ca
Compare
54c69ca
to
8756ab9
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.0.4
->^2.0.0
^2.1.2
->^3.0.1
^8.0.3
->^13.1.0
~4.2.0
->~6.2.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.