Skip to content

Commit 621dfc0

Browse files
pkg: Update validation packages (#3542)
* pkg: Update validation packages * internal: Update snap for latest jest version --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Nathaniel Tucker <[email protected]>
1 parent f1f481c commit 621dfc0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+408
-409
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
"devDependencies": {
5454
"@anansi/babel-preset": "6.2.14",
5555
"@anansi/browserslist-config": "1.7.3",
56-
"@anansi/eslint-plugin": "1.0.49",
57-
"@anansi/jest-preset": "0.11.23",
56+
"@anansi/eslint-plugin": "1.0.50",
57+
"@anansi/jest-preset": "0.11.24",
5858
"@babel/cli": "7.28.3",
5959
"@babel/core": "7.28.4",
6060
"@babel/node": "7.28.0",
@@ -71,7 +71,7 @@
7171
"@testing-library/jest-dom": "^6.6.3",
7272
"@testing-library/react": "16.3.0",
7373
"@testing-library/react-hooks": "8.0.1",
74-
"@testing-library/react-native": "13.2.2",
74+
"@testing-library/react-native": "13.3.3",
7575
"@types/jest": "30.0.0",
7676
"@types/node": "22.17.1",
7777
"@types/react": "19.1.10",
@@ -85,7 +85,7 @@
8585
"coveralls": "^3.1.0",
8686
"cpy-cli": "5.0.0",
8787
"downlevel-dts": "^0.10.0",
88-
"eslint": "9.33.0",
88+
"eslint": "9.35.0",
8989
"globals": "^16.0.0",
9090
"ignore-styles": "^5.0.1",
9191
"jest": "^30.0.0",

packages/core/src/controller/__tests__/__snapshots__/get.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`Controller.get() Query+All based on args 1`] = `
44
[

packages/core/src/controller/__tests__/__snapshots__/getResponse.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`Controller.getResponse() denormalizes schema with extra members but not set 1`] = `
44
{

packages/core/src/manager/__tests__/__snapshots__/pollingSubscription.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`PollingSubscription fresh data cleanup() should not run even if interval not cancelled 1`] = `
44
[

packages/core/src/state/__tests__/__snapshots__/reducer.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`reducer should set error in meta for "set" 1`] = `
44
{

packages/endpoint/src/__tests__/__snapshots__/endpoint.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`Endpoint (CSP false) Function should console.error with autoname failures 1`] = `
44
[

packages/endpoint/src/schemas/__tests__/__snapshots__/Collection.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`CollectionSchema denormalization denormalizes nested collections 1`] = `
44
User {

packages/endpoint/src/schemas/__tests__/__snapshots__/Entity.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`Entity denormalization can denormalize already partially denormalized data 1`] = `
44
Menu {

packages/endpoint/src/schemas/__tests__/__snapshots__/EntityMixin.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`EntityMixin construction pk should fail with no id and pk unspecified 1`] = `
44
"Missing usable primary key when normalizing response.

packages/endpoint/src/schemas/__tests__/__snapshots__/Invalidate.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`Invalidate denormalization input (direct) schema construction (class) denormalize removes deleted entries in array 1`] = `[]`;
44

0 commit comments

Comments
 (0)