Open renovate[bot] opened 3 years ago
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below:
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR!
npm ERR! While resolving: eslint-config-airbnb@15.1.0
npm ERR! Found: eslint-plugin-jsx-a11y@6.0.2
npm ERR! node_modules/eslint-plugin-jsx-a11y
npm ERR! dev eslint-plugin-jsx-a11y@"6.0.2" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer eslint-plugin-jsx-a11y@"^5.1.1" from eslint-config-airbnb@15.1.0
npm ERR! node_modules/eslint-config-airbnb
npm ERR! dev eslint-config-airbnb@"15.1.0" from the root project
npm ERR!
npm ERR! Conflicting peer dependency: eslint-plugin-jsx-a11y@5.1.1
npm ERR! node_modules/eslint-plugin-jsx-a11y
npm ERR! peer eslint-plugin-jsx-a11y@"^5.1.1" from eslint-config-airbnb@15.1.0
npm ERR! node_modules/eslint-config-airbnb
npm ERR! dev eslint-config-airbnb@"15.1.0" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR!
npm ERR! For a full report see:
npm ERR! /tmp/renovate-cache/others/npm/_logs/2023-03-16T23_53_40_757Z-eresolve-report.txt
npm ERR! A complete log of this run can be found in:
npm ERR! /tmp/renovate-cache/others/npm/_logs/2023-03-16T23_53_40_757Z-debug-0.log
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below:
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: eslint-config-airbnb@15.1.0
npm error Found: eslint-plugin-jsx-a11y@6.0.2
npm error node_modules/eslint-plugin-jsx-a11y
npm error dev eslint-plugin-jsx-a11y@"6.0.2" from the root project
npm error
npm error Could not resolve dependency:
npm error peer eslint-plugin-jsx-a11y@"^5.1.1" from eslint-config-airbnb@15.1.0
npm error node_modules/eslint-config-airbnb
npm error dev eslint-config-airbnb@"15.1.0" from the root project
npm error
npm error Conflicting peer dependency: eslint-plugin-jsx-a11y@5.1.1
npm error node_modules/eslint-plugin-jsx-a11y
npm error peer eslint-plugin-jsx-a11y@"^5.1.1" from eslint-config-airbnb@15.1.0
npm error node_modules/eslint-config-airbnb
npm error dev eslint-config-airbnb@"15.1.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /tmp/renovate/cache/others/npm/_logs/2024-09-10T00_40_05_037Z-eresolve-report.txt
npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-09-10T00_40_05_037Z-debug-0.log
[!IMPORTANT]
Review skipped
Bot user detected.
To trigger a single review, invoke the
@coderabbitai review
command.You can disable this status message by setting the
reviews.review_status
tofalse
in the CodeRabbit configuration file.
This PR contains the following updates:
1.17.2
->1.20.3
Release Notes
expressjs/body-parser (body-parser)
### [`v1.20.3`](https://redirect.github.com/expressjs/body-parser/blob/HEAD/HISTORY.md#1203--2024-09-10) [Compare Source](https://redirect.github.com/expressjs/body-parser/compare/1.20.2...1.20.3) \=================== - deps: qs@6.13.0 - add `depth` option to customize the depth level in the parser - IMPORTANT: The default `depth` level for parsing URL-encoded data is now `32` (previously was `Infinity`) ### [`v1.20.2`](https://redirect.github.com/expressjs/body-parser/blob/HEAD/HISTORY.md#1202--2023-02-21) [Compare Source](https://redirect.github.com/expressjs/body-parser/compare/1.20.1...1.20.2) \=================== - Fix strict json error message on Node.js 19+ - deps: content-type@~1.0.5 - perf: skip value escaping when unnecessary - deps: raw-body@2.5.2 ### [`v1.20.1`](https://redirect.github.com/expressjs/body-parser/blob/HEAD/HISTORY.md#1201--2022-10-06) [Compare Source](https://redirect.github.com/expressjs/body-parser/compare/1.20.0...1.20.1) \=================== - deps: qs@6.11.0 - perf: remove unnecessary object clone ### [`v1.20.0`](https://redirect.github.com/expressjs/body-parser/blob/HEAD/HISTORY.md#1200--2022-04-02) [Compare Source](https://redirect.github.com/expressjs/body-parser/compare/1.19.2...1.20.0) \=================== - Fix error message for json parse whitespace in `strict` - Fix internal error when inflated body exceeds limit - Prevent loss of async hooks context - Prevent hanging when request already read - deps: depd@2.0.0 - Replace internal `eval` usage with `Function` constructor - Use instance methods on `process` to check for listeners - deps: http-errors@2.0.0 - deps: depd@2.0.0 - deps: statuses@2.0.1 - deps: on-finished@2.4.1 - deps: qs@6.10.3 - deps: raw-body@2.5.1 - deps: http-errors@2.0.0 ### [`v1.19.2`](https://redirect.github.com/expressjs/body-parser/blob/HEAD/HISTORY.md#1192--2022-02-15) [Compare Source](https://redirect.github.com/expressjs/body-parser/compare/1.19.1...1.19.2) \=================== - deps: bytes@3.1.2 - deps: qs@6.9.7 - Fix handling of `__proto__` keys - deps: raw-body@2.4.3 - deps: bytes@3.1.2 ### [`v1.19.1`](https://redirect.github.com/expressjs/body-parser/blob/HEAD/HISTORY.md#1191--2021-12-10) [Compare Source](https://redirect.github.com/expressjs/body-parser/compare/1.19.0...1.19.1) \=================== - deps: bytes@3.1.1 - deps: http-errors@1.8.1 - deps: inherits@2.0.4 - deps: toidentifier@1.0.1 - deps: setprototypeof@1.2.0 - deps: qs@6.9.6 - deps: raw-body@2.4.2 - deps: bytes@3.1.1 - deps: http-errors@1.8.1 - deps: safe-buffer@5.2.1 - deps: type-is@~1.6.18 ### [`v1.19.0`](https://redirect.github.com/expressjs/body-parser/blob/HEAD/HISTORY.md#1190--2019-04-25) [Compare Source](https://redirect.github.com/expressjs/body-parser/compare/1.18.3...1.19.0) \=================== - deps: bytes@3.1.0 - Add petabyte (`pb`) support - deps: http-errors@1.7.2 - Set constructor name when possible - deps: setprototypeof@1.1.1 - deps: statuses@'>= 1.5.0 < 2' - deps: iconv-lite@0.4.24 - Added encoding MIK - deps: qs@6.7.0 - Fix parsing array brackets after index - deps: raw-body@2.4.0 - deps: bytes@3.1.0 - deps: http-errors@1.7.2 - deps: iconv-lite@0.4.24 - deps: type-is@~1.6.17 - deps: mime-types@~2.1.24 - perf: prevent internal `throw` on invalid type ### [`v1.18.3`](https://redirect.github.com/expressjs/body-parser/blob/HEAD/HISTORY.md#1183--2018-05-14) [Compare Source](https://redirect.github.com/expressjs/body-parser/compare/1.18.2...1.18.3) \=================== - Fix stack trace for strict json parse error - deps: depd@~1.1.2 - perf: remove argument reassignment - deps: http-errors@~1.6.3 - deps: depd@~1.1.2 - deps: setprototypeof@1.1.0 - deps: statuses@'>= 1.3.1 < 2' - deps: iconv-lite@0.4.23 - Fix loading encoding with year appended - Fix deprecation warnings on Node.js 10+ - deps: qs@6.5.2 - deps: raw-body@2.3.3 - deps: http-errors@1.6.3 - deps: iconv-lite@0.4.23 - deps: type-is@~1.6.16 - deps: mime-types@~2.1.18 ### [`v1.18.2`](https://redirect.github.com/expressjs/body-parser/blob/HEAD/HISTORY.md#1182--2017-09-22) [Compare Source](https://redirect.github.com/expressjs/body-parser/compare/1.18.1...1.18.2) \=================== - deps: debug@2.6.9 - perf: remove argument reassignment ### [`v1.18.1`](https://redirect.github.com/expressjs/body-parser/blob/HEAD/HISTORY.md#1181--2017-09-12) [Compare Source](https://redirect.github.com/expressjs/body-parser/compare/1.18.0...1.18.1) \=================== - deps: content-type@~1.0.4 - perf: remove argument reassignment - perf: skip parameter parsing when no parameters - deps: iconv-lite@0.4.19 - Fix ISO-8859-1 regression - Update Windows-1255 - deps: qs@6.5.1 - Fix parsing & compacting very deep objects - deps: raw-body@2.3.2 - deps: iconv-lite@0.4.19 ### [`v1.18.0`](https://redirect.github.com/expressjs/body-parser/blob/HEAD/HISTORY.md#1180--2017-09-08) [Compare Source](https://redirect.github.com/expressjs/body-parser/compare/1.17.2...1.18.0) \=================== - Fix JSON strict violation error to match native parse error - Include the `body` property on verify errors - Include the `type` property on all generated errors - Use `http-errors` to set status code on errors - deps: bytes@3.0.0 - deps: debug@2.6.8 - deps: depd@~1.1.1 - Remove unnecessary `Buffer` loading - deps: http-errors@~1.6.2 - deps: depd@1.1.1 - deps: iconv-lite@0.4.18 - Add support for React Native - Add a warning if not loaded as utf-8 - Fix CESU-8 decoding in Node.js 8 - Improve speed of ISO-8859-1 encoding - deps: qs@6.5.0 - deps: raw-body@2.3.1 - Use `http-errors` for standard emitted errors - deps: bytes@3.0.0 - deps: iconv-lite@0.4.18 - perf: skip buffer decoding on overage chunk - perf: prevent internal `throw` when missing charsetConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.