Skip to content

chore(deps): solve some dependabots warning #3202

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -325,8 +325,7 @@ jobs:
runs-on: macos-latest
needs:
- setup
- specs
- scripts
- client_gen
if: |
always() &&
startsWith(github.head_ref, 'chore/prepare-release-') &&
Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion clients/algoliasearch-client-javascript/.yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ nodeLinker: node-modules

enableGlobalCache: false

yarnPath: .yarn/releases/yarn-4.2.2.cjs
yarnPath: .yarn/releases/yarn-4.3.0.cjs
17 changes: 13 additions & 4 deletions clients/algoliasearch-client-javascript/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2927,7 +2927,16 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*, @types/node@npm:20.14.2":
"@types/node@npm:*":
version: 20.14.5
resolution: "@types/node@npm:20.14.5"
dependencies:
undici-types: "npm:~5.26.4"
checksum: 10/74c7974a8c75280f9397f22ce34d10d5575668e3c357a165f385c9365c39b3ccda3aa2e7237e7e907fc72e515afb93cc0be1f3e2074cc1889c1ffeb01d2843cc
languageName: node
linkType: hard

"@types/node@npm:20.14.2":
version: 20.14.2
resolution: "@types/node@npm:20.14.2"
dependencies:
Expand Down Expand Up @@ -4472,9 +4481,9 @@ __metadata:
linkType: hard

"electron-to-chromium@npm:^1.4.796":
version: 1.4.803
resolution: "electron-to-chromium@npm:1.4.803"
checksum: 10/1a78ea25b04db91863398dde1f1e5f002bcd46e98188b8311aa3826d98166fcb69b87d39f78057740a3088b8484f65b8193bc80b6f53cab075672195635bbb73
version: 1.4.805
resolution: "electron-to-chromium@npm:1.4.805"
checksum: 10/69ff2b7098ec80666c7cfed3ae045894b1bf8ae72a77233c37b4496698a1c20a24e9b97822df7fe5dad226d32ca52defa10dee4b36438da35af6d51810d652d3
languageName: node
linkType: hard

Expand Down
577 changes: 285 additions & 292 deletions clients/algoliasearch-client-python/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion config/generation.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,13 @@ export const patterns = [

// Python
'!snippets/python/pyproject.toml',
'!snippets/python/poetry.lock',
'clients/algoliasearch-client-python/**',
'!clients/algoliasearch-client-python/algoliasearch/http/**',
'!clients/algoliasearch-client-python/algoliasearch/py.typed',
'clients/algoliasearch-client-python/algoliasearch/http/__init__.py',
'!clients/algoliasearch-client-python/*',
'clients/algoliasearch-client-python/pyproject.toml',
'clients/algoliasearch-client-python/poetry.lock',
'clients/algoliasearch-client-python/requirements.txt',
'clients/algoliasearch-client-python/.gitignore',

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"@babel/eslint-parser": "7.24.7",
"@openapitools/openapi-generator-cli": "2.13.4",
"@redocly/cli": "1.15.0",
"@typescript-eslint/eslint-plugin": "7.13.0",
"@typescript-eslint/parser": "7.13.0",
"@typescript-eslint/eslint-plugin": "7.13.1",
"@typescript-eslint/parser": "7.13.1",
"eslint": "8.57.0",
"eslint-config-algolia": "22.0.0",
"eslint-config-prettier": "9.1.0",
Expand Down
20 changes: 10 additions & 10 deletions playground/python/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"folder-hash": "4.0.4",
"fs-extra": "11.2.0",
"js-yaml": "4.1.0",
"knip": "5.20.0",
"knip": "5.21.0",
"lts": "patch:lts@npm%3A1.2.0#~/.yarn/patches/lts-npm-1.2.0-e55f0a54f7.patch",
"micromatch": "4.0.7",
"semver": "7.6.2",
Expand Down
Loading
Loading