Skip to content

Commit

Permalink
chore(deps): update jest monorepo to v29 (major) (#40)
Browse files Browse the repository at this point in the history
* chore(deps): update jest monorepo to v29

* chore: update jest monorepo to v29

* test(last): update snapshot after bumping jest version

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Aidos Sabit <[email protected]>
  • Loading branch information
renovate[bot] and Aidosmf authored Nov 27, 2023
1 parent 6cda33f commit befedbc
Show file tree
Hide file tree
Showing 8 changed files with 559 additions and 450 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"esbuild": "0.14.49",
"eslint": "7.32.0",
"husky": "8.0.3",
"jest": "28.1.3",
"jest": "29.7.0",
"jest-specific-snapshot": "5.0.0",
"lint-staged": "13.0.3",
"npm-check-updates": "15.3.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/last-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@
"unist-builder": "3.0.0"
},
"devDependencies": {
"@jest/globals": "28.1.3",
"@jest/globals": "29.7.0",
"@lottiefiles/jest-config": "1.0.0",
"@lottiefiles/lottie-types": "1.4.0",
"@types/jest": "28.1.8",
"@types/jest": "29.5.8",
"@types/unist": "2.0.7",
"esbuild": "0.14.49",
"tsup": "6.1.3",
Expand Down
18 changes: 9 additions & 9 deletions packages/last/__tests__/__snapshots__/index.test.ts.snap
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`TITLES should match snapshots: ./__snapshots__/-titles.snap 1`] = `
Object {
"array": Object {
{
"array": {
"outTangentsValue": "out-tangents-value",
},
"boolean": Object {
"boolean": {
"bezierClosed": "bezier-closed",
"collapseTransform": "collapse-transform",
"hasMask": "has-mask",
Expand All @@ -15,7 +15,7 @@ Object {
"splitEnabled": "split-enabled",
"strokeOverFill": "stroke-over-fill",
},
"collection": Object {
"collection": {
"assets": "assets",
"bezierInTangents": "bezier-in-tangents",
"bezierOutTangents": "bezier-out-tangents",
Expand Down Expand Up @@ -53,7 +53,7 @@ Object {
"wrapSize": "wrap-size",
},
"custom": "custom",
"element": Object {
"element": {
"align": "align",
"altitude": "altitude",
"amount": "amount",
Expand Down Expand Up @@ -227,7 +227,7 @@ Object {
"translation": "translation",
"userMetadata": "user-metadata",
},
"intBoolean": Object {
"intBoolean": {
"animated": "animated",
"autoOrient": "auto-orient",
"collapseTransformNew": "collapse-transform-new",
Expand All @@ -241,7 +241,7 @@ Object {
"randomize": "randomize",
"threedimensional": "threedimensional",
},
"number": Object {
"number": {
"adaptiveSampleLimit": "adaptive-sample-limit",
"ascent": "ascent",
"baselineShift": "baseline-shift",
Expand Down Expand Up @@ -395,7 +395,7 @@ Object {
"trimMultipleShapesSimultaneously": "trim-multiple-shapes-simultaneously",
"width": "width",
},
"object": Object {
"object": {
"animatedColor": "animated-color",
"animatedColorStatic": "animated-color-static",
"animatedMultidimensional": "animated-multidimensional",
Expand Down Expand Up @@ -503,7 +503,7 @@ Object {
"textFont": "text-font",
"textRange": "text-range",
},
"string": Object {
"string": {
"assetImageType": "asset-image-type",
"assetType": "asset-type",
"author": "author",
Expand Down
4 changes: 2 additions & 2 deletions packages/last/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@
"type-check": "tsc --noEmit"
},
"devDependencies": {
"@jest/globals": "28.1.3",
"@jest/globals": "29.7.0",
"@lottiefiles/jest-config": "1.0.0",
"@lottiefiles/lottie-types": "1.4.0",
"@types/jest": "28.1.8",
"@types/jest": "29.5.8",
"@types/unist": "2.0.7",
"esbuild": "0.14.49",
"tsup": "6.1.3",
Expand Down
8 changes: 4 additions & 4 deletions packages/relottie-parse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,17 +68,17 @@
"unist-util-is": "5.1.1"
},
"devDependencies": {
"@jest/globals": "28.1.3",
"@jest/globals": "29.7.0",
"@lottiefiles/jest-config": "1.0.0",
"@lottiefiles/lottie-types": "1.4.0",
"@types/jest": "28.1.8",
"@types/jest": "29.5.8",
"@types/jest-specific-snapshot": "0.5.6",
"@types/node": "18.0.4",
"@types/unist": "2.0.7",
"esbuild": "0.14.49",
"jest": "28.1.3",
"jest": "29.7.0",
"jest-specific-snapshot": "5.0.0",
"ts-jest": "28.0.8",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"tsup": "6.1.3",
"typescript": "4.7.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/relottie-stringify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@
"@lottiefiles/last": "workspace:*"
},
"devDependencies": {
"@jest/globals": "28.1.3",
"@jest/globals": "29.7.0",
"@lottiefiles/jest-config": "1.0.0",
"@lottiefiles/last-builder": "workspace:*",
"@lottiefiles/lottie-types": "1.4.0",
"@lottiefiles/relottie-parse": "workspace:*",
"@types/jest": "28.1.8",
"@types/jest": "29.5.8",
"@types/node": "18.0.4",
"@types/unist": "2.0.7",
"esbuild": "0.14.49",
Expand Down
4 changes: 2 additions & 2 deletions packages/relottie/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@
"unified": "10.1.2"
},
"devDependencies": {
"@jest/globals": "28.1.3",
"@jest/globals": "29.7.0",
"@lottiefiles/jest-config": "1.0.0",
"@types/jest": "28.1.8",
"@types/jest": "29.5.8",
"@types/jest-specific-snapshot": "0.5.6",
"@types/node": "18.0.4",
"@types/unist": "2.0.7",
Expand Down
Loading

0 comments on commit befedbc

Please sign in to comment.