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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 31, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@embroider/addon-dev (source) ^5.0.0 -> ^7.0.0 age adoption passing confidence
@glimmer/component ^1.1.2 -> ^2.0.0 age adoption passing confidence
eslint (source) ^8.57.0 -> ^9.0.0 age adoption passing confidence
rollup (source) ^3.29.5 -> ^4.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.
eslint/eslint (eslint)

v9.15.0

Compare Source

v9.14.0

Compare Source

v9.13.0

Compare Source

v9.12.0

Compare Source

Features

Bug Fixes

Documentation

  • ecbd522 docs: Mention code explorer (#​18978) (Nicholas C. Zakas)
  • 7ea4ecc docs: Clarifying the Use of Meta Objects (#​18697) (Amaresh S M)
  • d3e4b2e docs: Clarify how to exclude .js files (#​18976) (Milos Djermanovic)
  • 57232ff docs: Mention plugin-kit in language docs (#​18973) (Nicholas C. Zakas)
  • b80ed00 docs: Update README (GitHub Actions Bot)
  • cb69ab3 docs: Update README (GitHub Actions Bot)
  • 7fb0d95 docs: Update README (GitHub Actions Bot)
  • 493348a docs: Update README (GitHub Actions Bot)
  • 87a582c docs: fix typo in id-match rule (#​18944) (Jay)

Chores

v9.11.1

Compare Source

v9.11.0

Compare Source

Features

  • ec30c73 feat: add "eslint/universal" to export Linter (#​18883) (唯然)
  • c591da6 feat: Add language to types (#​18917) (Nicholas C. Zakas)
  • 492eb8f feat: limit the name given to ImportSpecifier in id-length (#​18861) (Tanuj Kanti)
  • 19c6856 feat: Add no-useless-constructor suggestion (#​18799) (Jordan Thomson)
  • a48f8c2 feat: add type FormatterFunction, update LoadedFormatter (#​18872) (Francesco Trotta)

Bug Fixes

  • 5e5f39b fix: add missing types for no-restricted-exports rule (#​18914) (Kristóf Poduszló)
  • 8f630eb fix: add missing types for no-param-reassign options (#​18906) (Kristóf Poduszló)
  • d715781 fix: add missing types for no-extra-boolean-cast options (#​18902) (Kristóf Poduszló)
  • 2de5742 fix: add missing types for no-misleading-character-class options (#​18905) (Kristóf Poduszló)
  • c153084 fix: add missing types for no-implicit-coercion options (#​18903) (Kristóf Poduszló)
  • fa11b2e fix: add missing types for no-empty-function options (#​18901) (Kristóf Poduszló)
  • a0deed1 fix: add missing types for camelcase options (#​18897) (Kristóf Poduszló)

Documentation

  • e4e5709 docs: correct prefer-object-has-own type definition comment (#​18924) (Nitin Kumar)
  • 91cbd18 docs: add unicode abbreviations in no-irregular-whitespace rule (#​18894) (Alix Royere)
  • 59cfc0f docs: clarify resultsMeta in LoadedFormatter type (#​18881) (Milos Djermanovic)
  • adcc50d docs: Update README (GitHub Actions Bot)
  • 4edac1a docs: Update README (GitHub Actions Bot)

Build Related

  • 959d360 build: Support updates to previous major versions (#​18871) (Milos Djermanovic)

Chores

v9.10.0

Compare Source

v9.9.1

Compare Source

v9.9.0

Compare Source

Features

  • 41d0206 feat: Add support for TS config files (#​18134) (Arya Emami)
  • 3a4eaf9 feat: add suggestion to require-await to remove async keyword (#​18716) (Dave)

Documentation

  • 9fe068c docs: how to author plugins with configs that extend other configs (#​18753) (Alec Gibson)
  • 48117b2 docs: add version support page in the side navbar (#​18738) (Amaresh S M)
  • fec2951 docs: add version support page to the dropdown (#​18730) (Amaresh S M)
  • 38a0661 docs: Fix typo (#​18735) (Zaina Al Habash)
  • 3c32a9e docs: Update yarn command for creating ESLint config (#​18739) (Temitope Ogunleye)
  • f9ac978 docs: Update README (GitHub Actions Bot)

Chores

v9.8.0

Compare Source

v9.7.0

Compare Source

Features

  • 7bd9839 feat: add support for es2025 duplicate named capturing groups (#​18630) (Yosuke Ota)
  • 1381394 feat: add regex option in no-restricted-imports (#​18622) (Nitin Kumar)

Bug Fixes

  • 14e9f81 fix: destructuring in catch clause in no-unused-vars (#​18636) (Francesco Trotta)

Documentation

  • 9f416db docs: Add Powered by Algolia label to the search. (#​18633) (Amaresh S M)
  • c8d26cb docs: Open JS Foundation -> OpenJS Foundation (#​18649) (Milos Djermanovic)
  • 6e79ac7 docs: loadESLint does not support option cwd (#​18641) (Francesco Trotta)

Chores

v9.6.0

Compare Source

v9.5.0

Compare Source

v9.4.0

Compare Source

v9.3.0

Compare Source

v9.2.0

Compare Source

v9.1.1

Compare Source

v9.1.0

Compare Source

v9.0.0

Compare Source

rollup/rollup (rollup)

v4.27.3

Compare Source

2024-11-18

Bug Fixes
  • Revert object property tree-shaking for now (#​5736)
Pull Requests

v4.27.2

Compare Source

2024-11-15

Bug Fixes
  • Ensure unused variables in patterns are always deconflicted if rendered (#​5728)
Pull Requests

v4.27.1

Compare Source

2024-11-15

Bug Fixes
  • Fix some situations where parameter declarations could put Rollup into an infinite loop (#​5727)
Pull Requests

v4.27.0

Compare Source

2024-11-15

Features
  • Tree-shake unused properties in object literals (#​5420)
Bug Fixes
  • Change hash length limit to 21 to avoid inconsistent hash length (#​5423)
Pull Requests

v4.26.0

Compare Source

2024-11-13

Features
  • Allow to avoid await bundle.close() via explicit resource management in TypeScript (#​5721)
Pull Requests

v4.25.0

Compare Source

2024-11-09

Features
  • Add output.sourcemapDebugIds option to add matching debug ids to sourcemaps and code for tools like Sentry or Rollbar (#​5712)
Bug Fixes
  • Make it easier to manually reproduce base16 hashes by using a more standard base16 conversion algorithm (#​5719)
Pull Requests

v4.24.4

Compare Source

2024-11-04

Bug Fixes
  • Ensure mutations by handlers in Proxy definitions are always respected when tree-shaking (#​5713)
Pull Requests

v4.24.3

Compare Source

2024-10-29

Bug Fixes
  • Slightly reduce memory consumption by specifying fixed array sizes where possible (#​5703)
Pull Requests

v4.24.2

Compare Source

2024-10-27

Bug Fixes
  • Add missing build dependency (#​5705)
Pull Requests

v4.24.1

Compare Source

2024-10-27

Bug Fixes
  • Support running Rollup natively on FreeBSD (#​5698)
Pull Requests

v4.24.0

Compare Source

2024-10-02

Features
  • Support preserving and transpiling JSX syntax (#​5668)
Pull Requests

v4.23.0

Compare Source

2024-10-01

Features
  • Collect all emitted names and originalFileNames for assets (#​5686)
Pull Requests

v4.22.5

Compare Source

2024-09-27

Bug Fixes
  • Allow parsing of certain unicode characters again (#​5674)
Pull Requests

v4.22.4

Compare Source

2024-09-21

Bug Fixes
  • Fix a vulnerability in generated code that affects IIFE, UMD and CJS bundles when run in a browser context (#​5671)
Pull Requests

v4.22.3

Compare Source

2024-09-21

Bug Fixes
  • Ensure that mutations in modules without side effects are observed while properly handling transitive dependencies (#​5669)
Pull Requests

v4.22.2

Compare Source

2024-09-20

Bug Fixes
  • Revert fix for side effect free modules until other issues are investigated (#​5667)
Pull Requests

v4.22.1

Compare Source

2024-09-20

Bug Fixes
  • Revert #​5644 "stable chunk hashes" while issues are being investigated
Pull Requests

v4.22.0

Compare Source

2024-09-19

Features
  • Add additional known global values to avoid access side effects (#​5651)
Bug Fixes
  • Ensure deterministic chunk hash generation despite async renderChunk hook (#​5644)
  • Improve side effect detection when using "smallest" treeshaking preset when imports are optimized away (#​5658)
Pull Requests

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 Pull requests that update a dependency file label Dec 31, 2023
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from 5739f76 to 9cb2278 Compare January 7, 2024 22:27
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 2 times, most recently from b396cc5 to ba73e66 Compare January 21, 2024 21:56
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from ba73e66 to a5b968c Compare February 4, 2024 21:31
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 2 times, most recently from 9d19c16 to f6fb33f Compare February 18, 2024 21:48
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 2 times, most recently from 69b3ae5 to 32f8466 Compare March 10, 2024 22:34
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from 32f8466 to aa0da32 Compare March 17, 2024 21:51
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from aa0da32 to 35e7d3c Compare March 31, 2024 21:46
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from 35e7d3c to 72a28d2 Compare April 14, 2024 23:00
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from 72a28d2 to 73ddbb4 Compare April 28, 2024 23:31
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 2 times, most recently from 9960b25 to fafca8f Compare May 19, 2024 21:37
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from fafca8f to 179e774 Compare June 9, 2024 21:26
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from 179e774 to b37d22c Compare June 23, 2024 22:15
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from b37d22c to b1f1b5a Compare June 30, 2024 22:36
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 2 times, most recently from 35d9a0b to b81d96f Compare July 14, 2024 21:54
Copy link

netlify bot commented Jul 14, 2024

Deploy Preview for ember-sortable canceled.

Name Link
🔨 Latest commit da527b3
🔍 Latest deploy log https://app.netlify.com/sites/ember-sortable/deploys/6743a9ebe7dc86000802ecec

@renovate renovate bot force-pushed the renovate/major-devdependencies branch from b81d96f to 811606f Compare July 21, 2024 21:30
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from 811606f to 55618c2 Compare July 28, 2024 21:54
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from 55618c2 to cc9a72b Compare August 4, 2024 22:35
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from cc9a72b to 06f39b3 Compare August 11, 2024 22:35
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from 06f39b3 to 778fe6d Compare August 25, 2024 22:07
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 2 times, most recently from 3e2fdd6 to 1b815f8 Compare September 29, 2024 21:33
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 2 times, most recently from be270a3 to c3f8641 Compare October 13, 2024 21:49
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from c3f8641 to fbd6e6b Compare November 3, 2024 22:44
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 2 times, most recently from d1d33c4 to 839d21d Compare November 17, 2024 22:10
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from 839d21d to da527b3 Compare November 24, 2024 22:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants