Skip to content

Commit 2d07c99

Browse files
authored
chore(deps): solve some dependabots warning (#3202)
1 parent 6412664 commit 2d07c99

File tree

18 files changed

+5100
-3318
lines changed

18 files changed

+5100
-3318
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,8 +325,7 @@ jobs:
325325
runs-on: macos-latest
326326
needs:
327327
- setup
328-
- specs
329-
- scripts
328+
- client_gen
330329
if: |
331330
always() &&
332331
startsWith(github.head_ref, 'chore/prepare-release-') &&

clients/algoliasearch-client-javascript/.yarn/releases/yarn-4.2.2.cjs renamed to clients/algoliasearch-client-javascript/.yarn/releases/yarn-4.3.0.cjs

Lines changed: 305 additions & 305 deletions
Large diffs are not rendered by default.

clients/algoliasearch-client-javascript/.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ nodeLinker: node-modules
44

55
enableGlobalCache: false
66

7-
yarnPath: .yarn/releases/yarn-4.2.2.cjs
7+
yarnPath: .yarn/releases/yarn-4.3.0.cjs

clients/algoliasearch-client-javascript/yarn.lock

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2927,7 +2927,16 @@ __metadata:
29272927
languageName: node
29282928
linkType: hard
29292929

2930-
"@types/node@npm:*, @types/node@npm:20.14.2":
2930+
"@types/node@npm:*":
2931+
version: 20.14.5
2932+
resolution: "@types/node@npm:20.14.5"
2933+
dependencies:
2934+
undici-types: "npm:~5.26.4"
2935+
checksum: 10/74c7974a8c75280f9397f22ce34d10d5575668e3c357a165f385c9365c39b3ccda3aa2e7237e7e907fc72e515afb93cc0be1f3e2074cc1889c1ffeb01d2843cc
2936+
languageName: node
2937+
linkType: hard
2938+
2939+
"@types/node@npm:20.14.2":
29312940
version: 20.14.2
29322941
resolution: "@types/node@npm:20.14.2"
29332942
dependencies:
@@ -4472,9 +4481,9 @@ __metadata:
44724481
linkType: hard
44734482

44744483
"electron-to-chromium@npm:^1.4.796":
4475-
version: 1.4.803
4476-
resolution: "electron-to-chromium@npm:1.4.803"
4477-
checksum: 10/1a78ea25b04db91863398dde1f1e5f002bcd46e98188b8311aa3826d98166fcb69b87d39f78057740a3088b8484f65b8193bc80b6f53cab075672195635bbb73
4484+
version: 1.4.805
4485+
resolution: "electron-to-chromium@npm:1.4.805"
4486+
checksum: 10/69ff2b7098ec80666c7cfed3ae045894b1bf8ae72a77233c37b4496698a1c20a24e9b97822df7fe5dad226d32ca52defa10dee4b36438da35af6d51810d652d3
44784487
languageName: node
44794488
linkType: hard
44804489

clients/algoliasearch-client-python/poetry.lock

Lines changed: 285 additions & 292 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/generation.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,13 +102,13 @@ export const patterns = [
102102

103103
// Python
104104
'!snippets/python/pyproject.toml',
105+
'!snippets/python/poetry.lock',
105106
'clients/algoliasearch-client-python/**',
106107
'!clients/algoliasearch-client-python/algoliasearch/http/**',
107108
'!clients/algoliasearch-client-python/algoliasearch/py.typed',
108109
'clients/algoliasearch-client-python/algoliasearch/http/__init__.py',
109110
'!clients/algoliasearch-client-python/*',
110111
'clients/algoliasearch-client-python/pyproject.toml',
111-
'clients/algoliasearch-client-python/poetry.lock',
112112
'clients/algoliasearch-client-python/requirements.txt',
113113
'clients/algoliasearch-client-python/.gitignore',
114114

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"@babel/eslint-parser": "7.24.7",
3131
"@openapitools/openapi-generator-cli": "2.13.4",
3232
"@redocly/cli": "1.15.0",
33-
"@typescript-eslint/eslint-plugin": "7.13.0",
34-
"@typescript-eslint/parser": "7.13.0",
33+
"@typescript-eslint/eslint-plugin": "7.13.1",
34+
"@typescript-eslint/parser": "7.13.1",
3535
"eslint": "8.57.0",
3636
"eslint-config-algolia": "22.0.0",
3737
"eslint-config-prettier": "9.1.0",

playground/python/poetry.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"folder-hash": "4.0.4",
4747
"fs-extra": "11.2.0",
4848
"js-yaml": "4.1.0",
49-
"knip": "5.20.0",
49+
"knip": "5.21.0",
5050
"lts": "patch:lts@npm%3A1.2.0#~/.yarn/patches/lts-npm-1.2.0-e55f0a54f7.patch",
5151
"micromatch": "4.0.7",
5252
"semver": "7.6.2",

0 commit comments

Comments
 (0)