From 8cf9cf99199c8ddda89bddf7001a5d484e7eb0dd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 19:31:44 +0000 Subject: [PATCH] chore(deps): update npm packages (#5392) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [axios](https://axios-http.com) ([source](https://togithub.com/axios/axios)) | [`1.7.5` -> `1.7.7`](https://renovatebot.com/diffs/npm/axios/1.7.5/1.7.7) | [![age](https://developer.mend.io/api/mc/badges/age/npm/axios/1.7.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/axios/1.7.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/axios/1.7.5/1.7.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/axios/1.7.5/1.7.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [pnpm](https://pnpm.io) ([source](https://togithub.com/pnpm/pnpm)) | [`9.8.0` -> `9.9.0`](https://renovatebot.com/diffs/npm/pnpm/9.8.0/9.9.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/pnpm/9.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/pnpm/9.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/pnpm/9.8.0/9.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/pnpm/9.8.0/9.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
axios/axios (axios) ### [`v1.7.7`](https://togithub.com/axios/axios/blob/HEAD/CHANGELOG.md#177-2024-08-31) [Compare Source](https://togithub.com/axios/axios/compare/v1.7.6...v1.7.7) ##### Bug Fixes - **fetch:** fix stream handling in Safari by fallback to using a stream reader instead of an async iterator; ([#​6584](https://togithub.com/axios/axios/issues/6584)) ([d198085](https://togithub.com/axios/axios/commit/d1980854fee1765cd02fa0787adf5d6e34dd9dcf)) - **http:** fixed support for IPv6 literal strings in url ([#​5731](https://togithub.com/axios/axios/issues/5731)) ([364993f](https://togithub.com/axios/axios/commit/364993f0d8bc6e0e06f76b8a35d2d0a35cab054c)) ##### Contributors to this release - avatar [Rishi556](https://togithub.com/Rishi556 "+39/-1 (#​5731 )") - avatar [Dmitriy Mozgovoy](https://togithub.com/DigitalBrainJS "+27/-7 (#​6584 )") ### [`v1.7.6`](https://togithub.com/axios/axios/blob/HEAD/CHANGELOG.md#176-2024-08-30) [Compare Source](https://togithub.com/axios/axios/compare/v1.7.5...v1.7.6) ##### Bug Fixes - **fetch:** fix content length calculation for FormData payload; ([#​6524](https://togithub.com/axios/axios/issues/6524)) ([085f568](https://togithub.com/axios/axios/commit/085f56861a83e9ac02c140ad9d68dac540dfeeaa)) - **fetch:** optimize signals composing logic; ([#​6582](https://togithub.com/axios/axios/issues/6582)) ([df9889b](https://togithub.com/axios/axios/commit/df9889b83c2cc37e9e6189675a73ab70c60f031f)) ##### Contributors to this release - avatar [Dmitriy Mozgovoy](https://togithub.com/DigitalBrainJS "+98/-46 (#​6582 )") - avatar [Jacques Germishuys](https://togithub.com/jacquesg "+5/-1 (#​6524 )") - avatar [kuroino721](https://togithub.com/kuroino721 "+3/-1 (#​6575 )")
pnpm/pnpm (pnpm) ### [`v9.9.0`](https://togithub.com/pnpm/pnpm/compare/v9.8.0...v9.9.0) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v9.8.0...v9.9.0)
--- ### Configuration 📅 **Schedule**: Branch creation - "before 10am on monday" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/oxc-project/oxc). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- tasks/benchmark/codspeed/package.json | 2 +- tasks/benchmark/codspeed/pnpm-lock.yaml | 8 ++++---- wasm/parser/package.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tasks/benchmark/codspeed/package.json b/tasks/benchmark/codspeed/package.json index 6038f0cf5..728ebf267 100644 --- a/tasks/benchmark/codspeed/package.json +++ b/tasks/benchmark/codspeed/package.json @@ -1,7 +1,7 @@ { "name": "oxc_benchmark", "version": "0.0.0", - "packageManager": "pnpm@9.8.0", + "packageManager": "pnpm@9.9.0", "devDependencies": { "axios": "^1.7.2", "express": "^4.19.2", diff --git a/tasks/benchmark/codspeed/pnpm-lock.yaml b/tasks/benchmark/codspeed/pnpm-lock.yaml index b700cb9ba..8865ab353 100644 --- a/tasks/benchmark/codspeed/pnpm-lock.yaml +++ b/tasks/benchmark/codspeed/pnpm-lock.yaml @@ -10,7 +10,7 @@ importers: devDependencies: axios: specifier: ^1.7.2 - version: 1.7.5 + version: 1.7.7 express: specifier: ^4.19.2 version: 4.19.2 @@ -58,8 +58,8 @@ packages: asynckit@0.4.0: resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==} - axios@1.7.5: - resolution: {integrity: sha512-fZu86yCo+svH3uqJ/yTdQ0QHpQu5oL+/QE+QPSv6BZSkDAoky9vytxp7u5qk83OJFS3kEBcesWni9WTZAv3tSw==} + axios@1.7.7: + resolution: {integrity: sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==} balanced-match@1.0.2: resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} @@ -493,7 +493,7 @@ snapshots: asynckit@0.4.0: {} - axios@1.7.5: + axios@1.7.7: dependencies: follow-redirects: 1.15.6 form-data: 4.0.0 diff --git a/wasm/parser/package.json b/wasm/parser/package.json index 74485c9df..bef9b943b 100644 --- a/wasm/parser/package.json +++ b/wasm/parser/package.json @@ -2,7 +2,7 @@ "name": "@oxc-parser/wasm", "version": "0.25.0", "description": "Wasm target for the oxc parser.", - "packageManager": "pnpm@9.8.0", + "packageManager": "pnpm@9.9.0", "keywords": [ "JavaScript", "TypeScript",