embermap / ember-cli-tailwind

Adds Tailwind CSS to your app or addon
MIT License
100 stars 33 forks source link

Bump ember-source from 3.11.1 to 3.22.0 #309

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps ember-source from 3.11.1 to 3.22.0.

Release notes

Sourced from ember-source's releases.

v3.22.0

CHANGELOG

  • #19062 / #19068 [FEATURE] Add @ember/destroyable feature from the Destroyables RFC.
  • #18984 / #19067 [FEATURE] Add low-level Cache API per Autotracking Memoization RFC
  • #19086 [FEATURE] Pass transition object to activate/deactivate hooks and events
  • #19094 [BUGFIX] Fix RouterService#isActive() to work with tracking
  • #19163 [BUGFIX] Use args proxy for modifier managers.
  • #19170 [BUGFIX] Make modifier manager 3.22 accept the resolved value directly.
  • #19124 [BUGFIX] Fix rendering engine usage within a fastboot sandbox

v3.22.0-beta.5

CHANGELOG

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

v3.22.0-beta.4

CHANGELOG

  • #19138 [BUGFIX] Fix tag cycles in query parameters
  • #19094 [BUGFIX] Fix RouterService#isActive() to work with tracking
  • #19163 [BUGFIX] Use args proxy for modifier managers.
  • #19164 [BUGFIX] Entangles custom EmberArray implementations when accessed with Ember.get
  • #19170 [BUGFIX] Make modifier manager 3.22 accept the resolved value directly.

v3.22.0-beta.3

CHANGELOG

  • #19124 Fix rendering engine usage within a fastboot sandbox

v3.22.0-beta.2

CHANGELOG

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

v3.22.0-beta.1

CHANGELOG

v3.21.3

CHANGELOG

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

v3.21.2

CHANGELOG

Changelog

Sourced from ember-source's changelog.

v3.22.0 (October 5, 2020)

  • #19062 / #19068 [FEATURE] Add @ember/destroyable feature from the Destroyables RFC.
  • #18984 / #19067 [FEATURE] Add low-level Cache API per Autotracking Memoization RFC
  • #19086 [FEATURE] Pass transition object to activate/deactivate hooks and events
  • #19094 [BUGFIX] Fix RouterService#isActive() to work with tracking
  • #19163 [BUGFIX] Use args proxy for modifier managers.
  • #19170 [BUGFIX] Make modifier manager 3.22 accept the resolved value directly.
  • #19124 [BUGFIX] Fix rendering engine usage within a fastboot sandbox

v3.21.3 (September 30, 2020)

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

v3.21.2 (September 30, 2020)

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

v3.21.1 (August 28, 2020)

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

v3.21.0 (August 24, 2020)

v3.20.5 (August 28, 2020)

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

v3.20.4 (August 11, 2020)

  • #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 (July 30, 2020)

  • #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
Commits
  • ec49c70 Release v3.22.0
  • 388d5c3 Add v3.22.0 to CHANGELOG
  • 0c36fbd Release v3.22.0-beta.5
  • ae3c065 Add v3.22.0-beta.5 to CHANGELOG
  • aae2d18 Release v3.22.0-beta.4 to CHANGELOG
  • 3010b89 Add v3.22.0-beta.4 to CHANGELOG
  • 0c9b556 Add v3.21.3 to CHANGELOG.md.
  • 4a6f931 [BUGFIX lts] Ensures that tracked properties initialize property
  • 5d32401 Add v3.21.2 to CHANGELOG.md.
  • 862f08f Fix invalid import path for WeakSet.
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

Dependabot will not automatically merge this PR because it includes an out-of-range update to a development dependency.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in the `.dependabot/config.yml` file in this repo: - Update frequency - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 3 years ago

Superseded by #311.