Skip to content
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

Bump next from 10.2.2 to 12.1.0 in /examples/cms-keystonejs-embedded #6

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 21, 2023

Bumps next from 10.2.2 to 12.1.0.

Commits
Maintainer changes

This version was pushed to npm by vercel-release-bot, a new releaser for next since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [next](https://github.com/vercel/next.js) from 10.2.2 to 12.1.0.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v10.2.2...v12.1.0)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 21, 2023
@stackblitz
Copy link

stackblitz bot commented Sep 21, 2023

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@changeset-bot
Copy link

changeset-bot bot commented Sep 21, 2023

⚠️ No Changeset found

Latest commit: 3acb168

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.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@kodiakhq kodiakhq bot merged commit 48d8b55 into canary Sep 21, 2023
1 of 3 checks passed
@kodiakhq kodiakhq bot deleted the dependabot/npm_and_yarn/examples/cms-keystonejs-embedded/next-12.1.0 branch September 21, 2023 04:33
kodiakhq bot pushed a commit that referenced this pull request Oct 6, 2023
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [shell-quote](https://togithub.com/ljharb/shell-quote) | [`1.7.3` -> `1.8.1`](https://renovatebot.com/diffs/npm/shell-quote/1.7.3/1.8.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/shell-quote/1.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/shell-quote/1.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/shell-quote/1.7.3/1.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/shell-quote/1.7.3/1.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@types/shell-quote](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/shell-quote) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) | [`1.7.1` -> `1.7.2`](https://renovatebot.com/diffs/npm/@types%2fshell-quote/1.7.1/1.7.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fshell-quote/1.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fshell-quote/1.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fshell-quote/1.7.1/1.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fshell-quote/1.7.1/1.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>ljharb/shell-quote (shell-quote)</summary>

### [`v1.8.1`](https://togithub.com/ljharb/shell-quote/blob/HEAD/CHANGELOG.md#v181---2023-04-07)

[Compare Source](https://togithub.com/ljharb/shell-quote/compare/v1.8.0...v1.8.1)

##### Fixed

-   \[Fix] `parse`: preserve whitespace in comments [`#6`](https://togithub.com/ljharb/shell-quote/issues/6)
-   \[Fix] properly support the `escape` option [`#5`](https://togithub.com/ljharb/shell-quote/issues/5)

##### Commits

-   \[Refactor] `parse`: hoist `getVar` to module level [`b42ac73`](https://togithub.com/ljharb/shell-quote/commit/b42ac73e39e566cfc355a4addc4bd2df2652556c)
-   \[Refactor] hoist some vars to module level [`8f0c5c3`](https://togithub.com/ljharb/shell-quote/commit/8f0c5c3c9df3a10e32f1972636675af6fffef998)
-   \[Refactor] `parse`: use `slice` over `substr`, cache some values [`fcb2e1a`](https://togithub.com/ljharb/shell-quote/commit/fcb2e1acd5312a1a1a4e6c66ec688aab383023b5)
-   \[Refactor] `parse`: a bit of cleanup [`6780ec5`](https://togithub.com/ljharb/shell-quote/commit/6780ec5194e36e2a696bfbaaf85169682a333321)
-   \[Refactor] `parse`: tweak the regex to not match nothing [`227d474`](https://togithub.com/ljharb/shell-quote/commit/227d4742a006e81ec3fde1eee103731a6f7ea920)
-   \[Tests] increase coverage [`a66de94`](https://togithub.com/ljharb/shell-quote/commit/a66de943555e49fbb1b657cbe3c5b2c703ae507d)
-   \[Refactor] `parse`: avoid shadowing a function arg [`1d58679`](https://togithub.com/ljharb/shell-quote/commit/1d5867907ecbf553556fe6ad790b6d6658aedba3)

### [`v1.8.0`](https://togithub.com/ljharb/shell-quote/blob/HEAD/CHANGELOG.md#v180---2023-01-30)

[Compare Source](https://togithub.com/ljharb/shell-quote/compare/v1.7.4...v1.8.0)

##### Commits

-   \[New] extract `parse` and `quote` to their own deep imports [`553fdfc`](https://togithub.com/ljharb/shell-quote/commit/553fdfc32cc41b4c2f77e061b6957703958ca575)
-   \[Tests] add `nyc` coverage [`fd7ddcd`](https://togithub.com/ljharb/shell-quote/commit/fd7ddcdd84bfef064c6d9a06b055a95531b26897)
-   \[New] Add support for here strings (`&lt;&lt;&lt;`) [`9802fb3`](https://togithub.com/ljharb/shell-quote/commit/9802fb37c7946e18c672b81122520dc296bde271)
-   \[New] `parse`: Add syntax support for duplicating input file descriptors [`216b198`](https://togithub.com/ljharb/shell-quote/commit/216b19894f76b14d164c4c5a68f05a51b06336c4)
-   \[Dev Deps] update `@ljharb/eslint-config`, `aud`, `tape` [`85f8e31`](https://togithub.com/ljharb/shell-quote/commit/85f8e31dd80e1dde63d58204b653e497a53857e6)
-   \[Tests] add `evalmd` [`c5549fc`](https://togithub.com/ljharb/shell-quote/commit/c5549fcd82d70046bdc2b1c34184ae9f9d0191f9)
-   \[actions] update checkout action [`62e9b49`](https://togithub.com/ljharb/shell-quote/commit/62e9b4958cfa2f9009b7069076612fe33528c1fb)

### [`v1.7.4`](https://togithub.com/ljharb/shell-quote/blob/HEAD/CHANGELOG.md#v174---2022-10-12)

[Compare Source](https://togithub.com/ljharb/shell-quote/compare/v1.7.3...v1.7.4)

##### Merged

-   Add node_modules to .gitignore [`#48`](https://togithub.com/ljharb/shell-quote/pull/48)

##### Commits

-   \[eslint] fix indentation and whitespace [`aaa9d1f`](https://togithub.com/ljharb/shell-quote/commit/aaa9d1f65bf3445e6af1efaa4a8f8c13a21aa593)
-   \[eslint] additional cleanup [`397cb62`](https://togithub.com/ljharb/shell-quote/commit/397cb628f3d96e4e47763147c0d6074997a13880)
-   \[meta] add `auto-changelog` [`497fca5`](https://togithub.com/ljharb/shell-quote/commit/497fca509af3b7d6daaba459bad1f45ac0af3ff1)
-   \[actions] add reusable workflows [`4763c36`](https://togithub.com/ljharb/shell-quote/commit/4763c36274c5881a2d141ce9f2b17b7d1d95e8cd)
-   \[eslint] add eslint [`6ee1437`](https://togithub.com/ljharb/shell-quote/commit/6ee1437df1b10a79bdf2aaa04f2bacc9f420dc15)
-   \[readme] rename, add badges [`7eb5134`](https://togithub.com/ljharb/shell-quote/commit/7eb513483d931602452ec572ed456714148acd2b)
-   \[meta] update URLs [`67381b6`](https://togithub.com/ljharb/shell-quote/commit/67381b61fa95e57819333463f491428747893186)
-   \[meta] create FUNDING.yml; add `funding` in package.json [`8641572`](https://togithub.com/ljharb/shell-quote/commit/86415722d875578adf1f95f9e649ba42c805bc32)
-   \[meta] use `npmignore` to autogenerate an npmignore file [`2e2007a`](https://togithub.com/ljharb/shell-quote/commit/2e2007a393f90bf079fc556a921120b3508c4fc3)
-   Only apps should have lockfiles [`f97411e`](https://togithub.com/ljharb/shell-quote/commit/f97411ef4d2f183200fc8a28beca9faf9b08a640)
-   \[Dev Deps] update `tape` [`051f608`](https://togithub.com/ljharb/shell-quote/commit/051f60857ad5035280208abdc348bf5ba42a6254)
-   \[meta] add `safe-publish-latest` [`18cadf9`](https://togithub.com/ljharb/shell-quote/commit/18cadf95357392fcd78ea8619956fd41eed62649)
-   \[Tests] add `aud` in `posttest` [`dc1cc12`](https://togithub.com/ljharb/shell-quote/commit/dc1cc12b956ccd93d58aaaad263bee7d50576d27)



</details>

---

### Configuration

📅 **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.

---

 - [ ] If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/X-oss-byte/Nextjs).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants