evoactivity / ember-fast-marquee

A lightweight Ember component that uses CSS animations to create silky smooth marquees. Inspired by https://github.com/justin-chu/react-fast-marquee
MIT License
7 stars 0 forks source link

chore(deps): update dependency ember-data to ~4.12.0 #66

Open renovate[bot] opened 1 year ago

renovate[bot] commented 1 year ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ember-data (source) ~4.8.0 -> ~4.12.0 age adoption passing confidence

Release Notes

emberjs/data (ember-data) ### [`v4.12.8`](https://redirect.github.com/emberjs/data/releases/tag/v4.12.8): | Backstreet's Back, Alright! [Compare Source](https://redirect.github.com/emberjs/data/compare/v4.12.7...v4.12.8) #### v4.12.8 (2024-05-08) ##### :rocket: Enhancement - [#​9389](https://redirect.github.com/emberjs/data/pull/9389) Backport request, request-utils, store cache-handler changes to 4.12 ([@​gitKrystan](https://redirect.github.com/gitKrystan)) - [#​9386](https://redirect.github.com/emberjs/data/pull/9386) Backport [#​9319](https://redirect.github.com/emberjs/data/issues/9319) to lts-4-12: Add @​ember-data/legacy-compat/builders ([@​gitKrystan](https://redirect.github.com/gitKrystan)) ##### Committers: 1 - Krystan HuffMenne ([@​gitKrystan](https://redirect.github.com/gitKrystan)) ### [`v4.12.7`](https://redirect.github.com/emberjs/data/compare/v4.12.6...v4.12.7) [Compare Source](https://redirect.github.com/emberjs/data/compare/v4.12.6...v4.12.7) ### [`v4.12.6`](https://redirect.github.com/emberjs/data/compare/v4.12.5...v4.12.6) [Compare Source](https://redirect.github.com/emberjs/data/compare/v4.12.5...v4.12.6) ### [`v4.12.5`](https://redirect.github.com/emberjs/data/releases/tag/v4.12.5): | Paw Patrol is on a Roll [Compare Source](https://redirect.github.com/emberjs/data/compare/v4.12.4...v4.12.5) ##### Changelog (2023-12-04) ##### :rocket: Enhancement - [#​9152](https://redirect.github.com/emberjs/data/pull/9152) feat: backport changes in request package from 5.x ([@​runspired](https://redirect.github.com/runspired)) ##### :bug: Bug Fix - [#​9126](https://redirect.github.com/emberjs/data/pull/9126) fix: mutating ManyArray should handle duplicates gracefully ([@​runspired](https://redirect.github.com/runspired) & [@​gitKrystan](https://redirect.github.com/gitKrystan)) - [#​9120](https://redirect.github.com/emberjs/data/pull/9120) fix: make emergent unsupported behaviors safer in prod ([@​runspired](https://redirect.github.com/runspired)) ##### Committers: 1 - Chris Thoburn [@​runspired](https://redirect.github.com/runspired) - Krystan HuffMenne [@​gitKrystan](https://redirect.github.com/gitKrystan) ### [`v4.12.4`](https://redirect.github.com/emberjs/data/releases/tag/v4.12.4): | Old age is just around the bend [Compare Source](https://redirect.github.com/emberjs/data/compare/v4.12.3...v4.12.4) #### Changelog (2023-10-19) ##### :bug: Bug Fix - [#​9012](https://redirect.github.com/emberjs/data/pull/9012) fix: make willCommit slightly safer when race conditions occur ([@​runspired](https://redirect.github.com/runspired)) - [#​8933](https://redirect.github.com/emberjs/data/pull/8933) fix: JSONAPISerializer should not reify empty records ([@​runspired](https://redirect.github.com/runspired)) - [#​8926](https://redirect.github.com/emberjs/data/pull/8926) fix: unloadAll should cleanup live-array membership ([@​runspired](https://redirect.github.com/runspired)) ##### :goal_net: Test - [#​8865](https://redirect.github.com/emberjs/data/pull/8865) test: confirm records unload properly for [#​8863](https://redirect.github.com/emberjs/data/issues/8863) ([@​runspired](https://redirect.github.com/runspired)) ##### Committers: 1 - Chris Thoburn ([@​runspired](https://redirect.github.com/runspired)) ### [`v4.12.3`](https://redirect.github.com/emberjs/data/blob/HEAD/CHANGELOG.md#v4123-2023-07-13) [Compare Source](https://redirect.github.com/emberjs/data/compare/v4.12.2...v4.12.3) ##### :bug: Bug Fix - [#​8708](https://redirect.github.com/emberjs/data/pull/8708) fix: catch errors during didCommit in DEBUG ([@​runspired](https://redirect.github.com/runspired)) - also fix: unloadAll(void) sets RecordArray to isDestroyed [#​8707](https://redirect.github.com/emberjs/data/issues/8707) - also fix: peekAll state can be incorrect if unloadRecord occurs immediately after successful save [#​8709](https://redirect.github.com/emberjs/data/issues/8709) - [#​8704](https://redirect.github.com/emberjs/data/pull/8704) fix: de-dupe coalescing when includes or adapterOptions is present but still use findRecord ([@​runspired](https://redirect.github.com/runspired)) - [#​8705](https://redirect.github.com/emberjs/data/pull/8705) fix: make implicit relationship teardown following delete of related record safe ([@​runspired](https://redirect.github.com/runspired)) - [#​8703](https://redirect.github.com/emberjs/data/pull/8703) fix: [@​ember-data/debug](https://redirect.github.com/ember-data/debug) should declare its peer-dependency on [@​ember-data/store](https://redirect.github.com/ember-data/store) ([@​runspired](https://redirect.github.com/runspired)) ##### Committers: 1 - Chris Thoburn ([@​runspired](https://redirect.github.com/runspired)) ### [`v4.12.2`](https://redirect.github.com/emberjs/data/releases/tag/v4.12.2): LTS - v4.12.2 | With our head above the clouds, fallin' stupid like we're kids [Compare Source](https://redirect.github.com/emberjs/data/compare/v4.12.1...v4.12.2) #### Changelog (2023-07-07) ##### :rocket: Enhancement - [#​8660](https://redirect.github.com/emberjs/data/pull/8660) DX: Nicer backtracking errors ([@​runspired](https://redirect.github.com/runspired)) ##### :bug: Bug Fix - [#​8686](https://redirect.github.com/emberjs/data/pull/8686) fix: unloadAll(void) should not destroy the notification manager (backports [#​8684](https://redirect.github.com/emberjs/data/issues/8684)) ([@​runspired](https://redirect.github.com/runspired)) ##### Committers: 1 - Chris Thoburn ([@​runspired](https://redirect.github.com/runspired)) ### [`v4.12.1`](https://redirect.github.com/emberjs/data/blob/HEAD/CHANGELOG.md#LTS-4121-2023-06-29) [Compare Source](https://redirect.github.com/emberjs/data/compare/v4.12.0...v4.12.1) ##### :bug: Bug Fix - [#​8656](https://redirect.github.com/emberjs/data/pull/8656) fix: NotificationManager should only invoke resource/document callbacks owned by the originating store ([#​8649](https://redirect.github.com/emberjs/data/issues/8649)) ([@​runspired](https://redirect.github.com/runspired)) - [#​8571](https://redirect.github.com/emberjs/data/pull/8571) \[backport / release] Fix: don't clear RecordArray if remaining record does not match the removed record ([@​esbanarango](https://redirect.github.com/esbanarango)) - [#​8636](https://redirect.github.com/emberjs/data/pull/8636) fix: backports polymorphism and app-config propagation fixes ([@​runspired](https://redirect.github.com/runspired)) - [#​8618](https://redirect.github.com/emberjs/data/pull/8618) Various Backported Fixes for 4.12 LTS ([@​runspired](https://redirect.github.com/runspired)) ##### Committers: 2 - Chris Thoburn ([@​runspired](https://redirect.github.com/runspired)) - Esteban ([@​esbanarango](https://redirect.github.com/esbanarango)) ### [`v4.12.0`](https://redirect.github.com/emberjs/data/releases/tag/v4.12.0): - Can't Cache This! [Compare Source](https://redirect.github.com/emberjs/data/compare/v4.11.3...v4.12.0)

MC Hammer Dancing to Can't Touch

It might be the last release of the cycle, but this release comes packed with goodies, so here we'll try to unpack a bit of what's changed. #### A Big Step Towards Modern Javascript Build Tooling Support First, while all addons are still shipping as v1-addons, they now look a lot like v2-addons. We're referring to this as "v1-lite". We pre-build them with rollup leaving only the most minimal babel step to be done when included in your app. Generally this should result in applications seeing improved build times and vastly improved embroider support. There are still a few blocking issues in ember-auto-import and embroider before EmberData will be able to flip the switch and ship its packages as v2-addons, but that's what is left at this point: a switch to flip. Many thanks to [@​richgt](https://redirect.github.com/richgt) for his efforts to help us on this journey. #### Documentation Numerous APIs associated with the Cache, Notifications, Identity Management, and Record Lifecycle have new or improved docs. All packages have had their package overviews updated (some extensively, a few just a bit -- for now), and all packages now have a detailed README. Deprecation documentation is now written inline alongside the flags that may be used to control [granular deprecation stripping](https://api.emberjs.com/ember-data/release/modules/@​ember-data%2Fdeprecations). Deprecation documentation will also continue to be added to the deprecation guides, though as of yet the 4.x guides have not been added there (we'd love help with this!). A major focus of the 5.x cycle will be on refining and polishing the documentation for Polaris. A [Quest issue](https://redirect.github.com/emberjs/data/issues/8394) has been opened and we'd love your help! #### [@​ember-data/request](https://redirect.github.com/ember-data/request) has its first Stable Release! This package introduces the RequestManager, a package that can be used independently (but also comes bundled with `ember-data`) that re-envisions how data fetching is managed for both EmberData and applications more broadly. You may want to peruse the [RFC](https://redirect.github.com/emberjs/rfcs/pull/860) or head over and [read its documentation](https://redirect.github.com/emberjs/data/tree/v4.12.0/packages/request#readme) With this release, all existing request flows in EmberData utilize the RequestManager. While Adapters and Serializers will continue to work via the legacy-handler, these concepts are now entirely optional and users should expect that over the course of the 5.x series as the new request management story is further polished that these legacy concepts will be deprecated and removed from the recommended experience. They will, however, likely live on much longer since their implementation is now as an integration into the request-pipeline of the future and as such is something an application could choose to integrate and continue using. #### The Notifications Service has Expanded Capabilities In addition to subscribing to notifications for individual resources, the [notification service](https://api.emberjs.com/ember-data/release/classes/NotificationManager) now enables subscribing to resource added/removed events and Document added/removed events. #### Promises are now Native Promises EmberData now uses native promises for all promise APIs instead of RSVP Promises. This can have some unexpected timing affects, [there's an overview here](https://redirect.github.com/emberjs/data/pull/8487) #### The Cache 2.1 Spec is Implemented What this means in effect is that `store.request` is now a much ... much more powerful API than `store.query`. Requests are capable of providing a cache-key or being cached by URL, with full lifecycle control and notification subscriptions. Documents are a first-class citizen of the Cache and EmberData more broadly, we are no longer just a resource-cache. For the full motivations and a discussion of all the various capabilities this unlocks we recommend reading the [RFC](https://redirect.github.com/emberjs/rfcs/pull/854) To go with this, the `JSON:API` cache previously provided by `@ember-data/record-data` is now upgraded to the 2.1 spec and available as the `@ember-data/json-api` package. While this cache does not yet implement the full suite of cache 2.1 APIs, support for all Cache 2.1 APIs has been added to the store. #### Changelog ##### :rocket: Enhancement - [#​8547](https://redirect.github.com/emberjs/data/pull/8547) feat: Future.abort, additional tests and minor fixes ([@​runspired](https://redirect.github.com/runspired)) - [#​8539](https://redirect.github.com/emberjs/data/pull/8539) feat: Rich Documents ([@​runspired](https://redirect.github.com/runspired)) - [#​8544](https://redirect.github.com/emberjs/data/pull/8544) feat: error documents ([@​runspired](https://redirect.github.com/runspired)) - [#​8471](https://redirect.github.com/emberjs/data/pull/8471) feat: cache.peek() ([@​runspired](https://redirect.github.com/runspired)) - [#​8375](https://redirect.github.com/emberjs/data/pull/8375) feat: Cache.put ([@​runspired](https://redirect.github.com/runspired)) - [#​8456](https://redirect.github.com/emberjs/data/pull/8456) feat: rename cache.pushData to cache.upsert ([@​runspired](https://redirect.github.com/runspired)) - [#​8455](https://redirect.github.com/emberjs/data/pull/8455) chore: rename Cache.sync to Cache.patch to mirror RFC ([@​runspired](https://redirect.github.com/runspired)) - [#​8542](https://redirect.github.com/emberjs/data/pull/8542) feat: full-relationship definitions when scaffolding with blueprints ([@​runspired](https://redirect.github.com/runspired)) - [#​8531](https://redirect.github.com/emberjs/data/pull/8531) feat: stable document identity ([@​runspired](https://redirect.github.com/runspired)) - [#​8518](https://redirect.github.com/emberjs/data/pull/8518) feat: enable request cache without hydration, better error handling by Fetch Handler ([@​runspired](https://redirect.github.com/runspired)) - [#​8501](https://redirect.github.com/emberjs/data/pull/8501) chore: update imports to support RFC tweaks ([@​runspired](https://redirect.github.com/runspired)) - [#​8487](https://redirect.github.com/emberjs/data/pull/8487) feat: relationship fetching as legacy op ([@​runspired](https://redirect.github.com/runspired)) - [#​8484](https://redirect.github.com/emberjs/data/pull/8484) feat: break saveRecord up into legacy operations ([@​runspired](https://redirect.github.com/runspired)) - [#​8472](https://redirect.github.com/emberjs/data/pull/8472) feat: Store.request ([@​runspired](https://redirect.github.com/runspired)) - [#​8473](https://redirect.github.com/emberjs/data/pull/8473) chore: remove ember-fetch weirdness ([@​runspired](https://redirect.github.com/runspired)) - [#​8468](https://redirect.github.com/emberjs/data/pull/8468) feat: cache.peek and store.request ([@​runspired](https://redirect.github.com/runspired)) - [#​8458](https://redirect.github.com/emberjs/data/pull/8458) feat: Store.cache and Store.createCache ([@​runspired](https://redirect.github.com/runspired)) - [#​8454](https://redirect.github.com/emberjs/data/pull/8454) feat: public API to support cache insert/remove operations ([@​runspired](https://redirect.github.com/runspired)) - [#​8358](https://redirect.github.com/emberjs/data/pull/8358) feat: Store.notifications ([@​runspired](https://redirect.github.com/runspired)) - [#​8353](https://redirect.github.com/emberjs/data/pull/8353) feat: prebuilt v1 addons ([@​runspired](https://redirect.github.com/runspired)) - [#​8285](https://redirect.github.com/emberjs/data/pull/8285) feat: [@​ember-data/store](https://redirect.github.com/ember-data/store) as v2-lite addon ([@​runspired](https://redirect.github.com/runspired)) - [#​8347](https://redirect.github.com/emberjs/data/pull/8347) feat: don't extend EmberObject/Service for Store ([@​runspired](https://redirect.github.com/runspired)) - [#​8342](https://redirect.github.com/emberjs/data/pull/8342) fix: assign preload data always ([@​runspired](https://redirect.github.com/runspired)) - [#​7668](https://redirect.github.com/emberjs/data/pull/7668) feat: allow .load()ing sync relationships ([@​machty](https://redirect.github.com/machty)) ##### :bug: Bug Fix - [#​8517](https://redirect.github.com/emberjs/data/pull/8517) fix: ensure cache-handler works as expected ([@​runspired](https://redirect.github.com/runspired)) - [#​8511](https://redirect.github.com/emberjs/data/pull/8511) updates to lifetimes service and CacheHandler install ([@​runspired](https://redirect.github.com/runspired)) - [#​8453](https://redirect.github.com/emberjs/data/pull/8453) chore: fix ArrayLike.setObjects deprecation message ([@​runspired](https://redirect.github.com/runspired)) - [#​8435](https://redirect.github.com/emberjs/data/pull/8435) fix: de-cycle ember-concurrency access of promise ([@​runspired](https://redirect.github.com/runspired)) - [#​8400](https://redirect.github.com/emberjs/data/pull/8400) fix: deprecated record-array reject use callback ([@​mrloop](https://redirect.github.com/mrloop)) - [#​8399](https://redirect.github.com/emberjs/data/pull/8399) fix: deprecated record-array rejectBy use optional value if supplied ([@​mrloop](https://redirect.github.com/mrloop)) - [#​8436](https://redirect.github.com/emberjs/data/pull/8436) perf: fix: eliminate SSR/Test memory leak ([@​runspired](https://redirect.github.com/runspired)) - [#​8432](https://redirect.github.com/emberjs/data/pull/8432) fix: ensure classic computed chains support ([@​runspired](https://redirect.github.com/runspired)) - [#​8410](https://redirect.github.com/emberjs/data/pull/8410) fix: add better embroider test and fix embroider compat ([@​mkszepp](https://redirect.github.com/mkszepp)) - [#​8354](https://redirect.github.com/emberjs/data/pull/8354) fix: improve error/deprecation messaging for inverse fields ([@​runspired](https://redirect.github.com/runspired)) - [#​8348](https://redirect.github.com/emberjs/data/pull/8348) fix: don't use isEqual from [@​ember/utils](https://redirect.github.com/ember/utils) for comparing cache values ([@​runspired](https://redirect.github.com/runspired)) - [#​8345](https://redirect.github.com/emberjs/data/pull/8345) fix: give more meaningful error if id matches but is number instead of string ([@​runspired](https://redirect.github.com/runspired)) - [#​8344](https://redirect.github.com/emberjs/data/pull/8344) fix: improve object stringify and verbiage for relationship identifier errors ([@​runspired](https://redirect.github.com/runspired)) - [#​8338](https://redirect.github.com/emberjs/data/pull/8338) fix: json-api-cache should reflect dirty state during save ([@​runspired](https://redirect.github.com/runspired)) - [#​8335](https://redirect.github.com/emberjs/data/pull/8335) fix: .changedAttrs should be empty if no local mutations exist ([@​timmorey](https://redirect.github.com/timmorey)) - [#​8346](https://redirect.github.com/emberjs/data/pull/8346) fix: Schema.eachTransformedAttribute API should match Model.eachTransformedAttribute ([@​runspired](https://redirect.github.com/runspired)) - [#​7900](https://redirect.github.com/emberjs/data/pull/7900) fix: rollbackAttributes|unloadRecord during hasMany forEach should not error ([@​runspired](https://redirect.github.com/runspired)) - [#​8336](https://redirect.github.com/emberjs/data/pull/8336) fix: dont notify RecordArrayManager if deletion already accounted ([@​runspired](https://redirect.github.com/runspired)) - [#​8323](https://redirect.github.com/emberjs/data/pull/8323) fix: Only remove object(s) from record array if in collection [#​8318](https://redirect.github.com/emberjs/data/issues/8318) ([@​rossketron](https://redirect.github.com/rossketron)) - [#​8341](https://redirect.github.com/emberjs/data/pull/8341) fix: add meaningful error and proper rejection for id assertion during createRecord commit ([@​runspired](https://redirect.github.com/runspired)) ##### :shower: Deprecation Removal - [#​8423](https://redirect.github.com/emberjs/data/pull/8423) cleanup: move [@​ember/string](https://redirect.github.com/ember/string) to ember-data peer-dependencies ([@​runspired](https://redirect.github.com/runspired)) - [#​8412](https://redirect.github.com/emberjs/data/pull/8412) cleanup: Switch all uses of `@ember/error` to native Error ([@​chriskrycho](https://redirect.github.com/chriskrycho)) ##### :memo: Documentation - [#​8548](https://redirect.github.com/emberjs/data/pull/8548) docs: updates to deprecation guides for remaining 4.x deprecations ([@​runspired](https://redirect.github.com/runspired)) - [#​8538](https://redirect.github.com/emberjs/data/pull/8538) chore: mark legacy docs as legacy ([@​runspired](https://redirect.github.com/runspired)) - [#​8537](https://redirect.github.com/emberjs/data/pull/8537) feat: documentation for Model, the RequestStateService + some docs fixes ([@​runspired](https://redirect.github.com/runspired)) - [#​8534](https://redirect.github.com/emberjs/data/pull/8534) feat: Store and Graph READMEs + Store Overview ([@​runspired](https://redirect.github.com/runspired)) - [#​8533](https://redirect.github.com/emberjs/data/pull/8533) Feat: README files for Debug, Adapter and Serializer ([@​runspired](https://redirect.github.com/runspired)) - [#​8526](https://redirect.github.com/emberjs/data/pull/8526) docs: small cleanups for style ([@​runspired](https://redirect.github.com/runspired)) - [#​8505](https://redirect.github.com/emberjs/data/pull/8505) docs: various documentation cleanup to support new features in 4.12 ([@​runspired](https://redirect.github.com/runspired)) - [#​8513](https://redirect.github.com/emberjs/data/pull/8513) docs: add additional 4.x deprecation guides ([@​runspired](https://redirect.github.com/runspired)) - [#​8511](https://redirect.github.com/emberjs/data/pull/8511) updates to lifetimes service and CacheHandler install ([@​runspired](https://redirect.github.com/runspired)) - [#​8500](https://redirect.github.com/emberjs/data/pull/8500) feat: deprecation guides for most 4.x deprecations ([@​runspired](https://redirect.github.com/runspired)) - [#​8467](https://redirect.github.com/emberjs/data/pull/8467) docs: add module overview for Store ([@​runspired](https://redirect.github.com/runspired)) - [#​8461](https://redirect.github.com/emberjs/data/pull/8461) docs: update READMEs to be more useful ([@​runspired](https://redirect.github.com/runspired)) - [#​8440](https://redirect.github.com/emberjs/data/pull/8440) Correction made to the Model.relatedTypes documentation ([@​Shubhi-73](https://redirect.github.com/Shubhi-73)) ##### :goal_net: Test - [#​8529](https://redirect.github.com/emberjs/data/pull/8529) tests: add tests for meta documents ([@​runspired](https://redirect.github.com/runspired)) - [#​8410](https://redirect.github.com/emberjs/data/pull/8410) fix: add better embroider test and fix embroider compat ([@​mkszepp](https://redirect.github.com/mkszepp)) - [#​8343](https://redirect.github.com/emberjs/data/pull/8343) test: show [#​5882](https://redirect.github.com/emberjs/data/issues/5882) is no longer the case ([@​runspired](https://redirect.github.com/runspired)) - [#​8340](https://redirect.github.com/emberjs/data/pull/8340) test: show that pushing data in can move a record to committed and clean ([@​runspired](https://redirect.github.com/runspired)) - [#​8339](https://redirect.github.com/emberjs/data/pull/8339) test: ensure we do not error if updating the remote state of a locally deleted record ([@​runspired](https://redirect.github.com/runspired)) ##### :house: Internal - [#​8544](https://redirect.github.com/emberjs/data/pull/8544) feat: error documents ([@​runspired](https://redirect.github.com/runspired)) - [#​8540](https://redirect.github.com/emberjs/data/pull/8540) chore: updated/added some test coverage for RecordArray ([@​runspired](https://redirect.github.com/runspired)) - [#​8485](https://redirect.github.com/emberjs/data/pull/8485) chore: fixup some tests ([@​runspired](https://redirect.github.com/runspired)) - [#​8486](https://redirect.github.com/emberjs/data/pull/8486) chore: reduce PR CI noise ([@​runspired](https://redirect.github.com/runspired)) - [#​8479](https://redirect.github.com/emberjs/data/pull/8479) fix fastboot testing ([@​runspired](https://redirect.github.com/runspired)) - [#​8470](https://redirect.github.com/emberjs/data/pull/8470) chore: nicer CI jobs ([@​runspired](https://redirect.github.com/runspired)) - [#​8469](https://redirect.github.com/emberjs/data/pull/8469) chore: reduce CI workload ([@​runspired](https://redirect.github.com/runspired)) - [#​8429](https://redirect.github.com/emberjs/data/pull/8429) chore: ci speedups ([@​runspired](https://redirect.github.com/runspired)) - [#​8476](https://redirect.github.com/emberjs/data/pull/8476) chore: legacy-handler findRecord support ([@​runspired](https://redirect.github.com/runspired)) - [#​8482](https://redirect.github.com/emberjs/data/pull/8482) chore: begin restricting imports ([@​runspired](https://redirect.github.com/runspired)) - [#​8481](https://redirect.github.com/emberjs/data/pull/8481) chore: bump pnpm, remove [@​glimmer/env](https://redirect.github.com/glimmer/env) dependency ([@​runspired](https://redirect.github.com/runspired)) - [#​8462](https://redirect.github.com/emberjs/data/pull/8462) chore: port types from [#​8315](https://redirect.github.com/emberjs/data/issues/8315) ([@​runspired](https://redirect.github.com/runspired)) - [#​8463](https://redirect.github.com/emberjs/data/pull/8463) chore: cleanup RecordData naming remnants ([@​runspired](https://redirect.github.com/runspired)) - [#​8359](https://redirect.github.com/emberjs/data/pull/8359) chore: rebrand RecordData types to Cache ([@​runspired](https://redirect.github.com/runspired)) - [#​8356](https://redirect.github.com/emberjs/data/pull/8356) feat: @​ember-data/json-api/-private/graph => [@​ember-data/graph](https://redirect.github.com/ember-data/graph) ([@​runspired](https://redirect.github.com/runspired)) - [#​8357](https://redirect.github.com/emberjs/data/pull/8357) chore: update package flags ([@​runspired](https://redirect.github.com/runspired)) - [#​8355](https://redirect.github.com/emberjs/data/pull/8355) chore: rename record-data => json-api ([@​runspired](https://redirect.github.com/runspired)) - [#​8504](https://redirect.github.com/emberjs/data/pull/8504) chore: remove canary-features package in favor of type files ([@​richgt](https://redirect.github.com/richgt)) ##### Committers: 9 - Chris Thoburn ([@​runspired](https://redirect.github.com/runspired)) - Ewan McDougall ([@​mrloop](https://redirect.github.com/mrloop)) - Rich Glazerman ([@​richgt](https://redirect.github.com/richgt)) - Snigdha Srivastava ([@​Shubhi-73](https://redirect.github.com/Shubhi-73)) - [@​mkszepp](https://redirect.github.com/mkszepp) - Alex Matchneer ([@​machty](https://redirect.github.com/machty)) - Chris Krycho ([@​chriskrycho](https://redirect.github.com/chriskrycho)) - Ross Ketron ([@​rossketron](https://redirect.github.com/rossketron)) - Timothy Morey ([@​timmorey](https://redirect.github.com/timmorey)) ### [`v4.11.3`](https://redirect.github.com/emberjs/data/releases/tag/v4.11.3): - Roads? Where We're Going ... [Compare Source](https://redirect.github.com/emberjs/data/compare/v4.11.2...v4.11.3) Fixes a memory leak in SSR/Tests and Infinite Recursion bug in develop when yielded/awaited in an ember-concurrency task. ### [`v4.11.2`](https://redirect.github.com/emberjs/data/releases/tag/v4.11.2): - Roads Untraveled [Compare Source](https://redirect.github.com/emberjs/data/compare/v4.11.1...v4.11.2) Bugfixes to resolve major upgrade blockages (computed chains not recalcing, failing builds) ### [`v4.11.1`](https://redirect.github.com/emberjs/data/compare/v4.11.0...v4.11.1) [Compare Source](https://redirect.github.com/emberjs/data/compare/v4.11.0...v4.11.1) ### [`v4.11.0`](https://redirect.github.com/emberjs/data/blob/HEAD/CHANGELOG.md#4110-2023-02-25) [Compare Source](https://redirect.github.com/emberjs/data/compare/v4.10.0...v4.11.0) This is a re-release of 4.10.0 ### [`v4.10.0`](https://redirect.github.com/emberjs/data/compare/v4.9.1...v4.10.0) [Compare Source](https://redirect.github.com/emberjs/data/compare/v4.9.1...v4.10.0) ### [`v4.9.1`](https://redirect.github.com/emberjs/data/releases/tag/v4.9.1): Sea Legs [Compare Source](https://redirect.github.com/emberjs/data/compare/v4.9.0...v4.9.1) #### 4.9.1 (2022-12-03) Note: RequestManager was marked private as a package prior to publishing and did not ship with this version. ##### :bug: Bug Fix - `tracking` - [#​8314](https://redirect.github.com/emberjs/data/pull/8314) fix: tracking package should not declare exports while v1 ([@​runspired](https://redirect.github.com/runspired)) - [#​8308](https://redirect.github.com/emberjs/data/pull/8308) fix: prepack addon tree for embroider ([@​runspired](https://redirect.github.com/runspired)) - `store` - [#​8307](https://redirect.github.com/emberjs/data/pull/8307) fix: use join vs run for deleteRecord destroy of new records ([@​runspired](https://redirect.github.com/runspired)) - [#​8306](https://redirect.github.com/emberjs/data/pull/8306) fix: dont skip LiveArray remove if pending queue is not empty ([@​runspired](https://redirect.github.com/runspired)) ##### :memo: Documentation - Other - [#​8324](https://redirect.github.com/emberjs/data/pull/8324) add [@​ember-data/tracking](https://redirect.github.com/ember-data/tracking) to Advanced Installation ([@​luxzeitlos](https://redirect.github.com/luxzeitlos)) - [#​8316](https://redirect.github.com/emberjs/data/pull/8316) docs: fix typo in README.md ([@​SergeAstapov](https://redirect.github.com/SergeAstapov)) - `store` - [#​8301](https://redirect.github.com/emberjs/data/pull/8301) assert missing crypto.randomUUID ([@​luxzeitlos](https://redirect.github.com/luxzeitlos)) ##### Committers: 3 - Chris Thoburn ([@​runspired](https://redirect.github.com/runspired)) - Lukas Kohler ([@​luxzeitlos](https://redirect.github.com/luxzeitlos)) - Sergey Astapov ([@​SergeAstapov](https://redirect.github.com/SergeAstapov)) ### [`v4.9.0`](https://redirect.github.com/emberjs/data/compare/v4.8.8...v4.9.0) [Compare Source](https://redirect.github.com/emberjs/data/compare/v4.8.8...v4.9.0) ### [`v4.8.8`](https://redirect.github.com/emberjs/data/releases/tag/v4.8.8): - Deceleration Orbits [Compare Source](https://redirect.github.com/emberjs/data/compare/v4.8.7...v4.8.8) Fixes a memory leak in SSR/Tests and Infinite Recursion bug in develop when yielded/awaited in an ember-concurrency task. ### [`v4.8.7`](https://redirect.github.com/emberjs/data/releases/tag/v4.8.7): LTS 4.8.7 - Smoother Pavement [Compare Source](https://redirect.github.com/emberjs/data/compare/v4.8.6...v4.8.7) Bugfixes to resolve major upgrade blockages (computed chains not recalcing, failing builds) ### [`v4.8.6`](https://redirect.github.com/emberjs/data/compare/v4.8.4...v4.8.6) [Compare Source](https://redirect.github.com/emberjs/data/compare/v4.8.4...v4.8.6) ### [`v4.8.4`](https://redirect.github.com/emberjs/data/blob/HEAD/CHANGELOG.md#484-2022-12-03) [Compare Source](https://redirect.github.com/emberjs/data/compare/v4.8.3...v4.8.4) - feat: Promote 4.8 to LTS ### [`v4.8.3`](https://redirect.github.com/emberjs/data/compare/v4.8.2...v4.8.3) [Compare Source](https://redirect.github.com/emberjs/data/compare/v4.8.2...v4.8.3)

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.

šŸ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.