data icon indicating copy to clipboard operation
data copied to clipboard

A lightweight reactive data library for web applications. Designed over composable primitives.

Results 253 data issues
Sort by recently updated
recently updated
newest added

Build fails on `4.12.0` ### Reproduction - create new ember project: `ember new ember-data-bug --lang en` using `ember-cli: 4.12.1` `node: 18.13.0` - upgrade `ember-data` to `4.12.0` - build fails with...

upstream

## Description ## Notes for the release

For #6103 I forked https://github.com/tibdex/backport and created a version that will work with forked repos. I have opened https://github.com/tibdex/backport/pull/39 but until it is merged I've published the backport bot on...

### Reproduction I'm not sure this is testing the same thing, but it fails in the same way and its the closest I can get to a reproduction, I wasn't...

upstream

improves types for store methods

:dart: canary
:label: feat
typescript

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [bun-types](https://bun.sh) ([source](https://togithub.com/oven-sh/bun/tree/HEAD/packages/bun-types)) | [`^1.1.3` -> `^1.1.7`](https://renovatebot.com/diffs/npm/bun-types/1.1.3/1.1.7) |...

:label: dependencies
:dependabot:

## Description - In previous version we fixed the code for FireFox that can now work in FireFox which has different `.toString()` implementation - This change should make it more...

:dart: canary
:label: chore

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@eslint/js](https://eslint.org) ([source](https://togithub.com/eslint/eslint/tree/HEAD/packages/js)) | [`^8.57.0` -> `^9.9.1`](https://renovatebot.com/diffs/npm/@eslint%2fjs/8.57.0/9.9.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@eslint%2fjs/9.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

:label: dependencies
:dependabot:

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [pnpm](https://pnpm.io) ([source](https://redirect.github.com/pnpm/pnpm)) | [`8.15.9` -> `9.12.2`](https://renovatebot.com/diffs/npm/pnpm/8.15.9/9.12.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/pnpm/9.12.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

:label: dependencies
:dependabot:

A new package for EmberData codemods. The first will be the `legacy-compat-builders` codemod to convert `const foo = await store.findRecord('foo', '1')` to `const { content: foo } = await store.request(findRecord('foo',...

:dart: canary
:label: feat