Fix runloop timing error during record delete #19
Annotations
14 errors and 2 warnings
lint:
ember-data-types/q/record-data-store-wrapper.ts#L1
Run autofix to sort these imports!
|
lint:
ember-data-types/q/record-data-store-wrapper.ts#L8
Replace `"@ember-data/adapter"` with `'@ember-data/adapter'`
|
lint:
ember-data-types/q/record-data.ts#L17
Replace `,` with `;`
|
lint:
ember-data-types/q/record-data.ts#L18
Insert `;`
|
lint:
ember-data-types/q/record-data.ts#L19
Insert `;`
|
lint:
ember-data-types/q/record-data.ts#L98
Replace `identifier:·StableRecordIdentifier,·propertyName:·string,·oldValue:·unknown,·newValue:·unknown` with `⏎····identifier:·StableRecordIdentifier,⏎····propertyName:·string,⏎····oldValue:·unknown,⏎····newValue:·unknown⏎··`
|
lint:
ember-data-types/q/record-data.ts#L107
Replace `identifier:·StableRecordIdentifier,·propertyName:·string` with `⏎····identifier:·StableRecordIdentifier,⏎····propertyName:·string⏎··`
|
|
lint:
packages/model/addon/-private/record-state.ts#L384
Replace `this.isNew·||·this.isDeleted·||·rd.hasDirtyAttrs(this.identifier)·||·rd.hasDirtyRelationships(this.identifier` with `(⏎······this.isNew·||·this.isDeleted·||·rd.hasDirtyAttrs(this.identifier)·||·rd.hasDirtyRelationships(this.identifier)⏎····`
|
lint:
packages/record-data/addon/-private/graph/graph.ts#L1
Run autofix to sort these imports!
|
basic-tests (ubuntu-latest)
Process completed with exit code 1.
|
basic-tests (windows-latest)
The job was canceled because "ubuntu-latest" failed.
|
basic-tests (macos-latest)
The job was canceled because "ubuntu-latest" failed.
|
basic-tests (macos-latest)
The operation was canceled.
|
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@c3b53f6a16e57305370b4ae5a540c2077a1d50dd, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
basic-tests (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@c3b53f6a16e57305370b4ae5a540c2077a1d50dd, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|