-
Notifications
You must be signed in to change notification settings - Fork 432
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
chore(deps): various cleanups and dependency fixes #5534
Changes from all commits
9f81fbe
54e703f
d0eea10
287397b
a71d43e
a86df0b
3162a1b
ce79240
2ea9507
0aa752d
a438526
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"ignores": ["@sanity/eslint-config-studio", "dotenv-flow", "esbuild", "esbuild-register"] | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,16 +27,13 @@ yarn dev | |
- Rebase your feature branch regularly against `next`. Make sure its even with `next` before merging | ||
- Once it's done, open a pull request targeting `next` | ||
- After at least two reviewers has approved the pull request, you can merge it into `next` when you feel ready (if you're on the Sanity team, obviously) | ||
- Everything except minor _trivial_ changes should go through pull-requests. If you're unsure whether it's a trivial change or not, submit a pull request just to be sure | ||
- Pull requests should be as ready as possible for merge. Unless stated otherwise, it should be safe to assume that: | ||
|
||
- The changes/feature are reviewed and tested by you | ||
- You think it's production ready | ||
- The code is linted and the test suite is passing | ||
|
||
- It's fine to open a pull request to start a discussion / ask for help, but it should be stated clearly that it's not yet ready for merge. | ||
- When the `next`-branch is thoroughly tested and ready to be released (either as a minor or major version bump), it should be merged into `current` and bumped. | ||
- Critical fixes go straight into `current` (preferably through a pull request) | ||
|
||
## Merging | ||
|
||
|
@@ -47,14 +44,6 @@ Prefer squash + merge. If it makes sense to keep individual commits (e.g. differ | |
- `current`: This contains all the features and fixes included in the latest official release. | ||
- `next`: This includes everything scheduled for the next, upcoming release. | ||
|
||
## Publishing official releases | ||
|
||
When `next` is ready for release, merge `next` into `current`, then run `yarn release` in the `current` branch and select version. After a successful release, remember to merge the new version number commits that were performed as part of the release into `next`. | ||
|
||
## Publishing _canary_ versions from feature branches | ||
|
||
This can be done at any time by anyone and is done by `yarn release-canary`. This will publish with the commit hash from HEAD. | ||
|
||
# How to file an issue | ||
|
||
If you find a security vulnerability, do **NOT** open an issue. Email [email protected] instead. | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -68,6 +68,6 @@ | |
}, | ||
"devDependencies": { | ||
"chokidar": "^3.5.3", | ||
"vite": "^4.5.0" | ||
"vite": "^4.5.1" | ||
} | ||
} |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"ignores": ["@sanity/pkg-utils", "react"] | ||
} |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"ignores": [ | ||
"@sanity/pkg-utils", | ||
"sanity", | ||
"@sanity/icons", | ||
"pluralize-esm", | ||
"vite", | ||
"@portabletext/toolkit", | ||
"react", | ||
"@sanity/ui", | ||
"lodash.get", | ||
"@portabletext/types", | ||
"slug", | ||
"@sanity/asset-utils", | ||
"styled-components", | ||
"sanity-plugin-hotspot-array", | ||
"react-icons", | ||
"react-barcode" | ||
] | ||
} |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"ignores": ["@sanity/pkg-utils"] | ||
} |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"ignores": ["@sanity/pkg-utils"] | ||
} |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"ignores": ["@sanity/pkg-utils"] | ||
} |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"ignores": ["@sanity/pkg-utils", "ws", "@types/jest"] | ||
} |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"ignores": ["@sanity/pkg-utils"] | ||
} |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"ignores": ["@sanity/pkg-utils", "react", "_self_"] | ||
} |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"ignores": ["@sanity/pkg-utils"] | ||
} |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"ignores": ["@sanity/pkg-utils"] | ||
} |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"ignores": ["@sanity/cli"] | ||
} |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"ignores": ["@sanity/pkg-utils"] | ||
} |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"ignores": ["@sanity/pkg-utils", "globby", "sanity"] | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❤️