-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Update dependency @changesets/cli to ^2.18.0 #6900
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/keystonejs/keystone-next-docs/3KBmkzjS65w9yqNFGicht7rCTWvs |
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
* Update dependency @testing-library/dom to ^8.10.1 (#6817) Co-authored-by: Renovate Bot <[email protected]> * Lock file maintenance (#6810) * Lock file maintenance * resolve type errors * revert mdx bump to resolve vercel build errors * conflict resolution Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: gwyneplaine <[email protected]> * Update dependency @graphql-tools/schema to ^8.3.0 (#6815) Co-authored-by: Renovate Bot <[email protected]> * Update nextjs monorepo to v12 (major) (#6835) Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Daniel Cousens <[email protected]> Co-authored-by: mitchellhamilton <[email protected]> * Update dependency @manypkg/cli to ^0.19.0 (#6859) Co-authored-by: Renovate Bot <[email protected]> * Update dependency @testing-library/dom to ^8.10.1 (#6817) Co-authored-by: Renovate Bot <[email protected]> * Update typescript-eslint monorepo to ^5.2.0 (#6829) Co-authored-by: Renovate Bot <[email protected]> * Update dependency memoize-one to v6 (#6832) Co-authored-by: Renovate Bot <[email protected]> * add CHANGESET * Lock file maintenance (#6810) * Lock file maintenance * resolve type errors * revert mdx bump to resolve vercel build errors * conflict resolution Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: gwyneplaine <[email protected]> * Update dependency @graphql-tools/schema to ^8.3.0 (#6815) Co-authored-by: Renovate Bot <[email protected]> * Update dependency @emotion/cache to v11.5.0 (#6827) Co-authored-by: Renovate Bot <[email protected]> * Update Node.js to v16 (#6830) * Update Node.js to v16 * bump workflows to Node 16 Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Daniel Cousens <[email protected]> * Update nextjs monorepo to v12 (major) (#6835) Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Daniel Cousens <[email protected]> Co-authored-by: mitchellhamilton <[email protected]> * Update dependency @manypkg/cli to ^0.19.0 (#6859) Co-authored-by: Renovate Bot <[email protected]> * Update dependency mime to ^2.6.0 (#6879) Co-authored-by: Renovate Bot <[email protected]> * Update dependency @testing-library/jest-dom to ^5.15.0 (#6873) Co-authored-by: Renovate Bot <[email protected]> * Update patch dependencies (#6857) Co-authored-by: Renovate Bot <[email protected]> * Update dependency stripe to ^8.186.0 (#6821) Co-authored-by: Renovate Bot <[email protected]> * Update dependency graphql to ^15.7.2 (#6860) Co-authored-by: Renovate Bot <[email protected]> * Update dependency react-select to ^5.2.0 (#6874) Co-authored-by: Renovate Bot <[email protected]> * Update typescript-eslint monorepo to ^5.3.0 (#6861) Co-authored-by: Renovate Bot <[email protected]> * Lock file maintenance (#6852) * Lock file maintenance * resolve type errors * resolve build issues Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: gwyneplaine <[email protected]> * Update prisma monorepo to v3.4.0 (minor) (#6876) * Update prisma monorepo to v3.4.0 * update prisma version in tests * changeset Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: gwyneplaine <[email protected]> * Update dependency @changesets/cli to ^2.18.0 (#6900) Co-authored-by: Renovate Bot <[email protected]> * Update dependency mime to v3 (#6903) Co-authored-by: Renovate Bot <[email protected]> * Update Apollo GraphQL packages (#6899) Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Daniel Cousens <[email protected]> Co-authored-by: mitchellhamilton <[email protected]>
Co-authored-by: Renovate Bot <[email protected]>
This PR contains the following updates:
^2.17.0
->^2.18.0
Release Notes
changesets/changesets
v2.18.0
Compare Source
Minor Changes
#634
2b49c39
Thanks @joeldenning! - The newchangeset tag
command has been added. It can be used to create git tags for all packages.This is helpful in situations where a different tool is used to publish packages instead of Changesets. For situations where
changeset publish
is executed, runningchangeset tag
is not needed.Note that it is expected that
changeset version
is run beforechangeset tag
, so that thepackage.json
versions are updated before the git tags are created. This command also doesn't take any configuration into account - it simply create tags for all packages with whatever version that is currently in their respectivepackage.json
.Patch Changes
74dda8c
Thanks @javier-garcia-meteologica! - Add support forworkspace:^
andworkspace:~
dependency ranges.#660
5413f3e
Thanks @tmkx! - Fixed an issue with adding[undefined]
to the generated changelog when the commit adding a changeset file could not be found. This could have happened when runningchangeset add && changeset version
in a single command and when using the default changelog generator.Updated dependencies [
2b49c39
,74dda8c
]:Configuration
📅 Schedule: "before 7am on Tuesday,before 7am on Wednesday" in timezone Australia/Sydney.
🚦 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 has been generated by WhiteSource Renovate. View repository job log here.