You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
any of the package files in this branch needs updating, or
the branch becomes conflicted, or
you click the rebase/retry checkbox if found above, or
you rename this PR's title to start with "rebase!" to trigger it manually
The artifact failure details are included below:
File name: pnpm-lock.yaml
Scope: all 21 workspace projects
Progress: resolved 1, reused 0, downloaded 0, added 0
bench/vercel | WARN deprecated term-size@4.0.0
packages/create-next-app | WARN deprecated @types/ci-info@3.1.4
packages/eslint-plugin-next | WARN deprecated eslint@8.57.1
packages/next | WARN deprecated @babel/plugin-proposal-class-properties@7.18.6
packages/next | WARN deprecated @babel/plugin-proposal-export-namespace-from@7.18.9
packages/next | WARN deprecated @babel/plugin-proposal-numeric-separator@7.18.6
packages/next | WARN deprecated @babel/plugin-proposal-object-rest-spread@7.20.7
Progress: resolved 78, reused 1, downloaded 0, added 0
/tmp/renovate/repos/github/X-oss-byte/Nextjs/packages/next:
ERR_PNPM_FETCH_404 GET https://registry.npmjs.org/@next%2Fswc: Not Found - 404
This error happened while installing a direct dependency of /tmp/renovate/repos/github/X-oss-byte/Nextjs/packages/next
@next/swc is not in the npm registry, or you have no permission to fetch it.
No authorization header was set for the request.
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR updates the shell-quote dependency from version 1.8.2 to 1.8.3 across key package manifests to incorporate a fix for unnecessary backslash escaping in single quotes.
File-Level Changes
Change
Details
Files
Bump shell-quote dependency to v1.8.3
Update version in root package.json
Update version in packages/next/package.json
Update version in packages/react-dev-overlay/package.json
Trigger a new review: Comment @sourcery-ai review on the pull request.
Continue discussions: Reply directly to Sourcery's review comments.
Generate a GitHub issue from a review comment: Ask Sourcery to create an
issue from a review comment by replying to it. You can also reply to a
review comment with @sourcery-ai issue to create an issue from it.
Generate a pull request title: Write @sourcery-ai anywhere in the pull
request title to generate a title at any time. You can also comment @sourcery-ai title on the pull request to (re-)generate the title at any time.
Generate a pull request summary: Write @sourcery-ai summary anywhere in
the pull request body to generate a PR summary at any time exactly where you
want it. You can also comment @sourcery-ai summary on the pull request to
(re-)generate the summary at any time.
Generate reviewer's guide: Comment @sourcery-ai guide on the pull
request to (re-)generate the reviewer's guide at any time.
Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
pull request to resolve all Sourcery comments. Useful if you've already
addressed all the comments and don't want to see them anymore.
Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
request to dismiss all existing Sourcery reviews. Especially useful if you
want to start fresh with a new review - don't forget to comment @sourcery-ai review to trigger a new review!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.8.2->1.8.3Release Notes
ljharb/shell-quote (shell-quote)
v1.8.3Compare Source
Fixed
#15v1.8.2Compare Source
Fixed
quote: preserve empty strings#18Commits
0fb9fd8819bd84@ljharb/eslint-config,auto-changelog,npmignore,tapefc56408fdeb0fd@ljharb/eslint-config,aud,tapeb8a4a3b9eecafc4044e7faudwithnpm audit8cfdbd8engines.node843820e4c3b88djackspeaksince 2.1.2+ depends on npm aliases, which kill the install process in npm < 680322edConfiguration
📅 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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.
Summary by Sourcery
Update the shell-quote dependency to v1.8.3 across the project to incorporate escaping bug fixes
Bug Fixes:
Chores: