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

fix(deps): update framework dependencies (major) #1080

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 16, 2021

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@glimmer/component ^1.0.4 -> ^2.0.0 age adoption passing confidence
ember-load-initializers ^2.1.2 -> ^3.0.1 age adoption passing confidence
ember-resolver ^8.0.3 -> ^13.1.0 age adoption passing confidence
ember-source (source) ~3.28.8 -> ~6.1.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.

v1.1.2

Compare Source

  • [BUGFIX] Fix failures in component rendering. - Fixes #​3637

v1.1.1

Compare Source

  • [BUGFIX] Allow Ember.Object.create to accept an Ember.Object.

v1.1.0

  • Make Ember.run.later more flexible with arguments - Fixes #​3072
  • Add assertion upon too many ajaxStop's.
  • [BUGFIX] Fix an issue with concatenatedProperties.
  • [BUGFIX] Throw a sensible exception from SubArray.removeItem when not found.
  • [BUGFIX] Fix evaluateUnboundHelper properties
  • Use Ember.Error consistently.
  • [BUGFIX] Make Component.sendAction behave the same as {{action}} helper.
  • [BUGFIX] Unique reduceComputed dependent keys.
  • Don't allow registration of undefined factories.
  • Decamelize handles strings with numbers
  • [BUGFIX] Allow a reduceComputed to have an undefined initialValue.
  • [BUGFIX] Soft-deprecate mixed binding syntax in view helper
  • Universalize {{view}} helper quoteless binding syntax, prevent id binding
  • disallow container registration if the corresponding singleton lookup has already occurred
  • [BUGFIX] Fix edge case in TrackedArray
  • Remove Route#redirect soft deprecation
  • [BUGFIX] link-to, bound helper issues with arrays of primitives
  • [BUGFIX] Don't use incompatible array methods
  • [BUGFIX] Ember.Object.extend should allow any property
  • [BUGFIX] Fix to return undefined for href of {{link-to}}
  • [BUGFIX] Ember.keys should return own property
  • [BUGFIX] Fixes #​3332 - Array Computed Properties should update synchronously
  • [BUGFIX] Fixes issue when content is undefined for Ember.Select with optgroup
  • [BUGFIX] Ember.SubArray operation composition fix.
  • [BUGFIX] Fire observers for array computed changes.
  • [BUGFIX] Added tests failing for issue #​3331
  • Fix a bug in suspendListeners
  • [BUGFIX] Optimization: Clear the meta cache without using observers.
  • [BUGFIX] Calling replaceIn would incorrectly move views from the hasElement to inDOM
  • [BUGFIX] ReduceComputedProperty ignore invalidated property observers.
  • Set source object as context for callbacks in computed array property
  • allow to inject falsy values like 'false' and 'null'
  • Ember.TargetActionSupport's sendAction should support null as context.
  • Create Ember.libraries for keeping track of versions for debugging. emberjs/data#1051
  • components should declare actions in the actions hash
  • Close #​3307 – Fix unexpected behavior with functions in concatenated properties
  • Add shortcut for whitelisting all modifier keys on {{action}} Modifier key-independent action helper use cases can be less verbose and more future-proof.
  • Only throw an initialValue error if it is null or undefined (i.e. not 0 or some other falsy value)
  • Improve message and logic around UnrecognizedURLError
  • Incorrect error message in router.js
  • Install default error handler on ApplicationRoute#actions, not #events
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
  • #​306 Convert to plain library with explicitModules support (@​ef4)
Committers: 1
ember-cli/ember-resolver (ember-resolver)

v13.1.0

Compare Source

🚀 Enhancement
  • #​986 Extending withModules module to support dynamically added modules (@​ef4)
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
  • #​977 Convert to plain library and drop deprecated behaviors (@​ef4)
🚀 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
🐛 Bug Fix
🚀 Enhancement
  • #​933 Embed @ember/string utils and drop peer dependency on @ember/string (@​lifeart)
🏠 Internal
Committers: 4

v10.1.1: Release 10.1.1

Compare 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
📝 Documentation
🏠 Internal
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.


  • 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 Nov 16, 2021
@renovate renovate bot force-pushed the renovate/major-framework-dependencies branch 15 times, most recently from 32a949b to e3be2bc Compare December 6, 2021 17:52
@renovate renovate bot force-pushed the renovate/major-framework-dependencies branch 5 times, most recently from 162375b to a109183 Compare December 14, 2021 01:39
@renovate renovate bot force-pushed the renovate/major-framework-dependencies branch 8 times, most recently from 7618f83 to fbbe5b3 Compare December 21, 2021 21:21
@renovate renovate bot force-pushed the renovate/major-framework-dependencies branch from fbbe5b3 to bf5cd8a Compare December 26, 2021 23:21
@renovate renovate bot force-pushed the renovate/major-framework-dependencies branch from e69e25a to 4834a11 Compare November 27, 2023 23:05
@renovate renovate bot force-pushed the renovate/major-framework-dependencies branch from 4834a11 to 42cf3b3 Compare December 11, 2023 22:26
@renovate renovate bot force-pushed the renovate/major-framework-dependencies branch from 42cf3b3 to 655e532 Compare January 23, 2024 00:43
Copy link

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@renovate renovate bot force-pushed the renovate/major-framework-dependencies branch from 655e532 to af78928 Compare March 4, 2024 22:27
Copy link

sonarqubecloud bot commented Mar 4, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@renovate renovate bot force-pushed the renovate/major-framework-dependencies branch from af78928 to d8015ac Compare April 15, 2024 20:15
Copy link

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@renovate renovate bot force-pushed the renovate/major-framework-dependencies branch 3 times, most recently from 40cea62 to 29800a9 Compare June 11, 2024 15:17
@renovate renovate bot force-pushed the renovate/major-framework-dependencies branch 2 times, most recently from 37143b6 to 77e3a8e Compare July 13, 2024 06:48
@renovate renovate bot force-pushed the renovate/major-framework-dependencies branch from 77e3a8e to a777d63 Compare August 6, 2024 20:43
@renovate renovate bot force-pushed the renovate/major-framework-dependencies branch from a777d63 to 1f11956 Compare August 19, 2024 19:17
@renovate renovate bot force-pushed the renovate/major-framework-dependencies branch 2 times, most recently from facb683 to 6adbf6c Compare September 16, 2024 07:56
@renovate renovate bot force-pushed the renovate/major-framework-dependencies branch 5 times, most recently from 76665ba to 67f115e Compare September 30, 2024 18:36
@renovate renovate bot force-pushed the renovate/major-framework-dependencies branch from 67f115e to 2398f23 Compare October 29, 2024 15:02
@renovate renovate bot changed the title chore(deps): update framework dependencies (major) fix(deps): update framework dependencies (major) Oct 29, 2024
@renovate renovate bot force-pushed the renovate/major-framework-dependencies branch 2 times, most recently from b31f183 to e09b235 Compare November 15, 2024 20:21
@renovate renovate bot force-pushed the renovate/major-framework-dependencies branch from e09b235 to 65a4e1f Compare November 20, 2024 00:25
@renovate renovate bot force-pushed the renovate/major-framework-dependencies branch from 65a4e1f to 1e4d860 Compare December 23, 2024 22:16
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