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

chore(deps): update framework dependencies #116

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 21, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@ember/optional-features ^2.0.0 -> ^2.2.0 age adoption passing confidence
@glimmer/component ^1.0.4 -> ^1.1.2 age adoption passing confidence
@glimmer/tracking ^1.0.4 -> ^1.1.2 age adoption passing confidence
ember-resolver ^8.0.3 -> ^8.1.0 age adoption passing confidence
ember-source (source) ~4.2.0 -> ~4.12.4 age adoption passing confidence

Release Notes

emberjs/ember-optional-features (@​ember/optional-features)

v2.2.0

Compare Source

v2.1.0

Compare Source

emberjs/ember.js (@​glimmer/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
glimmerjs/glimmer.js (@​glimmer/tracking)

v1.1.2

Compare Source

v1.1.1

Compare Source

v1.1.0

Compare Source

ember-cli/ember-resolver (ember-resolver)

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 force-pushed the renovate/framework-dependencies branch 2 times, most recently from d18034d to 8c6b07b Compare November 30, 2022 16:37
@renovate renovate bot force-pushed the renovate/framework-dependencies branch 2 times, most recently from ed39cb7 to 4e06073 Compare December 14, 2022 00:22
@renovate renovate bot force-pushed the renovate/framework-dependencies branch from 4e06073 to 15ccc4b Compare December 20, 2022 20:18
@renovate renovate bot force-pushed the renovate/framework-dependencies branch from 15ccc4b to 898a0a0 Compare January 12, 2023 22:21
@renovate renovate bot force-pushed the renovate/framework-dependencies branch from 898a0a0 to 98d35c4 Compare March 18, 2023 14:05
@renovate renovate bot force-pushed the renovate/framework-dependencies branch from 98d35c4 to 55a2fa9 Compare April 17, 2023 09:50
@renovate renovate bot force-pushed the renovate/framework-dependencies branch 4 times, most recently from a52f610 to 0b965d0 Compare May 10, 2023 10:32
@renovate renovate bot force-pushed the renovate/framework-dependencies branch 9 times, most recently from 643f1b6 to c88d8f6 Compare May 11, 2023 14:21
@renovate renovate bot force-pushed the renovate/framework-dependencies branch from c88d8f6 to 23491b5 Compare June 12, 2023 23:00
@renovate renovate bot force-pushed the renovate/framework-dependencies branch 2 times, most recently from 4f0a1c2 to e3036ec Compare June 30, 2023 22:44
@renovate renovate bot force-pushed the renovate/framework-dependencies branch from e3036ec to 81042a8 Compare January 23, 2024 00:45
@renovate renovate bot force-pushed the renovate/framework-dependencies branch from 81042a8 to 80d853e Compare February 21, 2024 16:37
@renovate renovate bot force-pushed the renovate/framework-dependencies branch from 80d853e to 11fedb0 Compare October 26, 2024 19:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants