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 dependency ember-source to v3.28.12 #11

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Feb 19, 2019

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ember-source (source) 3.7.3 -> 3.28.12 age adoption passing confidence

Release Notes

emberjs/ember.js (ember-source)

v3.28.12

Compare Source

  • #​20388 [BUGFIX] Don't run getters while applying mixins

v3.28.11

Compare Source

  • #​20286 [BUGFIX] Allow class-based helpers in strict-mode

v3.28.10

Compare Source

  • CVE pending Fix a prototype pollution vulnerability in set and setProperties

v3.28.9

Compare Source

  • #​20028 Fix a memory leak in the Router Service class

v3.28.8

Compare Source

  • #​19868 [BUGFIX] Fix a bug with the implicit injections deprecation that meant injecting a store to avoid the deprecation did not work.

v3.28.7

Compare Source

  • #​19854 [BUGFIX] Fix implicit injections deprecation for routes to cover previously missed cases
  • #​19857 [BUGFIX] Improve assert message in default store for when routes have dynamic segments but no model hook

v3.28.6

Compare Source

  • #​19683 Ensure super.willDestroy is called correctly in Router's willDestroy

v3.28.5

Compare Source

  • #​19820 Fix memory leak when looking up non-instantiable objects from the owner

v3.28.4

Compare Source

v3.28.3

Compare Source

v3.28.2

Compare Source

v3.28.1

Compare Source

  • #​20388 [BUGFIX] Don't run getters while applying mixins

v3.28.0

Compare Source

  • #​19697 [BUGFIX] Ensure deserializeQueryParam is called for lazy routes
  • #​19681 [BUGFIX] Restore previous hash behavior
  • #​19685 [BUGFIX] Fix memory leak in RouterService
  • #​19690 [BUGFIX] Deprecates String.prototype.htmlSafe targeting Ember 4.0, as intended by the original deprecation.
  • #​19584 [BUGFIX] Ensure hash objects correctly entangle as dependencies
  • #​19491 [BUGFIX] Fix owner.lookup owner.register behavior with singleton: true option
  • #​19472 [BUGFIX] Prevent transformation of block params called attrs

v3.27.5

Compare Source

  • #​19597 [BIGFIX] Fix <LinkTo> with nested children

v3.27.4

Compare Source

  • #​19594 [BUGFIX] Revert lazy hash changes
  • #​19596 [DOC] Fix "Dormant" addon warning typo

v3.27.3

Compare Source

  • #​19565 [BUGFIX] Ensures that computed can depend on dynamic (hash keys
  • #​19571 [BUGFIX] Extend Route.prototype.transitionTo deprecation until 5.0.0
  • #​19586 [BUGFIX] Fix Embroider compatibility

v3.27.2

Compare Source

  • #​19511 / #​19548 [BUGFIX] Makes the (hash) helper lazy
  • #​19530 [DOC] fix passing params to named blocks examples
  • #​19536 [BUGFIX] Fix computed.* deprecation message to include the correct import path
  • #​19544 [BUGFIX] Use explicit this in helper test blueprints
  • #​19555 [BUGFIX] Improve class based tranform deprecation message
  • #​19557 [BUGFIX] Refine Ember Global deprecation message
  • #​19564 [BUGFIX] Improve computed.* and run.* deprecation message (IE11)

v3.27.1

Compare Source

v3.27.0

Compare Source

v3.26.2

Compare Source

  • #​19683 [BUGFIX] Use super.willDestroy in native classes (instead of this._super)

v3.26.1

Compare Source

v3.26.0

Compare Source

v3.25.4

Compare Source

v3.25.3

Compare Source

  • #​19448 Ensure query params are preserved through an intermediate loading state transition
  • #​19450 Ensure routerService.currentRoute.name and routerService.currentRouteName match during loading states

v3.25.2

Compare Source

  • #​19389 Removes template ids
  • #​19395 [BUGFIX] Ensure <LinkTo> can return a valid href most of the time
  • #​19396 [BUGFIX] Revert deprecation of htmlSafe and isHTMLSafe
  • #​19397 [BUGFIX] Force building Ember bundles when targets.node is defined
  • #​19399 [DOC] Update ArrayProxy Documentation
  • #​19412 / #​19416 [BUGFIX] Update Glimmer VM to 0.77 (fix dynamic helpers/modifiers)

v3.25.1

Compare Source

  • #​19326 / #​19387 [BUGFIX] Fix usage of <LinkTo /> prior to routing (e.g. component rendering tests)

v3.25.0

Compare Source

v3.24.7

Compare Source

  • CVE pending Fix a prototype pollution vulnerability in set and setProperties

v3.24.6

Compare Source

  • glimmerjs/glimmer-vm#1347 Avoid using a nested WeakMap for manager instances for a given owner (makes memory leak debugging easier)

v3.24.5

Compare Source

  • #​19685 Fix memory leak with RouterService under Chrome
  • #​19683 Ensure super.willDestroy is called correctly in Router's willDestroy

v3.24.4

Compare Source

  • #​19477 Allow <LinkToExternal /> to override internal assertion

v3.24.3

Compare Source

  • #​19448 Ensure query params are preserved through an intermediate loading state transition
  • #​19450 Ensure routerService.currentRoute.name and routerService.currentRouteName match during loading states
  • #​19395 [BUGFIX] Ensure <LinkTo> can return a valid href most of the time
  • #​19397 [BUGFIX] Force building Ember bundles when targets.node is defined

v3.24.2

Compare Source

  • #​19326 / #​19387 [BUGFIX] Fix usage of <LinkTo /> prior to routing (e.g. component rendering tests)

v3.24.1

Compare Source

  • #​19337 [BUGFIX] Ensure query param only <LinkTo /> are properly scoped in engines

v3.24.0

Compare Source

v3.23.1

Compare Source

  • #​19282 [BUGFIX] Issue deprecations (instead of assertions) for tracked mutation in constructor during rendering

v3.23.0

Compare Source

v3.22.2

Compare Source

  • #​19282 [BUGFIX] Issue deprecations (instead of assertions) for tracked mutation in constructor during rendering
  • #​19263 [BUGFIX] Remove @dependentKeyCompat assertion

v3.22.1

Compare Source

  • #​19193 [BUGFIX] Ensure @ember/component user lifecycle hooks are untracked
  • #​19197 [BUGFIX] Restore the shadowed property set behavior
  • #​19199 [BUGFIX] Cleans up the DebugRenderTree more thoroughly on errors
  • #​19249 [BUGFIX] Fix issues with query params during intermediate transitions

v3.22.0

Compare Source

v3.21.3

Compare Source

  • #​19172 [BUGFIX] Ensures that tracked properties initialize property

v3.21.2

Compare Source

  • #​19138 [BUGFIX] Fix tag cycles in query parameters
  • #​19164 [BUGFIX] Entangles custom EmberArray implementations when accessed with Ember.get

v3.21.1

Compare Source

  • #​19106 [BUGFIX] Ensure destroy methods on CoreObject are invoked.
  • #​19111 [BUGFIX] Fixes ArrayProxy length reactivity.

v3.21.0

Compare Source

  • #​18993 [DEPRECATION] Deprecate getWithDefault per RFC #​554.
  • #​19087 [BUGFIX] Generated initializer tests no longer causes a deprecation warning
  • #​17571 [BUGFIX] Avoid tampering queryParam argument in RouterService#isActive

v3.20.7

Compare Source

  • #​19406 [BUGFIX] Makes user helper computation lazy instead of eager
  • d462cca7 Update glimmer-vm to fix printing of elements with comments.
  • #​19263 [BUGFIX] Remove @dependentKeyCompat assertion

v3.20.6

Compare Source

  • #​19138 [BUGFIX] Fix tag cycles in query parameters
  • #​19158 [BUGFIX] RouterService#isActive() now consumes currentURL to 3.20
  • #​19164 [BUGFIX] Entangles custom EmberArray implementations when accessed
  • #​19172 / #​19197 [BUGFIX] Ensures that tracked properties initialize property
  • #​19178 [BUGFIX] Allow computeds to have cycles in their deps

v3.20.5

Compare Source

  • #​19106 [BUGFIX] Ensure destroy methods on CoreObject are invoked.
  • #​19111 [BUGFIX] Fixes ArrayProxy length reactivity.

v3.20.4

Compare Source

  • #​19047 Ensure inject-babel-helpers plugin can be parallelized
  • #​19089 Update rendering engine to improve immediate encoding performance
  • #​19082 Simplify mixin application
  • #​19088 Simplify factory instantiation from the container
  • #​19028 Ensure setter CP's with dependent keys on curly components can be two way bound
  • #​19077 Simplify get and improve computed caching scheme.
  • #​19065 / #​19072 - Updates GlimmerVM to improve internal destroyable system and improve tag / revision computation.
  • #​19081 Reduces template compilation size in production builds.

v3.20.3

Compare Source

  • #​19048 [BUGFIX] Update router.js to ensure transition.abort works for query param only transitions
  • #​19059 [BUGFIX] Prevent <base target="_parent"> from erroring in HistoryLocation
  • #​19060 [BUGFIX] Update rendering engine to @glimmer/* 0.55.1
  • #​19063 [DOC] Fix missing docs for {{#in-element}}

v3.20.2

Compare Source

  • #​19056 Update Glimmer rendering engine to 0.54.2. Fixes an issue with (private for now) destroyables work to enable the destroyables polyfill to work more appropriately.

v3.20.1

Compare Source

  • #​19040 [BUGFIX] Fix a memory leak that occurred when changing the array passed to {{each}}

v3.20.0

Compare Source

  • #​18867 / #​18927 / #​18928 [FEATURE] Promote {{in-element}} to public API RFC.
  • #​19025 [BUGFIX] Updates Glimmer VM to 0.54.0
  • #​19021 [BUGFIX] Disallow null/undefined targets in in-element.
  • #​19023 [BUGFIX] Don't access properties during init unless required to prevent unnecessary rendering invalidations.
  • #​18997 [BUGFIX] Fix components <Input> and <Textarea> to work with native class actions correctly.
  • #​18859 [BUGFIX] Fix transitionTo with scoped aliased queryParam.
  • #​18961 [BUGFIX] Remove assertions for updating auto-tracked state without Ember.set / this.set

v3.19.0

Compare Source

  • #​18982 / #​18913 [BUGFIX] Update rendering engine to latest version.
    • Add a compile time error when passing arguments to regular HTML elements (e.g. <a @&#8203;foo=)
    • Fix: Rerender an {{#eachs block only when the specific item has changed
  • #​18958 [BUGFIX] Ensure AST transforms using in-element work properly.
  • #​18960 [BUGFIX] More assertions for Application lifecycle methods
  • #​18919 [BUGFIX] Add error for modifier manager without capabilities.
  • #​18828 [BUGFIX] Prepend 'TODO: ' to 'Replace this with your real tests' comments in generated tests
  • #​18353 [BUGFIX] Improve fn & on undefined callback message
  • #​18824 [CLEANUP] Remove deprecated private window.ENV
  • #​18826 [CLEANUP] Remove deprecated private _setComputedDecorator
  • #​18832 [CLEANUP] Remove deprecated privateimplicit-modifier-manager-capabilities
  • #​18839 [CLEANUP] Updates the VM and autotracking APIs

v3.18.1

Compare Source

  • #​18941 [BUGFIX] Update rendering engine to latest version.
    • Reduce template size growth to near 3.16 levels (still ~ 3% higher than 3.16)
    • Ensures destroyable items added to an {{#each after initial render are invoked properly
    • Fixes an issue with key collisions in {{#each

v3.18.0

Compare Source

v3.17.3

Compare Source

  • #​18857 Pass value through to PROPERTY_DID_CHANGE to avoid calling get when setting values for computed props

v3.17.2

Compare Source

  • #​18837 [BUGFIX] Fix willDestroy on class based helpers.
  • #​18838 [BUGFIX] Ensure destructors (e.g. will-destroy modifier, @ember/components with willDestroyElement, etc) fire when used within an {{#each}} block.

v3.17.1

Compare Source

  • #​18809 [BUGFIX] Do not error (RE: elementId changing) if elementId is not changed
  • #​18831 [BUGFIX] Fix transpilation issues (e.g. _createSuper is not a function) when used with Babel 7.9.0+.

v3.17.0

Compare Source

  • #​18688 / #​18621 / #​18714 / #​18743 / #​18762 Upgrades Glimmer VM to 0.47.9, fixes ignored checked attribute on input, fixes using array and hash helper together
  • #​18741 [BUGFIX] Don't setup mandatory setters on array indexes
  • #​18767 [BUGFIX] Fix observer leaks
  • #​18770 [BUGFIX] Make ArrayProxy Lazy
  • #​18780 [BUGFIX] Fix ownerInjection when used to create services directly
  • #​18742 [BUGFIX] Fix setDiff computed macro used within glimmer component
  • #​18727 [BUGFIX] Avoid breaking {{-in-element}} usage
  • #​18728 [BUGFIX] Fix {{#-in-element}} double-clearing issue
  • #​18703 [BUGFIX] Correctly links ArrayProxy tags to arrangedContent
  • #​18707 [BUGFIX] Fixes tag chaining on Proxy mixins
  • #​18708 [BUGFIX] Ensures the arg proxy works with get
  • #​18694 [BUGFIX] Ensure tag updates are buffered, remove error message
  • #​18709 [BUGFIX] Fix this in @tracked initializer

v3.16.10

Compare Source

  • #​19028 [BUGFIX] Ensure setter CP's with dependent keys on curly components can be two way bound

v3.16.9

Compare Source

  • #​19001 [BUGFIX] Invoke methods correctly in TextSupport sendAction
  • #​19023 [BUGFIX] Avoid over eager property access during init
  • #​19048 [BUGFIX] Update router.js to ensure transition.abort works for query param only transitions
  • #​19057 [BUGFIX] Parallelize inject-babel-helpers plugin
  • #​19059 [BUGFIX] Prevent <base target="_parent"> from erroring in HistoryLocation

v3.16.8

Compare Source

  • #​18879 Ensure errors thrown during component construction do not cause (unrelated) errors during application teardown (fixes a common issue when using setupOnerror with components asserting during constructor/init/didInsertElement).

v3.16.7

Compare Source

  • #​18854 Pass value through to PROPERTY_DID_CHANGE to avoid calling get when setting values for computed props

v3.16.6

Compare Source

v3.16.5

Compare Source

  • #​18831 [BUGFIX] Fix transpilation issues (e.g. _createSuper is not a function) when used with Babel 7.9.0+.

v3.16.4

Compare Source

  • #​18741 [BUGFIX] Don't setup mandatory setters on array indexes
  • #​18742 [BUGFIX] Fix setDiff computed macro used within glimmer component
  • #​18767 [BUGFIX] Fix observer leaks.
  • #​18780 [BUGFIX] Fix owner.ownerInjection() when used to create services directly
  • #​18810 [BUGFIX] Do not error (RE: elementId changing) if elementId is not changed

v3.16.3

Compare Source

  • #​18730 Workaround for the Glimmer VM bug which encodes/decodes integer literals correctly.

v3.16.2

Compare Source

  • #​18721 [BUGFIX] Backport autotracking bugfixes
  • #​18729 [BUGFIX] Remove deprecation for instantiation of new singleton instances (e.g. a service) during teardown (originally added in 3.16.1 by #​18717).

v3.16.1

Compare Source

  • #​19028 [BUGFIX] Ensure setter CP's with dependent keys on curly components can be two way bound

v3.16.0

Compare Source

  • #​18436 [DEPRECATION] Deprecate globals resolver per RFC #​331.
  • #​18668 [BUGFIX] Fix some scenarios where the "backtracking assertion" would be thrown by consuming tags after fully getting values
  • #​18651 [BUGFIX] Async functions were incorrectly treated as falsey in template conditionals

v3.15.0

Compare Source

v3.14.3

Compare Source

  • #​18582 [BUGFIX] Ensure loader.js is transpiled to the applications specified targets (from config/targets.js).

v3.14.2

Compare Source

  • #​18539 / #​18548 [BUGFIX] Fix issues with the new APIs to be used by ember-inspector for building the "component's tree" including @glimmer/component.
  • #​18549 [BUGFIX] Add component reference to the mouse event handler deprecation warnings.

v3.14.1

Compare Source

  • #​18244 [BUGFIX] Fix query param assertion when using the router services transitionTo to redirect during an existing transition.

v3.14.0

Compare Source

v3.13.4

Compare Source

  • #​18476 [BUGFIX] Ensure model can be observed by sync observers.
  • #​18477 [BUGFIX] Allows @​each to work with arrays that contain falsy values.
  • #​18500 [BUGFIX] Remove requirement for disabling jquery-integration in Octane.

v3.13.3

Compare Source

  • #​18462 [BUGFIX] Prevents observer re-entry.

v3.13.2

[Compare Source](https://to


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title Update dependency ember-source to v3.8.0 Update dependency ember-source to v3.9.0 Apr 2, 2019
@renovate renovate bot force-pushed the renovate/ember-source-3.x branch from b980cee to b1b996b Compare April 2, 2019 05:43
@renovate renovate bot changed the title Update dependency ember-source to v3.9.0 Update dependency ember-source to v3.9.1 Apr 9, 2019
@renovate renovate bot force-pushed the renovate/ember-source-3.x branch from b1b996b to c90ab80 Compare April 9, 2019 17:30
@renovate renovate bot force-pushed the renovate/ember-source-3.x branch from c90ab80 to 61650f8 Compare May 19, 2019 05:58
@renovate renovate bot changed the title Update dependency ember-source to v3.9.1 Update dependency ember-source to v3.10.0 May 19, 2019
@renovate renovate bot force-pushed the renovate/ember-source-3.x branch from 61650f8 to e923fa7 Compare June 19, 2019 11:57
@renovate renovate bot changed the title Update dependency ember-source to v3.10.0 Update dependency ember-source to v3.10.2 Jun 19, 2019
@renovate renovate bot force-pushed the renovate/ember-source-3.x branch from e923fa7 to 7d0b67d Compare July 13, 2019 04:53
@renovate renovate bot changed the title Update dependency ember-source to v3.10.2 Update dependency ember-source to v3.11.1 Jul 13, 2019
@renovate renovate bot force-pushed the renovate/ember-source-3.x branch from 7d0b67d to 2c348ed Compare August 10, 2019 09:53
@renovate renovate bot changed the title Update dependency ember-source to v3.11.1 Update dependency ember-source to v3.12.0 Aug 10, 2019
@renovate renovate bot force-pushed the renovate/ember-source-3.x branch from 2c348ed to 2f78d7e Compare October 5, 2019 10:51
@renovate renovate bot changed the title Update dependency ember-source to v3.12.0 Update dependency ember-source to v3.13.2 Oct 5, 2019
@renovate renovate bot force-pushed the renovate/ember-source-3.x branch from 2f78d7e to eb6d7b5 Compare November 12, 2019 11:00
@renovate renovate bot changed the title Update dependency ember-source to v3.13.2 Update dependency ember-source to v3.14.1 Nov 12, 2019
@renovate renovate bot force-pushed the renovate/ember-source-3.x branch from eb6d7b5 to c7abecb Compare November 21, 2019 11:42
@renovate renovate bot changed the title Update dependency ember-source to v3.14.1 Update dependency ember-source to v3.14.2 Nov 21, 2019
@renovate renovate bot force-pushed the renovate/ember-source-3.x branch from c7abecb to 8317e7f Compare December 15, 2019 01:49
@renovate renovate bot changed the title Update dependency ember-source to v3.14.2 Update dependency ember-source to v3.15.0 Dec 15, 2019
@renovate renovate bot force-pushed the renovate/ember-source-3.x branch from 8317e7f to f4e7afc Compare February 8, 2020 18:01
@renovate renovate bot changed the title Update dependency ember-source to v3.15.0 Update dependency ember-source to v3.16.1 Feb 8, 2020
@renovate renovate bot force-pushed the renovate/ember-source-3.x branch from f4e7afc to 58e0b10 Compare February 21, 2020 06:00
@renovate renovate bot changed the title Update dependency ember-source to v3.16.1 Update dependency ember-source to v3.16.3 Feb 21, 2020
@renovate renovate bot force-pushed the renovate/ember-source-3.x branch from 58e0b10 to 4f218cc Compare March 14, 2020 08:58
@renovate renovate bot changed the title Update dependency ember-source to v3.16.3 Update dependency ember-source to v3.17.0 Mar 14, 2020
@renovate renovate bot force-pushed the renovate/ember-source-3.x branch from 4f218cc to 3c41542 Compare April 26, 2020 14:00
@renovate renovate bot changed the title Update dependency ember-source to v3.17.0 Update dependency ember-source to v3.18.0 Apr 26, 2020
@renovate renovate bot force-pushed the renovate/ember-source-3.x branch from 3c41542 to f919684 Compare May 7, 2020 15:53
@renovate renovate bot changed the title Update dependency ember-source to v3.18.0 Update dependency ember-source to v3.18.1 May 7, 2020
@renovate renovate bot changed the title Update dependency ember-source to v3.23.1 Update dependency ember-source to v3.24.0 Jan 7, 2021
@renovate renovate bot force-pushed the renovate/ember-source-3.x branch from f55f145 to b86a1b4 Compare January 23, 2021 11:51
@renovate renovate bot changed the title Update dependency ember-source to v3.24.0 Update dependency ember-source to v3.24.1 Jan 23, 2021
@renovate renovate bot force-pushed the renovate/ember-source-3.x branch from b86a1b4 to e36eecb Compare February 9, 2021 04:51
@renovate renovate bot changed the title Update dependency ember-source to v3.24.1 Update dependency ember-source to v3.25.0 Feb 9, 2021
@renovate renovate bot force-pushed the renovate/ember-source-3.x branch from e36eecb to 2166f42 Compare February 10, 2021 20:56
@renovate renovate bot changed the title Update dependency ember-source to v3.25.0 Update dependency ember-source to v3.25.1 Feb 10, 2021
@renovate renovate bot force-pushed the renovate/ember-source-3.x branch from 2166f42 to 430a2ce Compare April 26, 2021 13:10
@renovate renovate bot changed the title Update dependency ember-source to v3.25.1 Update dependency ember-source to v3.26.1 Apr 26, 2021
@renovate renovate bot force-pushed the renovate/ember-source-3.x branch from 430a2ce to 06d481f Compare May 9, 2021 20:46
@renovate renovate bot changed the title Update dependency ember-source to v3.26.1 Update dependency ember-source to v3.27.0 May 9, 2021
@renovate renovate bot force-pushed the renovate/ember-source-3.x branch from 06d481f to 0c33003 Compare May 15, 2021 20:18
@renovate renovate bot changed the title Update dependency ember-source to v3.27.0 Update dependency ember-source to v3.27.1 May 15, 2021
@renovate renovate bot force-pushed the renovate/ember-source-3.x branch from 0c33003 to ea24d1f Compare June 6, 2021 21:53
@renovate renovate bot changed the title Update dependency ember-source to v3.27.1 Update dependency ember-source to v3.27.3 Jun 6, 2021
@renovate renovate bot force-pushed the renovate/ember-source-3.x branch from ea24d1f to 2a8c87f Compare June 17, 2021 09:11
@renovate renovate bot changed the title Update dependency ember-source to v3.27.3 Update dependency ember-source to v3.27.5 Jun 17, 2021
@renovate renovate bot force-pushed the renovate/ember-source-3.x branch from 2a8c87f to 3aa16f9 Compare October 19, 2021 02:48
@renovate renovate bot changed the title Update dependency ember-source to v3.27.5 Update dependency ember-source to v3.28.1 Oct 19, 2021
@renovate renovate bot force-pushed the renovate/ember-source-3.x branch from 3aa16f9 to 802440c Compare March 7, 2022 08:53
@renovate renovate bot changed the title Update dependency ember-source to v3.28.1 Update dependency ember-source to v3.28.8 Mar 7, 2022
@renovate renovate bot force-pushed the renovate/ember-source-3.x branch from 802440c to 7cecc8c Compare April 24, 2022 17:28
@renovate renovate bot changed the title Update dependency ember-source to v3.28.8 Update dependency ember-source to v3.28.9 Apr 24, 2022
@renovate renovate bot force-pushed the renovate/ember-source-3.x branch from 7cecc8c to 4b2566b Compare November 20, 2022 08:42
@renovate renovate bot changed the title Update dependency ember-source to v3.28.9 Update dependency ember-source to v3.28.10 Nov 20, 2022
@renovate renovate bot force-pushed the renovate/ember-source-3.x branch from 4b2566b to 96b2b09 Compare March 17, 2023 22:05
@renovate renovate bot changed the title Update dependency ember-source to v3.28.10 Update dependency ember-source to v3.28.11 Mar 17, 2023
@renovate renovate bot force-pushed the renovate/ember-source-3.x branch from 96b2b09 to f714353 Compare May 28, 2023 09:33
@renovate renovate bot changed the title Update dependency ember-source to v3.28.11 Update dependency ember-source to v3.28.12 May 28, 2023
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.

None yet

0 participants