-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Release: Prerelease 8.4.0-alpha.3 #29248
Conversation
This migrates away from chalk to picocolors instead, primarily because the latter is _much_ lighter. Keep in mind, `node-logger` still uses chalk as we use `hex(code)` which doesn't have an alternative in picocolors. This means it will still be in the dependency tree for many packages (for now). This seems preferable over upgrading chalk since the latest version of chalk will still be heavier, and is ESM-only (not sure if we're able to adopt ESM only deps in SB yet).
Moves the `manager-api`, `preview-api` and `ui/amanger` to use `picoquery` instead of `qs` - a much smaller and faster alternative. Note that we still have `qs` in our overall monorepo tree, but that can be tackled in a follow-up PR.
Uses the `foo.bar[0]` syntax picoquery provides, rather than dot-syntax (`foo.bar.0`).
Moves the preview api to use picoquery. Note that tests will not pass yet.
Decodes certain chars we want to keep in our URIs (e.g. `[`).
…o resize on hot reloads
A11y: Improve test runner recipe
Docs: NextJs framework fix viteFinal link
Core: Migrate from `qs` to `picoquery`
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.
LGTM
20 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings
UI: Brand image css class conflict causes image to resize on hot reloads
c5e4be3
to
853adf0
Compare
CLI: Migrate from `chalk` to `picocolors`
853adf0
to
9f0d295
Compare
☁️ Nx Cloud ReportCI is running/has finished running commands for commit 9f0d295. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution ✅ Successfully ran 2 targetsSent with 💌 from NxCloud. |
This is an automated pull request that bumps the version from
8.4.0-alpha.2
to8.4.0-alpha.3
.Once this pull request is merged, it will trigger a new release of version
8.4.0-alpha.3
.If you're not a core maintainer with permissions to release you can ignore this pull request.
To do
Before merging the PR, there are a few QA steps to go through:
And for each change below:
This is a list of all the PRs merged and commits pushed directly to
next
, that will be part of this release:chalk
topicocolors
#28262qs
topicoquery
#28315If you've made any changes doing the above QA (change PR titles, revert PRs), manually trigger a re-generation of this PR with this workflow and wait for it to finish. It will wipe your progress in this to do, which is expected.
Feel free to manually commit any changes necessary to this branch after you've done the last re-generation, following the Make Manual Changes section in the docs, especially if you're making changes to the changelog.
When everything above is done:
Generated changelog
8.4.0-alpha.3
chalk
topicocolors
- #28262, thanks @43081j!qs
topicoquery
- #28315, thanks @43081j!