From a2835854ac2e4b889d76bc87572164758b09988c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 10:01:09 +0000 Subject: [PATCH] pkg: Update all non-major dependencies --- .circleci/config.yml | 2 +- examples/benchmark/package.json | 2 +- examples/github-app/package-lock.json | 20 ++--- examples/github-app/package.json | 2 +- examples/nextjs/package-lock.json | 14 ++-- examples/nextjs/package.json | 2 +- examples/todo-app/package-lock.json | 6 +- package.json | 4 +- website/package.json | 2 +- yarn.lock | 114 +++++++++++++------------- 10 files changed, 84 insertions(+), 84 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2ac92d4f7888..0321154dc7a0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,7 +7,7 @@ jobs: setup: docker: &docker # specify the version you desire here - - image: cimg/node:22.8 + - image: cimg/node:22.9 resource_class: large steps: - checkout: diff --git a/examples/benchmark/package.json b/examples/benchmark/package.json index ad00e0969b74..a8caa17f8011 100644 --- a/examples/benchmark/package.json +++ b/examples/benchmark/package.json @@ -30,7 +30,7 @@ "@babel/node": "7.25.0", "@types/babel__core": "^7", "@types/benchmark": "2.1.5", - "@types/react": "18.3.5", + "@types/react": "18.3.7", "webpack": "^5.76.2", "webpack-cli": "^5.1.4" } diff --git a/examples/github-app/package-lock.json b/examples/github-app/package-lock.json index 8d0697743c37..c9e166d910c8 100644 --- a/examples/github-app/package-lock.json +++ b/examples/github-app/package-lock.json @@ -37,7 +37,7 @@ "@linaria/shaker": "5.0.3", "@types/lodash": "4.14.192", "@types/parse-link-header": "^2.0.0", - "@types/react": "18.3.5", + "@types/react": "18.3.7", "@types/react-dom": "18.3.0", "@types/uuid": "^10.0.0", "react-refresh": "0.14.2", @@ -396,9 +396,9 @@ } }, "node_modules/@ant-design/icons": { - "version": "5.4.0", - "resolved": "https://registry.npmjs.org/@ant-design/icons/-/icons-5.4.0.tgz", - "integrity": "sha512-QZbWC5xQYexCI5q4/fehSEkchJr5UGtvAJweT743qKUQQGs9IH2DehNLP49DJ3Ii9m9CijD2HN6fNy3WKhIFdA==", + "version": "5.5.1", + "resolved": "https://registry.npmjs.org/@ant-design/icons/-/icons-5.5.1.tgz", + "integrity": "sha512-0UrM02MA2iDIgvLatWrj6YTCYe0F/cwXvVE0E2SqGrL7PZireQwgEKTKBisWpZyal5eXZLvuM98kju6YtYne8w==", "license": "MIT", "dependencies": { "@ant-design/colors": "^7.0.0", @@ -3758,9 +3758,9 @@ } }, "node_modules/@data-client/react": { - "version": "0.14.12", - "resolved": "https://registry.npmjs.org/@data-client/react/-/react-0.14.12.tgz", - "integrity": "sha512-2vH3y7sz8kSZR2xtPeqD5SeiQsAiKWxCiD9M4gYeSNi265r9lIufakdQdT5w5tlnj0VLtjxBxExavBTjlkljgw==", + "version": "0.14.14", + "resolved": "https://registry.npmjs.org/@data-client/react/-/react-0.14.14.tgz", + "integrity": "sha512-/2sXmqv6+Rio6An6hBRB9fH87GaSTm9CAf/epUa242ljQ+/LxoPsMOOlBumz/9wbKXYaoRRY/LYF07QFnG2oHg==", "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.17.0", @@ -5030,9 +5030,9 @@ "license": "MIT" }, "node_modules/@types/react": { - "version": "18.3.5", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.5.tgz", - "integrity": "sha512-WeqMfGJLGuLCqHGYRGHxnKrXcTitc6L/nBUWfWPcTarG3t9PsquqUMuVeXZeca+mglY4Vo5GZjCi0A3Or2lnxA==", + "version": "18.3.7", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.7.tgz", + "integrity": "sha512-KUnDCJF5+AiZd8owLIeVHqmW9yM4sqmDVf2JRJiBMFkGvkoZ4/WyV2lL4zVsoinmRS/W3FeEdZLEWFRofnT2FQ==", "license": "MIT", "dependencies": { "@types/prop-types": "*", diff --git a/examples/github-app/package.json b/examples/github-app/package.json index 60174ef6ec13..656c74dbf2c1 100644 --- a/examples/github-app/package.json +++ b/examples/github-app/package.json @@ -35,7 +35,7 @@ "@linaria/shaker": "5.0.3", "@types/lodash": "4.14.192", "@types/parse-link-header": "^2.0.0", - "@types/react": "18.3.5", + "@types/react": "18.3.7", "@types/react-dom": "18.3.0", "@types/uuid": "^10.0.0", "react-refresh": "0.14.2", diff --git a/examples/nextjs/package-lock.json b/examples/nextjs/package-lock.json index d6569d49b056..d0a4c715f793 100644 --- a/examples/nextjs/package-lock.json +++ b/examples/nextjs/package-lock.json @@ -12,7 +12,7 @@ "@babel/core": "^7.24.7", "@data-client/react": "^0.14.0", "@data-client/rest": "^0.14.0", - "@types/node": "22.5.4", + "@types/node": "22.5.5", "@types/react": "npm:types-react@rc", "@types/react-dom": "npm:types-react-dom@rc", "clsx": "^2.1.1", @@ -2037,9 +2037,9 @@ } }, "node_modules/@data-client/react": { - "version": "0.14.12", - "resolved": "https://registry.npmjs.org/@data-client/react/-/react-0.14.12.tgz", - "integrity": "sha512-2vH3y7sz8kSZR2xtPeqD5SeiQsAiKWxCiD9M4gYeSNi265r9lIufakdQdT5w5tlnj0VLtjxBxExavBTjlkljgw==", + "version": "0.14.14", + "resolved": "https://registry.npmjs.org/@data-client/react/-/react-0.14.14.tgz", + "integrity": "sha512-/2sXmqv6+Rio6An6hBRB9fH87GaSTm9CAf/epUa242ljQ+/LxoPsMOOlBumz/9wbKXYaoRRY/LYF07QFnG2oHg==", "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.17.0", @@ -2737,9 +2737,9 @@ } }, "node_modules/@types/node": { - "version": "22.5.4", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.5.4.tgz", - "integrity": "sha512-FDuKUJQm/ju9fT/SeX/6+gBzoPzlVCzfzmGkwKvRHQVxi4BntVbyIwf6a4Xn62mrvndLiml6z/UBXIdEVjQLXg==", + "version": "22.5.5", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.5.5.tgz", + "integrity": "sha512-Xjs4y5UPO/CLdzpgR6GirZJx36yScjh73+2NlLlkFRSoQN8B0DpfXPdZGnvVmLRLOsqDpOfTNv7D9trgGhmOIA==", "license": "MIT", "dependencies": { "undici-types": "~6.19.2" diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index 92a802e5bfaa..de169954b27e 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -14,7 +14,7 @@ "@babel/core": "^7.24.7", "@data-client/react": "^0.14.0", "@data-client/rest": "^0.14.0", - "@types/node": "22.5.4", + "@types/node": "22.5.5", "@types/react": "npm:types-react@rc", "@types/react-dom": "npm:types-react-dom@rc", "clsx": "^2.1.1", diff --git a/examples/todo-app/package-lock.json b/examples/todo-app/package-lock.json index 1bc75d9bcd26..b423e3d004ab 100644 --- a/examples/todo-app/package-lock.json +++ b/examples/todo-app/package-lock.json @@ -3670,9 +3670,9 @@ } }, "node_modules/@data-client/react": { - "version": "0.14.12", - "resolved": "https://registry.npmjs.org/@data-client/react/-/react-0.14.12.tgz", - "integrity": "sha512-2vH3y7sz8kSZR2xtPeqD5SeiQsAiKWxCiD9M4gYeSNi265r9lIufakdQdT5w5tlnj0VLtjxBxExavBTjlkljgw==", + "version": "0.14.14", + "resolved": "https://registry.npmjs.org/@data-client/react/-/react-0.14.14.tgz", + "integrity": "sha512-/2sXmqv6+Rio6An6hBRB9fH87GaSTm9CAf/epUa242ljQ+/LxoPsMOOlBumz/9wbKXYaoRRY/LYF07QFnG2oHg==", "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.17.0", diff --git a/package.json b/package.json index 85895f48f601..2f913ce3982a 100644 --- a/package.json +++ b/package.json @@ -64,8 +64,8 @@ "@testing-library/react-hooks": "8.0.1", "@testing-library/react-native": "12.7.2", "@types/jest": "29.5.13", - "@types/node": "22.5.4", - "@types/react": "18.3.5", + "@types/node": "22.5.5", + "@types/react": "18.3.7", "babel-plugin-module-resolver": "5.0.2", "benchmark": "^2.1.4", "conventional-changelog-anansi": "^0.2.0", diff --git a/website/package.json b/website/package.json index 4443110cd7c1..741070bb179e 100644 --- a/website/package.json +++ b/website/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@docusaurus/module-type-aliases": "^3.0.1", "@tsconfig/docusaurus": "^2.0.0", - "@types/react": "18.3.5", + "@types/react": "18.3.7", "@types/react-dom": "^18.2.7", "@types/react-helmet": "^6.1.5", "@types/react-router-dom": "^5.3.3", diff --git a/yarn.lock b/yarn.lock index 70c262fe792d..a60b91d63d26 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4672,72 +4672,72 @@ __metadata: languageName: node linkType: hard -"@next/env@npm:14.2.11": - version: 14.2.11 - resolution: "@next/env@npm:14.2.11" - checksum: 10c0/d2fed87e4ea6fdd97f8d87018d57cfceef5cb46c40b7e451a6bf410d62701af53030c2a20ee952842d879b4805bf18cf864170b63f8d91a95d4df906d0e1ff4b +"@next/env@npm:14.2.12": + version: 14.2.12 + resolution: "@next/env@npm:14.2.12" + checksum: 10c0/fd9b3da4e530487bc12bb4e64bf910e7017763a447939f3c116b4208f111646452a9ded283ed7032d85217fa657aed71f98e9fc89409346d1fd51a59549a7a00 languageName: node linkType: hard -"@next/swc-darwin-arm64@npm:14.2.11": - version: 14.2.11 - resolution: "@next/swc-darwin-arm64@npm:14.2.11" +"@next/swc-darwin-arm64@npm:14.2.12": + version: 14.2.12 + resolution: "@next/swc-darwin-arm64@npm:14.2.12" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard -"@next/swc-darwin-x64@npm:14.2.11": - version: 14.2.11 - resolution: "@next/swc-darwin-x64@npm:14.2.11" +"@next/swc-darwin-x64@npm:14.2.12": + version: 14.2.12 + resolution: "@next/swc-darwin-x64@npm:14.2.12" conditions: os=darwin & cpu=x64 languageName: node linkType: hard -"@next/swc-linux-arm64-gnu@npm:14.2.11": - version: 14.2.11 - resolution: "@next/swc-linux-arm64-gnu@npm:14.2.11" +"@next/swc-linux-arm64-gnu@npm:14.2.12": + version: 14.2.12 + resolution: "@next/swc-linux-arm64-gnu@npm:14.2.12" conditions: os=linux & cpu=arm64 & libc=glibc languageName: node linkType: hard -"@next/swc-linux-arm64-musl@npm:14.2.11": - version: 14.2.11 - resolution: "@next/swc-linux-arm64-musl@npm:14.2.11" +"@next/swc-linux-arm64-musl@npm:14.2.12": + version: 14.2.12 + resolution: "@next/swc-linux-arm64-musl@npm:14.2.12" conditions: os=linux & cpu=arm64 & libc=musl languageName: node linkType: hard -"@next/swc-linux-x64-gnu@npm:14.2.11": - version: 14.2.11 - resolution: "@next/swc-linux-x64-gnu@npm:14.2.11" +"@next/swc-linux-x64-gnu@npm:14.2.12": + version: 14.2.12 + resolution: "@next/swc-linux-x64-gnu@npm:14.2.12" conditions: os=linux & cpu=x64 & libc=glibc languageName: node linkType: hard -"@next/swc-linux-x64-musl@npm:14.2.11": - version: 14.2.11 - resolution: "@next/swc-linux-x64-musl@npm:14.2.11" +"@next/swc-linux-x64-musl@npm:14.2.12": + version: 14.2.12 + resolution: "@next/swc-linux-x64-musl@npm:14.2.12" conditions: os=linux & cpu=x64 & libc=musl languageName: node linkType: hard -"@next/swc-win32-arm64-msvc@npm:14.2.11": - version: 14.2.11 - resolution: "@next/swc-win32-arm64-msvc@npm:14.2.11" +"@next/swc-win32-arm64-msvc@npm:14.2.12": + version: 14.2.12 + resolution: "@next/swc-win32-arm64-msvc@npm:14.2.12" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard -"@next/swc-win32-ia32-msvc@npm:14.2.11": - version: 14.2.11 - resolution: "@next/swc-win32-ia32-msvc@npm:14.2.11" +"@next/swc-win32-ia32-msvc@npm:14.2.12": + version: 14.2.12 + resolution: "@next/swc-win32-ia32-msvc@npm:14.2.12" conditions: os=win32 & cpu=ia32 languageName: node linkType: hard -"@next/swc-win32-x64-msvc@npm:14.2.11": - version: 14.2.11 - resolution: "@next/swc-win32-x64-msvc@npm:14.2.11" +"@next/swc-win32-x64-msvc@npm:14.2.12": + version: 14.2.12 + resolution: "@next/swc-win32-x64-msvc@npm:14.2.12" conditions: os=win32 & cpu=x64 languageName: node linkType: hard @@ -7119,12 +7119,12 @@ __metadata: languageName: node linkType: hard -"@types/node@npm:*, @types/node@npm:22.5.4, @types/node@npm:^22.0.0": - version: 22.5.4 - resolution: "@types/node@npm:22.5.4" +"@types/node@npm:*, @types/node@npm:22.5.5, @types/node@npm:^22.0.0": + version: 22.5.5 + resolution: "@types/node@npm:22.5.5" dependencies: undici-types: "npm:~6.19.2" - checksum: 10c0/b445daa7eecd761ad4d778b882d6ff7bcc3b4baad2086ea9804db7c5d4a4ab0298b00d7f5315fc640a73b5a1d52bbf9628e09c9fec0cf44dbf9b4df674a8717d + checksum: 10c0/ead9495cfc6b1da5e7025856dcce2591e9bae635357410c0d2dd619fce797d2a1d402887580ca4b336cb78168b195224869967de370a23f61663cf1e4836121c languageName: node linkType: hard @@ -7268,13 +7268,13 @@ __metadata: languageName: node linkType: hard -"@types/react@npm:*, @types/react@npm:18.3.5, @types/react@npm:^18.0.30": - version: 18.3.5 - resolution: "@types/react@npm:18.3.5" +"@types/react@npm:*, @types/react@npm:18.3.7, @types/react@npm:^18.0.30": + version: 18.3.7 + resolution: "@types/react@npm:18.3.7" dependencies: "@types/prop-types": "npm:*" csstype: "npm:^3.0.2" - checksum: 10c0/548b1d3d7c2f0242fbfdbbd658731b4ce69a134be072fa83e6ab516f2840402a3f20e3e7f72e95133b23d4880ef24a6d864050dc8e1f7c68f39fa87ca8445917 + checksum: 10c0/460f40eadf1fd035344b2ff9061d5c2314db9403f76d05fff7724c78543737c95829e1628567c63d27b542647867eca5b6f284dfd38f1d3b70754f32c4cbecb7 languageName: node linkType: hard @@ -13885,7 +13885,7 @@ __metadata: "@data-client/normalizr": "workspace:^" "@types/babel__core": "npm:^7" "@types/benchmark": "npm:2.1.5" - "@types/react": "npm:18.3.5" + "@types/react": "npm:18.3.7" benchmark: "npm:^2.1.4" normalizr: "npm:^3.6.2" react: "npm:^18.2.0" @@ -21156,19 +21156,19 @@ __metadata: linkType: hard "next@npm:^14.0.0": - version: 14.2.11 - resolution: "next@npm:14.2.11" - dependencies: - "@next/env": "npm:14.2.11" - "@next/swc-darwin-arm64": "npm:14.2.11" - "@next/swc-darwin-x64": "npm:14.2.11" - "@next/swc-linux-arm64-gnu": "npm:14.2.11" - "@next/swc-linux-arm64-musl": "npm:14.2.11" - "@next/swc-linux-x64-gnu": "npm:14.2.11" - "@next/swc-linux-x64-musl": "npm:14.2.11" - "@next/swc-win32-arm64-msvc": "npm:14.2.11" - "@next/swc-win32-ia32-msvc": "npm:14.2.11" - "@next/swc-win32-x64-msvc": "npm:14.2.11" + version: 14.2.12 + resolution: "next@npm:14.2.12" + dependencies: + "@next/env": "npm:14.2.12" + "@next/swc-darwin-arm64": "npm:14.2.12" + "@next/swc-darwin-x64": "npm:14.2.12" + "@next/swc-linux-arm64-gnu": "npm:14.2.12" + "@next/swc-linux-arm64-musl": "npm:14.2.12" + "@next/swc-linux-x64-gnu": "npm:14.2.12" + "@next/swc-linux-x64-musl": "npm:14.2.12" + "@next/swc-win32-arm64-msvc": "npm:14.2.12" + "@next/swc-win32-ia32-msvc": "npm:14.2.12" + "@next/swc-win32-x64-msvc": "npm:14.2.12" "@swc/helpers": "npm:0.5.5" busboy: "npm:1.6.0" caniuse-lite: "npm:^1.0.30001579" @@ -21209,7 +21209,7 @@ __metadata: optional: true bin: next: dist/bin/next - checksum: 10c0/af460310f2455e257da91de7213851e5efebfeeca93243730ff4773d55c3adae30cfadd3321cf5a83ee54432bc6d5def4f72fbf0cbd6f95dbbcdab55ab18cd83 + checksum: 10c0/3ec6bb480c2f3ab41e6ea06f5d151961a841b7c8436d3a0142a294b644668df96a0b209b810d2954ec800e8fc33e8f8c7b77a92aea6e32b02e4935135b5201ec languageName: node linkType: hard @@ -24875,7 +24875,7 @@ __metadata: "@js-temporal/polyfill": "npm:^0.4.4" "@monaco-editor/react": "npm:^4.4.6" "@tsconfig/docusaurus": "npm:^2.0.0" - "@types/react": "npm:18.3.5" + "@types/react": "npm:18.3.7" "@types/react-dom": "npm:^18.2.7" "@types/react-helmet": "npm:^6.1.5" "@types/react-router-dom": "npm:^5.3.3" @@ -26431,8 +26431,8 @@ __metadata: "@testing-library/react-hooks": "npm:8.0.1" "@testing-library/react-native": "npm:12.7.2" "@types/jest": "npm:29.5.13" - "@types/node": "npm:22.5.4" - "@types/react": "npm:18.3.5" + "@types/node": "npm:22.5.5" + "@types/react": "npm:18.3.7" babel-plugin-module-resolver: "npm:5.0.2" benchmark: "npm:^2.1.4" conventional-changelog-anansi: "npm:^0.2.0"