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) #509

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 7, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@ember/string ^3.1.1 -> ^4.0.0 age adoption passing confidence
@ember/test-helpers ^3.2.0 -> ^4.0.0 age adoption passing confidence
@embroider/addon-dev (source) 3.2.0 -> 7.1.0 age adoption passing confidence
@embroider/test-setup (source) ^3.0.1 -> ^4.0.0 age adoption passing confidence
@embroider/webpack (source) 3.1.4 -> 4.0.8 age adoption passing confidence
@glimmer/component ^1.1.2 -> ^2.0.0 age adoption passing confidence
@nullvoxpopuli/eslint-configs ^3.2.0 -> ^4.0.0 age adoption passing confidence
@rollup/plugin-node-resolve (source) ^15.1.0 -> ^16.0.0 age adoption passing confidence
@rollup/plugin-typescript (source) ^11.1.2 -> ^12.0.0 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) ^5.61.0 -> ^8.0.0 age adoption passing confidence
@typescript-eslint/parser (source) ^5.61.0 -> ^8.0.0 age adoption passing confidence
concurrently ^8.2.0 -> ^9.0.0 age adoption passing confidence
ember-cli (source) ~5.1.0 -> ~6.0.0 age adoption passing confidence
ember-cli-app-version ^6.0.1 -> ^7.0.0 age adoption passing confidence
ember-cli-babel ^7.26.11 -> ^8.0.0 age adoption passing confidence
ember-load-initializers ^2.1.2 -> ^3.0.0 age adoption passing confidence
ember-page-title (source) ^7.0.0 -> ^8.0.0 age adoption passing confidence
ember-qunit ^7.0.0 -> ^9.0.0 age adoption passing confidence
ember-resolver ^11.0.0 -> ^13.0.0 age adoption passing confidence
ember-source (source) ~5.1.2 -> ~6.0.0 age adoption passing confidence
ember-template-lint ^5.11.1 -> ^6.0.0 age adoption passing confidence
ember-try ^2.0.0 -> ^3.0.0 age adoption passing confidence
eslint (source) ^8.45.0 -> ^9.0.0 age adoption passing confidence
eslint-config-prettier ^8.8.0 -> ^9.0.0 age adoption passing confidence
eslint-config-prettier ^8.3.0 -> ^9.0.0 age adoption passing confidence
eslint-plugin-ember ^11.10.0 -> ^12.0.0 age adoption passing confidence
eslint-plugin-n ^16.0.1 -> ^17.0.0 age adoption passing confidence
eslint-plugin-prettier ^4.2.1 -> ^5.0.0 age adoption passing confidence
prettier (source) ^2.8.7 -> ^3.0.0 age adoption passing confidence
prettier (source) ^2.8.8 -> ^3.0.0 age adoption passing confidence
prettier-plugin-ember-template-tag ^0.3.2 -> ^2.0.0 age adoption passing confidence
qunit-dom ^2.0.0 -> ^3.0.0 age adoption passing confidence
rollup (source) ~3.29.0 -> ~4.28.0 age adoption passing confidence
turbo (source) ^1.10.9 -> ^2.0.0 age adoption passing confidence

Release Notes

emberjs/ember-test-helpers (@​ember/test-helpers)

v3.3.0

Compare Source

🚀 Enhancement
Committers: 1

v3.2.1: Release 3.2.1

Compare Source

🐛 Bug Fix
Committers: 1
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.
NullVoxPopuli/eslint-configs (@​nullvoxpopuli/eslint-configs)

v3.2.2

Compare Source

Patch Changes

v3.2.1

Compare Source

Patch Changes
  • #​496 bca6895 Thanks @​NullVoxPopuli! - ```js
    '@​typescript-eslint/prefer-optional-chain': 'off',

    
    we typically want this one enabled,
    but in a major release of typescript-eslint,
    it began to require that tsconfig.json be passed
    which, means we need to disable the lint.
    in a future release of `@nullvoxpopuli/eslint-configs`,
    we can conditionally add the tsconfig-needing lints
    if a tsconfig path is passed,
    or a local tsconfig.json is present and detected
    
    this capability will align with the upcoming eslint 9
    config in the next major of eslint-configs
    
rollup/plugins (@​rollup/plugin-node-resolve)

v16.0.0

2024-12-15

Breaking Changes
  • feat!: set development or production condition (#​1823)

v15.3.1

2024-12-15

Updates
  • refactor: replace test with includes (#​1787)

v15.3.0

2024-09-23

Features
  • feat: allow preferBuiltins to be a function (#​1694)

v15.2.4

2024-09-22

Updates
  • chore: remove is-builtin-module (#​1735)

v15.2.3

Compare Source

2023-10-08

Bugfixes
  • fix: modulePaths default is not set #​1534

v15.2.2

Compare Source

2023-10-05

Bugfixes
  • fix: ensure rollup 4 compatibility #​1595

v15.2.1

Compare Source

2023-08-22

Bugfixes
  • fix: Implement package exports / imports resolution algorithm according to Node documentation #​1549

v15.2.0

Compare Source

2023-08-17

Features
  • feat: pass original importee to secondary resolve #​1557
rollup/plugins (@​rollup/plugin-typescript)

v12.1.2

2024-12-15

Bugfixes
  • fix: path validation issue in validatePaths function (#​1800)

v12.1.1

2024-10-16

Bugfixes
  • fix: allow for files to be nested in folders within outDir (#​1783)

v12.1.0

2024-09-22

Features
  • feat: add transformers factory. (#​1668)

v12.0.0

2024-09-22

Breaking Changes
  • fix!: correctly resolve filenames of declaration files for output.file (#​1728)

v11.1.6

2024-01-09

Bugfixes
  • fix: Ensure rollup 4 compatibility (#​1658)

v11.1.5

Compare Source

2023-10-05

Bugfixes
  • fix: ensure rollup 4 compatibility #​1595

v11.1.4

Compare Source

2023-09-25

Bugfixes
  • fix: fix sourcemap sourcecontent referencing non-existent files #​1571

v11.1.3

Compare Source

2023-08-26

Bugfixes
  • fix: emit declaration files for type-only source files that are not explicitly included #​1555
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.18.1

Compare Source

🩹 Fixes
  • scope-manager: visit params decorator before nest scope (#​10475)
  • eslint-plugin: [no-unnecessary-condition] better message when comparing between literal types (#​10454)
  • eslint-plugin: use consistent naming for asserting types and casting values (#​10472)
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] flag values of a type parameter with boolean type constraints (#​10474)
  • eslint-plugin: handle string like index type (#​10460)
  • eslint-plugin: [no-unnecessary-template-expression] don't report when an expression includes comment (#​10444)
❤️ Thank You

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

v8.18.0

Compare Source

🚀 Features
  • eslint-plugin: [switch-exhaustiveness-check] add support for "no default" comment (#​10218)
  • eslint-plugin: [no-deprecated] report on super call of deprecated constructor (#​10397)
🩹 Fixes
  • eslint-plugin: [use-unknown-in-catch-callback-variable] only flag function literals (#​10436)
  • eslint-plugin: [no-base-to-string] handle more robustly when multiple toString() declarations are present for a type (#​10432)
  • eslint-plugin: [no-deprecated] check if a JSX attribute is deprecated (#​10374)
  • typescript peer dependency (#​10373)
❤️ Thank You

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

v8.17.0

Compare Source

🚀 Features
  • eslint-plugin: [prefer-promise-reject-errors] options to allow any and unknown (#​10392)
🩹 Fixes
  • eslint-plugin: [promise-function-async] handle function overloading (#​10304)
  • eslint-plugin: remove references to "extendDefaults" in no-restricted-types (#​10401)
  • eslint-plugin: [no-unnecessary-template-expressions] allow template expressions used to make trailing whitespace visible (#​10363)
❤️ Thank You

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

v8.16.0

Compare Source

🚀 Features
  • 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.


  • 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 added the dependencies label Jan 7, 2024
Copy link

stackblitz bot commented Jan 7, 2024

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

Copy link

changeset-bot bot commented Jan 7, 2024

⚠️ No Changeset found

Latest commit: 594dde6

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot force-pushed the renovate/major-devdependencies branch from 2c39ec8 to f009d83 Compare January 7, 2024 21:22
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 2 times, most recently from f861a1e to 126e2b2 Compare January 21, 2024 21:28
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from 126e2b2 to 9e192ea Compare February 4, 2024 22:16
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 2 times, most recently from 007cc4e to 368149c Compare February 18, 2024 22:38
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 3 times, most recently from faf38a8 to b151ea5 Compare February 25, 2024 22:32
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from b151ea5 to 45d8730 Compare March 17, 2024 23:23
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 2 times, most recently from e8f22b4 to 1535b9d Compare March 31, 2024 22:23
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from 1535b9d to 4384d5c Compare April 7, 2024 22:37
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 3 times, most recently from f2f9e0d to a2ebbbd Compare April 21, 2024 22:56
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 2 times, most recently from d78ed6d to 79894b4 Compare May 5, 2024 22:47
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 3 times, most recently from 16fd48f to 8fe9fb5 Compare May 19, 2024 21:31
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from 8fe9fb5 to 2bd06d6 Compare May 26, 2024 22:12
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 2 times, most recently from 72e7a4c to 768747b Compare June 16, 2024 21:16
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 2 times, most recently from 5650873 to 5fdf4e3 Compare July 7, 2024 21:57
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from 5fdf4e3 to 77825e1 Compare July 14, 2024 22:09
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 2 times, most recently from 3fa0940 to 7442acd Compare July 21, 2024 22:22
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from 7442acd to 151dd0e Compare July 28, 2024 22:32
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 3 times, most recently from bf7923b to 7a3d9e2 Compare August 11, 2024 21:20
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 3 times, most recently from 2a8639f to bf0fc12 Compare September 1, 2024 21:23
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from bf0fc12 to 0714282 Compare September 8, 2024 21:19
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 2 times, most recently from 55a37f6 to 259be98 Compare September 22, 2024 21:28
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from 259be98 to c6e5dae Compare September 29, 2024 22:12
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from c6e5dae to 0f9bc68 Compare October 6, 2024 22:17
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 3 times, most recently from d7001f1 to d624f1c Compare October 13, 2024 23:19
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from d624f1c to 22b2c96 Compare November 3, 2024 21:11
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 2 times, most recently from 957b36c to fe38199 Compare November 17, 2024 21:55
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from fe38199 to d34a33b Compare November 17, 2024 21:58
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from d34a33b to 9a64d91 Compare November 24, 2024 23:02
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 2 times, most recently from 1468cc5 to e0d33a1 Compare December 15, 2024 21:28
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from e0d33a1 to 8020add Compare December 15, 2024 21:33
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from 8020add to 594dde6 Compare December 22, 2024 22:20
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