Skip to content
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) #262

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 28, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@ember/string ^3.0.1 -> ^4.0.0 age adoption passing confidence
@ember/test-helpers ^3.2.0 -> ^4.0.0 age adoption passing confidence
@glimmer/component ^1.1.2 -> ^2.0.0 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) ^7.10.0 -> ^8.0.0 age adoption passing confidence
@typescript-eslint/parser (source) ^7.10.0 -> ^8.0.0 age adoption passing confidence
concurrently ^8.2.2 -> ^9.0.0 age adoption passing confidence
ember-cli (source) ~5.12.0 -> ~6.0.0 age adoption passing confidence
ember-load-initializers ^2.1.2 -> ^3.0.0 age adoption passing confidence
ember-resolver ^12.0.0 -> ^13.0.0 age adoption passing confidence
ember-source (source) ~5.12.0 -> ~6.0.0 age adoption passing confidence
eslint (source) ^8.50.0 -> ^9.0.0 age adoption passing confidence
vitest (source) ^1.6.0 -> ^2.0.0 age adoption passing confidence

Release Notes

emberjs/ember.js (@​glimmer/component)

v2.0.0

Compare Source

  • #​11213 [BREAKING] Remove chaining in Observable.set
  • #​12036 Cleanup CP Set and Volatile
  • #​11993 [CLEANUP] Remove Ember.TrackedArray and Ember.SubArray.
  • #​11550 [BUGFIX] Ensure that specifying an observer in a child class only observes changes to the childs dependent keys.
  • #​10259 [BUGFIX] Make Ember.computed.or return the last falsey value (similar to ||).
  • #​11957 [BUGFIX] Enable Ember.DefaultResolver to properly normalize hyphens (-).
  • #​11969 / #​11959 [DEPRECATE] Deprecate usage of Ember.String.fmt.
  • #​11990 [PERF] @each should remain a stable node for chains.
  • #​11964 [BUGFIX] Update htmlbars to v0.14.2.
  • #​11965 [CLEANUP] Remove Ember.HTMLBars.makeViewHelper.
  • #​11965 [CLEANUP] Remove Ember.HTMLBars._registerHelper.
  • #​11965 [CLEANUP] Remove Ember.Handlebars.registerHelper.
  • #​11965 [CLEANUP] Remove Ember.Handlebars.makeBoundHelper.
  • #​11965 [CLEANUP] Remove Ember.Handlebars.makeViewHelper.
  • #​11965 [CLEANUP] Remove Ember.Handlebars.helper.
  • #​11965 [CLEANUP] Remove Ember.Handlebars.registerBoundHelper.
  • #​12024 [CLEANUP] Remove ComponentTemplateDeprecation mixin.
  • #​12001 [CLEANUP] Remove {{with}} keyword's controller option.
  • #​12027 [CLEANUP] Remove deprecated template access in Ember.Component.
  • #​12019 [DOC] Add helpful assertion when using @​each as a leaf in DK.
  • #​12020 [CLEANUP] Remove specifying .render method to views and components.
  • #​12027 [CLEANUP] Remove positionalParams specified to Ember.Component at extend time.
  • #​12027 [CLEANUP] Remove support for specifying template in a component.
  • #​12027 [CLEANUP] Remove deprecated template access in Ember.Component.
  • #​12028 [CLEANUP] Store actions in actions not _actions.
  • #​11854 [CLEANUP] Remove length from OrderedSet and Map.
  • #​11854 [CLEANUP] Remove OrderedSet.prototype.length.
  • #​11854 [CLEANUP] Remove Ember.libraries.each.
  • #​11854 [CLEANUP] Remove deprecated special {{each}} keys.
  • #​11854 [CLEANUP] Remove Ember.Location.registerImplementation.
  • #​11854 [CLEANUP] Remove {{template}} support.
  • #​11854 [CLEANUP] Remove Ember.Route#setupControllers deprecation.
  • #​11854 [CLEANUP] Remove Ember.Route#renderTemplates deprecation.
  • #​11845 [CLEANUP] Remove Ember.Application#initialize.
  • #​11845 [CLEANUP] Remove support for Ember.Application.resolver.
  • #​11845 [CLEANUP] Remove support for resolver without normalize.
  • #​11845 [CLEANUP] Remove IE6 & IE7 deprecation.
  • #​11845 [CLEANUP] Remove returning string of attrs from helper support.
  • #​11845 [CLEANUP] Remove support for returning string of attrs from helper.
  • #​11845 [CLEANUP] Remove support for view and viewClass with {{outlet}}.
  • #​11771 [CLEANUP] Remove deprecated Controller#controllerFor.
  • #​11750 [CLEANUP] Remove metaPath, getMeta and setMeta.
  • #​11854 [CLEANUP] Lots of deprecation removals.
  • #​11820 [CLEANUP] Remove sendEvent hook.
  • #​11815 [CLEANUP] Remove {chainWatchers: null} from Meta.prototype.
  • #​11819 [CLEANUP] Abstract chainWatchers into an object.
  • #​11824 Revert "[CLEANUP] Remove support for reversed args in Ember.observer.
  • #​11822 [BUGFIX] Deprecate currentWhen with {{link-to}}.
  • #​11838 [CLEANUP] Only register Ember.ContainerView when legacy view support enabled.
  • #​11852 [CLEANUP] Remove Ember.RenderBuffer.
  • #​11853 [CLEANUP] Remove deprecated Registry and Container behavior.
  • #​11850 [CLEANUP] Remove context switching {{each}} helper variant.
  • #​11878 [BUGFIX] Fix issue with QP routes named after Object.prototype properties.
  • #​11903 [BUGFIX] Upgrade RSVP + Backburner. Fixes a number of scenarios around testing rejected promise scenarios.
  • #​11914 [CLEANUP] Remove Ember.oneWay.
  • #​11895 [BUGFIX] Properly detect if the environment is Node.
  • #​11897 [CLEANUP] Remove globals lookup from templates.
  • #​11777 [CLEANUP] Remove context switching form of {{#each model}}{{/each}}, use {{#each model as |item|}}{{/each}} instead.
  • #​11484 [CLEANUP] Remove Ember.ArrayController support, use ember-legacy-controllers addon for support until 2.4.
  • #​11782 [CLEANUP] Remove support for reversed args in Ember.observer.
  • #​11722 [BUGFIX] Provide a better error when InjectedProperty is misused.
  • #​11691 [BUGFIX] {{get}} helper subscribes to values and can be updated.
  • #​11792 [CLEANUP] Remove Application#then support.
  • #​11737 [BUGFIX] Ensure this context inside former reduced computed macros is correct.
  • #​11790 [CLEANUP] Remove context switching {{with foo}} support.
  • #​11754 [CLEANUP] Remove emptyView="Global.foo" for Ember.View instances.
  • #​11746 [CLEANUP] Cleanup Ember.get:
    • Remove support for globals: Ember.get('App.foo') and Ember.get(null, 'App.foo').
    • Remove support for this: Ember.get(object, 'this.foo').
    • Enforce strict usage with two arguments: Ember.get(object, path).
    • Assert object is a non-null object & path is a string.
  • #​11761 [CLEANUP] Cleanup Ember.set:
    • Removes support for set with global paths.
    • Removes support for set with 'this' paths.
    • Removes support for set with null as first parameter.
    • Path must be a string.
    • Requires set to be passed in three or four arguments.
  • #​11797 [CLEANUP] Move support of itemController, itemViewClass, itemView, etc into ember-legacy-views addon.
  • #​11776 [CLEANUP] Remove deprecated support for {{each foo as bar}}.
  • #​11770 [CLEANUP] Remove deprecated Controller#needs, use Ember.inject.controller() instead.
  • #​11800 [CLEANUP] Move support of {{view}} helper into ember-legacy-views addon.
  • #​11804 [CLEANUP] Remove EmberObject.createWithMixins.
  • #​11786 [CLEANUP] Remove {{with foo as bar}} support.
  • #​11805 [CLEANUP] Remove deprecated anyBy, everyProperty, and some.
  • #​11788 [CLEANUP] Remove slash for a namespace in the {{render}} helper
  • #​11791 [CLEANUP] Remove support for actions in events key.
  • #​11794 [CLEANUP] Move Ember.View and Ember.CoreView into ember-legacy-views addon.
  • #​11796 [CLEANUP] Remove Ember.beforeObserver, Ember.addBeforeObserver, Ember.removeBeforeObserver, Ember.beforeObserversFor, Ember._suspendBeforeObserver, Ember._suspendBeforeObservers, and Function.prototype.observesBefore.
  • #​11806 [CLEANUP] Remove deprecated Controller#transitionTo and Controller#replaceWith.
  • #​11807 [CLEANUP] Remove deprecated Ember.Handlebars.get.
  • #​11808 [CLEANUP] Remove deprecated Binding#oneWay.
  • #​11809 [CLEANUP] Remove deprecated Map#remove.
  • #​11438 [CLEANUP] Remove CP semantics
  • #​11447 [CLEANUP] Remove Ember.Set (not Ember.set).
  • #​11443 [CLEANUP] Remove Ember.LinkView.
  • #​11439 [CLEANUP] Remove computed macros.
  • #​11648 [CLEANUP] Remove Ember.computed.mapProperty.
  • #​11460 [CLEANUP] Remove Object.create polyfill.
  • #​11448 [CLEANUP] Remove Ember.DeferredMixin.
  • #​11458 [CLEANUP] Remove Ember.ArrayPolyfils.
  • #​11449 [CLEANUP] Remove Ember.RSVP.prototype.fail.
  • #​11459 [CLEANUP] Remove Ember.keys.
  • #​11456 [CLEANUP] Remove Ember.View.prototype.state & Ember.View.prototype._states`.
  • #​11455 [CLEANUP] Remove Ember.EnumerableUtils.
  • #​11462 [CLEANUP] Remove Object.defineProperty polyfill.
  • #​11517 [DEPRECATION] Deprecate this.resource in Router.map.
  • #​11479 [CLEANUP] Remove Ember.ObjectController.
  • #​11513 [BUGFIX] Replace array computed macros with plain array versions.
  • #​11513 [CLEANUP] Remove Ember.arrayComputed, Ember.reduceComputed, Ember.ArrayComputed, and Ember.ReduceComputed.
  • #​11547 [CLEANUP] Remove work around for Safari's double finally on error bug.
  • #​11528 [BUGFIX] Add helpful assertion when using Ember.computed.map without a function callback.
  • #​11528 [BUGFIX] Add helpful assertion when using Ember.computed.mapBy without a string property name.
  • #​11587 [CLEANUP] Remove {{bind-attr}}.
  • #​11611 [CLEANUP] Remove Ember.computed.filterProperty.
  • #​11608 [CLEANUP] Remove {{linkTo}} helper (not {{link-to}}).
  • #​11706 [CLEANUP] Remove Enumerable.rejectProperty.
  • #​11708 [BUGFIX] Update fillIn test helper to trigger the input event.
  • #​11710 Add repository field to package.json
  • #​11700 [CLEANUP] Removes Enumerable.findProperty.
  • #​11707 [CLEANUP] Remove Enumerable.everyBy.
  • #​10701 Refactor lazyGet.
  • #​11262 Fix basic Fastboot usage.
  • #​11375 Transition feature flag infrastructure to modules.
  • #​11383 Update {{each-in}} to use ember-metal/should-display.
  • #​11396 Make Ember.Checkbox extend from Ember.Component.
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.15.0

Compare Source

🚀 Features
  • eslint-plugin: [prefer-nullish-coalescing] fix detection of ignoreConditionalTests involving boolean ! operator (#​10299)
  • eslint-plugin: new rule no-unsafe-type-assertion (#​10051)
  • eslint-plugin: added related-getter-setter-pairs rule (#​10192)
🩹 Fixes
  • utils: add defaultOptions to meta in rule (#​10339)
  • eslint-plugin: report deprecations used in default export (#​10330)
  • eslint-plugin: [explicit-module-boundary-types] and [explicit-function-return-type] don't report on as const satisfies (#​10315)
  • eslint-plugin: [await-thenable, return-await] don't flag awaiting unconstrained type parameter as unnecessary (#​10314)
  • eslint-plugin: [consistent-indexed-object-style] handle circular mapped types (#​10301)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.14.0

Compare Source

🚀 Features
  • eslint-plugin: [await-thenable] report unnecessary await using statements (#​10209)
  • eslint-plugin: [no-confusing-void-expression] add an option to ignore void<->void (#​10067)
🩹 Fixes
  • scope-manager: fix asserted increments not being marked as write references (#​10271)
  • eslint-plugin: [no-misused-promises] improve report loc for methods (#​10216)
  • eslint-plugin: [no-unnecessary-condition] improve error message for literal comparisons (#​10194)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.13.0

Compare Source

🚀 Features
  • eslint-plugin: [only-throw-error] add allow option (#​10221)
  • eslint-plugin: [prefer-nullish-coalescing] add option ignoreBooleanCoercion (#​9924)
  • eslint-plugin: disable no-class-assign rule in eslint-recommended config (#​10250)
🩹 Fixes
  • eslint-plugin: [switch-exhaustiveness-check] add support for covering a missing property with undefined (#​10232)
  • eslint-plugin: [consistent-type-definitions] don't leave trailing parens when fixing type to interface (#​10235)
  • eslint-plugin: [no-deprecated] report when exported class implements/extends deprecated entity (#​10259)
  • eslint-plugin: [no-deprecated] report on deprecated variables used inside dynamic imports (#​10261)
  • eslint-plugin: [no-unnecessary-condition] falsey bigint should be falsey (#​10205)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.12.2

Compare Source

🩹 Fixes
  • eslint-plugin: [switch-exhaustiveness-check] invert 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
  • eslint-plugin: [no-base-to-string] handle String() (#​10005)
  • eslint-plugin: [switch-exhaustiveness-check] add allowDefaultCaseMatchUnionMember option (#​9954)
  • eslint-plugin: [consistent-indexed-object-style] report mapped types (#​10160)
  • eslint-plugin: [prefer-nullish-coalescing] add support for assignment expressions (#​10152)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.11.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unnecessary-type-parameters] add suggestion fixer (#​10149)
  • eslint-plugin: [no-base-to-string] add support for catching toLocaleString (#​10138)
🩹 Fixes
  • eslint-plugin: [class-literal-property-style] don't report nodes with 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
  • Josh Goldberg ✨

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 enabled

  • eslint-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
  • Abraham Guo
  • Anna Bocharova
  • Arya Emami
  • auvred
  • Joshua Chen
  • Kirk Waiblinger
  • Lotfi Meklati
  • mdm317
  • Ronen Amiel
  • Sukka
  • YeonJuan

You can read about our versioning strategy and releases on our website.

v8.8.1

Compare Source

🩹 Fixes
  • eslint-plugin: stop warning on @​ts-nocheck comments which aren't at the beginning of the file
❤️ Thank You
  • Brad Zacher
  • Ronen Amiel
  • WhitePiano

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.0

  • eslint-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
  • auvred
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • Ronen Amiel
  • Tarun Chauhan
  • YeonJuan

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
  • Abraham Guo
  • auvred
  • Brian Donovan
  • Kirk Waiblinger

You can read about our versioning strategy and releases on our website.

v8.6.0

Compare Source

🚀 Features
  • add allow option for restrict-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
  • Abraham Guo
  • auvred
  • Josh Goldberg ✨
  • Kim Sang Du
  • YeonJuan

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
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • YeonJuan

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
  • eslint-plugin: [no-deprecation] add rule
🩹 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 to functionTypeTypes

  • ast-spec: use Expression in argument of ThrowStatement

❤️ Thank You
  • Abraham Guo
  • Daichi Kamiyama
  • Josh Goldberg ✨
  • Kim Sang Du
  • Sukka
  • Vida Xie

You can read about our versioning strategy and releases on our website.

v8.2.0

Compare Source

🚀 Features
  • eslint-plugin: add suggestion to require-await to remove async 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: [no-redundant-type-constituents] differentiate a types-error any from a true any

  • eslint-plugin: [no-unnecessary-type-parameters] check mapped constraint types if necessary

  • eslint-plugin: [no-unsafe-enum-comparison] add logic to see through intersections

❤️ Thank You
  • Abraham Guo
  • Dave
  • Jake Bailey
  • James
  • Josh Goldberg ✨
  • liuxingbaoyu
  • Yukihiro Hasegawa
  • Yutong Zhu

You can read about our versioning strategy and releases on our website.

v8.1.0

Compare Source

🚀 Features
  • eslint-plugin: [no-floating-promises] enable "add await" suggestion if ignoreVoid is true

  • typescript-estree: restrict variable declarator definite/init combinations

  • eslint-plugin: [no-unsafe-return] check promise any

  • eslint-plugin: [no-misused-promises] check subtype methods against heritage type methods

🩹 Fixes
  • eslint-plugin: [no-unsafe-enum-comparison] typo in test

  • eslint-plugin: [no-unnecessary-type-parameters] skip checking function bodies for AST references

  • eslint-plugin: [member-ordering] get accessor member name & take into account abstract and decorator

  • eslint-plugin: [prefer-optional-chain] wrong parenthesis fix output

  • eslint-plugin: [no-unnecessary-type-parameters] clarify message

❤️ Thank You
  • Aly Thobani
  • Brad Zacher
  • James
  • Josh Goldberg ✨
  • Joshua Chen
  • Olivier Zalmanski
  • YeonJuan
  • Yukihiro Hasegawa

You can read about our versioning strategy and releases on our website.

v8.0.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unused-vars] ignore imports used only as types
❤️ Thank You
  • Jake Bailey

You can read about our versioning strategy and releases on our website.

v8.0.0

Compare Source

🚀 Features
  • stricter parent types for the AST

  • typescript-estree: split TSMappedType typeParameter into constraint and key

  • eslint-plugin: remove formatting/layout rules

  • eslint-plugin: [prefer-nullish-coalescing] change ignoreConditionalTests default to true

  • eslint-plugin: deprecate no-loss-of-precision extension rule

  • eslint-plugin: [no-unused-vars] align catch behavior to ESLint 9

  • typescript-estree: rename automaticSingleRunInference to disallowAutomaticSingleRunInference

  • utils: allow specifying additional rule meta.docs in RuleCreator

  • eslint-plugin: split no-empty-object-type out from ban-types and no-empty-interfaces

  • rule-tester: support multipass fixes

  • typescript-estree: stabilize EXPERIMENTAL_useProjectService as projectService

  • eslint-plugin: remove deprecated no-throw-literal rule

  • eslint-plugin: apply initial config changes for v8

  • eslint-plugin: remove no-useless-template-literals

  • eslint-plugin: [no-floating-promises] add 'allowForKnownSafeCalls' option

  • eslint-plugin: replace ban-types with no-restricted-types, no-unsafe-function-type, no-wrapper-object-types

  • eslint-plugin: [no-unused-vars] add reportUnusedIgnorePattern option

  • eslint-plugin: [no-unused-vars] support ignoreClassWithStaticInitBlock

  • eslint-plugin: [no-unused-vars] handle comma operator for assignments, treat for-of the same as for-in

  • eslint-plugin: [no-unused-vars] report if var used only in typeof

  • eslint-plugin: [no-floating-promises] disable checkThenables by default for v8

  • rule-tester: switched to flat config

  • eslint-plugin: [no-unnecessary-type-parameters] promote to strict

🩹 Fixes
  • correct eslint-plugin's peerDependency on parser@8

  • disable projectService in disabled-type-checked shared config

  • typescript-estree: add TSEnumBody node for TSEnumDeclaration body

  • eslint-plugin: include alpha pre-releases in parser peer dependency

  • eslint-plugin: correct rules.d.ts types to not rely on non-existent imports

  • eslint-plugin: remove duplicate import RuleModuleWithMetaDocs

  • type-utils: also check declared modules for package names in TypeOrValueSpecifier

  • eslint-plugin: [no-unnecessary-template-expression] do not render escaped strings in autofixes

  • eslint-plugin: [no-unused-vars] incorporate upstream changes around caught errors report messages

  • eslint-plugin: [no-misused-promises] perf: avoid getting types of variables/functions if the annotated type is obviously not a function

  • rule-tester: provide Linter a cwd in its constructor

❤️ Thank You
  • Abraham Guo
  • Alfred Ringstad
  • auvred
  • Brad Zacher
  • Christopher Aubut
  • Collin Bachman
  • James Henry
  • Josh Goldberg
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • StyleShit
  • Victor Lin
  • Yukihiro Hasegawa

You can read about our versioning strategy and releases on our website.

7.18.0 (2024-07-29)

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] prevent runtime error when asserting a variable declared in default TS lib

  • eslint-plugin: [unbound-method] report on destructuring in function parameters

  • eslint-plugin: [no-duplicate-type-constituents] shouldn't report on error types

  • eslint-plugin: [strict-boolean-expressions] support branded booleans

❤️ Thank You
  • auvred
  • Oliver Salzburg
  • Vinccool96
  • Yukihiro Hasegawa

You can read about our versioning strategy and releases on our website.

7.17.0 (2024-07-22)

🚀 Features
  • eslint-plugin: backport no-unsafe-function type, no-wrapper-object-types from v8 to v7

  • eslint-plugin: [return-await] add option to report in error-handling scenarios only, and deprecate "never"

🩹 Fixes
  • eslint-plugin: [no-floating-promises] check top-level type assertions (and more)

  • eslint-plugin: [strict-boolean-expressions] consider assertion function argument a boolean context

  • eslint-plugin: [no-unnecessary-condition] false positive on optional private field

❤️ Thank You
  • Armano
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • StyleShit

You can read about our versioning strategy and releases on our website.

7.16.1 (2024-07-15)

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-parameters] descend into all parts of mapped types in no-unnecessary-type-parameters
❤️ Thank You
  • Dan Vanderkam

You can read about our versioning strategy and releases on our website.

7.16.0 (2024-07-08)

🚀 Features
  • rule-tester: stricter rule test validations

  • eslint-plugin: [no-unnecessary-parameter-property-assignment] add new rule

  • eslint-plugin: add support for nested namespaces to unsafe-member-access

  • eslint-plugin: [no-floating-promises] add checkThenables option

🩹 Fixes
  • deps: update dependency @​eslint-community/regexpp to v4.11.0

  • eslint-plugin: [no-floating-promises] add suggestions to tests from #​9263 checkThenables

  • website: react key error on internal pages of website

  • eslint-plugin: [restrict-template-expressions] don't report tuples if allowArray option is enabled

❤️ Thank You
  • Abraham Guo
  • auvred
  • Josh Goldberg ✨
  • Juan Sanchez
  • Vinccool96
  • YeonJuan
  • Yukihiro Hasegawa

You can read about our versioning strategy and releases on our website.

7.15.0 (2024-07-01)

🚀 Features
  • eslint-plugin: [array-type] detect Readonly<string[]> case

  • eslint-plugin: back-port new rules around empty object types from v8

🩹 Fixes
  • disable EXPERIMENTAL_useProjectService in disabled-type-checked shared config

  • eslint-plugin: [no-unsafe-return] differentiate a types-error any from a true any

  • eslint-plugin: [no-unsafe-call] differentiate a types-error any from a true any

❤️ Thank You
  • auvred
  • Kim Sang Du
  • rgehbt
  • Vinccool96

You can read about our versioning strategy and releases on our website.

7.14.1 (2024-06-24)

🩹 Fixes
  • eslint-plugin: [prefer-nullish-coalescing] treat enums and literals as their underlying primitive types

  • eslint-plugin: [prefer-nullish-coalescing] ensure ternary fix does not remove parens

❤️ Thank You
  • Jake Bailey

You can read about our versioning strategy and releases on our website.

7.14.0 (2024-06-24)

🚀 Features
  • support TypeScript 5.5
🩹 Fixes
  • eslint-plugin: [no-extraneous-class] handle abstract members

  • eslint-plugin: [prefer-nullish-coalescing] handle intersected primitive types

  • eslint-plugin: [no-invalid-this] support AccessorProperty

❤️ Thank You
  • Brad Zacher
  • cm-ayf
  • Jake Bailey
  • James Zhan
  • Joshua Chen
  • yoshi2no

You can read about our versioning strategy and releases on our website.

7.13.1 (2024-06-17)

🩹 Fixes
  • eslint-plugin: [prefer-readonly] refine report locations

  • eslint-plugin: [return-await] support explicit resource management

  • eslint-plugin: [no-unsafe-member-access] differentiate a types-error any from a true any

❤️ Thank You
  • Kirk Waiblinger
  • Yukihiro Hasegawa

You can read about our versioning strategy and releases on our website.

7.13.0 (2024-06-10)

🚀 Features
  • typescript-estree: require import = require() argument to be a string literal

  • typescript-estree: forbid .body, .async, .generator on declare function

  • eslint-plugin: [no-dynamic-delete] allow all string literals as index

🩹 Fixes
  • ast-spec: function-call-like callee should be Expression not LeftHandSideExpression

  • scope-manager: handle index signature in class

  • eslint-plugin: [init-declarations] refine report locations

  • eslint-plugin: [no-base-to-string] make error message more nuanced

  • eslint-plugin: [no-unsafe-assignment] be m


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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/major-devdependencies branch from 936426d to 68c5b7d Compare August 4, 2024 21:37
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from 68c5b7d to 5f8634c Compare August 25, 2024 23:28
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from 5f8634c to c0a7b8d Compare September 15, 2024 21:18
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from c0a7b8d to c2768c9 Compare September 29, 2024 21:27
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 2 times, most recently from 72f8f99 to 696d48c Compare November 3, 2024 21:03
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from 696d48c to 0155ebd Compare November 17, 2024 22:27
Copy link

sonarcloud bot commented Nov 17, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants