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:
^3.0.1
->^4.0.0
^3.2.0
->^4.0.0
^1.1.2
->^2.0.0
^7.10.0
->^8.0.0
^7.10.0
->^8.0.0
^8.2.2
->^9.0.0
~5.12.0
->~6.1.0
^2.1.2
->^3.0.0
^8.0.2
->^9.0.0
^12.0.0
->^13.0.0
~5.12.0
->~6.1.0
^8.50.0
->^9.0.0
^1.6.0
->^2.0.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
.typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v8.19.1
Compare Source
🩹 Fixes
declare
keyword (#10543)❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.19.0
Compare Source
🚀 Features
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.18.2
Compare Source
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
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
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.15.0
Compare Source
🚀 Features
ignoreConditionalTests
involving boolean!
operator (#10299)no-unsafe-type-assertion
(#10051)🩹 Fixes
as const satisfies
(#10315)❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.14.0
Compare Source
🚀 Features
await using
statements (#10209)🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.13.0
Compare Source
🚀 Features
ignoreBooleanCoercion
(#9924)no-class-assign
rule ineslint-recommended
config (#10250)🩹 Fixes
undefined
(#10232)❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.12.2
Compare Source
🩹 Fixes
considerDefaultExhaustiveForUnions
(#10223)❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.12.1
Compare Source
This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.12.0
Compare Source
🚀 Features
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.11.0
Compare Source
🚀 Features
🩹 Fixes
override
keyword (#10135)❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.10.0
Compare Source
🚀 Features
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.9.0
Compare Source
🩹 Fixes
eslint-plugin: [no-unnecessary-type-parameters] cannot assume variables are either type or value
scope-manager: [no-use-before-define] do not treat nested namespace aliases as variable references
eslint-plugin: [return-await] sync the behavior with await-thenable
eslint-plugin: [prefer-literal-enum-member] report a different error message when
allowBitwiseExpressions
is enabledeslint-plugin: [no-loop-func] sync from upstream base rule
eslint-plugin: [no-unused-vars] never report the naming of an enum member
eslint-plugin: correct use-at-your-own-risk type definitions
eslint-plugin: handle unions in await...for
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.8.1
Compare Source
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.8.0
Compare Source
🚀 Features
eslint-plugin: [no-unnecessary-condition] add checkTypePredicates
eslint-plugin: [return-await] check for-await loop iteree
🩹 Fixes
remove
export type *
in d.ts to support TS<5.0eslint-plugin: [no-unnecessary-template-expression] should underline template syntax with squiggly lines
type-utils: check for type parameters on
isBuiltinSymbolLikeRecurser()
eslint-plugin: [no-deprecated] max callstack exceeded when class implements itself
eslint-plugin: [no-misused-promises] check contextual type
eslint-plugin: [prefer-literal-enum-member] allow nested bitwise operations
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.7.0
Compare Source
🚀 Features
eslint-plugin: [no-unsafe-call] check calls of Function
eslint-plugin: [consistent-type-exports] check
export *
exports to see if all exported members are types🩹 Fixes
eslint-plugin: properly coerce all types to string in
getStaticMemberAccessValue
eslint-plugin: [no-deprecated] report on imported deprecated variables
eslint-plugin: [no-confusing-non-null-assertion] check !in and !instanceof
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.6.0
Compare Source
🚀 Features
add
allow
option forrestrict-template-expressions
type-utils: isNullableType add Void logic
eslint-plugin: [no-unnecessary-condition] check switch cases
eslint-plugin: [no-misused-promises] check array predicate return
🩹 Fixes
eslint-plugin: [no-deprecated] don't report recursive types in destructuring assignment twice
eslint-plugin: [no-deprecated] report on deprecated variables used in destructuring assignment
eslint-plugin: [no-deprecated] report on deprecated properties with function-like types
eslint-plugin: [no-unnecessary-condition] properly reflect multiple negations in message
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.5.0
Compare Source
🚀 Features
eslint-plugin: [no-duplicate-type-constituents] prevent unnecessary `
eslint-plugin: [no-unsafe-argument] differentiate error types
🩹 Fixes
eslint-plugin: [no-unnecessary-type-assertion] fix TSNonNullExpression fixer
eslint-plugin: [no-misused-promises] handle static method
eslint-plugin: [no-unnecessary-type-parameters] fix AST quick path scope analysis
eslint-plugin: [consistent-type-assertions] access parser services lazily
❤️ Thank You
f44da95
You can read about our versioning strategy and releases on our website.
v8.4.0
Compare Source
This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.3.0
Compare Source
🚀 Features
🩹 Fixes
eslint-plugin: [no-unnecessary-template-expression] add missing parentheses in autofix
eslint-plugin: [no-unnecessary-type-parameters] check mapped alias type arguments
utils: add
TSDeclareFunction
tofunctionTypeTypes
ast-spec: use
Expression
in argument ofThrowStatement
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.2.0
Compare Source
🚀 Features
require-await
to removeasync
keyword🩹 Fixes
eslint-plugin: [use-unknown-in-catch-callback-variable] flag second argument of
.then
eslint-plugin: [no-unnecessary-type-assertion] conflict with TS for variables used before assignment
eslint-plugin: delete [] in message if ReadOnly<string[]> is detected
**eslint-plugin
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.