chore(deps): update all non-major dependencies #223
Merged
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.29.1
->^1.30.0
^8.4.10
->^8.21.1
^18.11.18
->^18.14.0
^0.1.3
->^0.2.0
^2.2.7
->^2.3.0
^12.3.0
->^12.6.0
^1.6.0
->^1.7.0
^13.1.0
->^13.1.2
^1.2.7
->^1.2.8
^2.0.28
->^2.0.32
^2.8.1
->^2.8.4
^1.15.2
->^1.15.4
^4.0.4
->^4.1.3
^0.26.3
->^0.28.5
^3.2.45
->^3.2.47
^1.0.22
->^1.1.5
Release Notes
Microsoft/playwright
v1.30.0
Compare Source
🎉 Happy New Year 🎉
Maintenance release with bugfixes and new browsers only. We are baking some nice features for v1.31.
Browser Versions
This version was also tested against the following stable channels:
v1.29.2
Compare Source
Highlights
https://github.com/microsoft/playwright/issues/19661 - [BUG] 1.29.1 browserserver + page.goto = net::ERR_SOCKS_CONNECTION_FAILED
Browser Versions
This version was also tested against the following stable channels:
vuejs/create-eslint-config
v0.2.0
Compare Source
vuejs/test-utils
v2.3.0
Compare Source
What's Changed
renderToString
is merged for SSR testing, thanks to @wobsoriano and @cexbrayat!New Contributors
Full Changelog: vuejs/test-utils@2.2.10...v2.3.0
v2.2.10
Compare Source
What's Changed
Full Changelog: vuejs/test-utils@v2.2.9...2.2.10
v2.2.9
Compare Source
What's Changed
Full Changelog: vuejs/test-utils@v2.2.8...v2.2.9
v2.2.8
Compare Source
What's Changed
Full Changelog: vuejs/test-utils@v2.2.7...v2.2.8
cypress-io/cypress
v12.6.0
Compare Source
Changelog: https://docs.cypress.io/guides/references/changelog#​12.6.0
v12.5.1
Compare Source
Changelog: https://docs.cypress.io/guides/references/changelog#​12-5-1
v12.5.0
Compare Source
Changelog: https://docs.cypress.io/guides/references/changelog#​12-5-0
v12.4.1
Compare Source
Changelog: https://docs.cypress.io/guides/references/changelog#​12-4-1
v12.4.0
Compare Source
Changelog: https://docs.cypress.io/guides/references/changelog#​12-4-0
marvinhagemeister/kolorist
v1.7.0
: 1.7.0Compare Source
What's Changed
NO_COLOR
by @privatenumber in https://github.com/marvinhagemeister/kolorist/pull/20FORCE_COLOR=2,3
by @privatenumber in https://github.com/marvinhagemeister/kolorist/pull/21New Contributors
Full Changelog: marvinhagemeister/kolorist@v1.6.0...v1.7.0
okonet/lint-staged
v13.1.2
Compare Source
Bug Fixes
v13.1.1
Compare Source
Bug Fixes
--stash
when using the--diff
option (99390c3)minimistjs/minimist
v1.2.8
Compare Source
Merged
#17
#12
#10
Fixed
#15
#8
#15
#9
#5
#8
#9
Commits
a026794
5368ca4
e5f5067
62fde7d
36ac5d0
auto-changelog
73923d2
d80727d
48bc06a
34b0f1c
5df0fe4
covert
tonyc
a48b128
covert
,tape
; remove unnecessarytap
f0fb958
funding
in package.json3639e0c
npmignore
to autogenerate an npmignore filebe2e038
282b570
ef9153f
@ljharb/eslint-config
,aud
098873c
@ljharb/eslint-config
,aud
3124ed3
safe-publish-latest
4b927de
aud
inposttest
b32d9bd
f9fdfc0
ba92fe6
tape
950eaa7
npmignore
dev dep3226afa
980d7ac
vuejs/pinia
v2.0.32
Compare Source
Please refer to CHANGELOG.md for details.
v2.0.31
Compare Source
Please refer to CHANGELOG.md for details.
v2.0.30
Compare Source
Please refer to CHANGELOG.md for details.
v2.0.29
Compare Source
Please refer to CHANGELOG.md for details.
prettier/prettier
v2.8.4
Compare Source
diff
Fix leading comments in mapped types with
readonly
(#13427 by @thorn0, @sosukesuzuki)Group params in opening block statements (#14067 by @jamescdavis)
This is a follow-up to #13930 to establish wrapping consistency between opening block statements and else blocks by
grouping params in opening blocks. This causes params to break to a new line together and not be split across lines
unless the length of params exceeds the print width. This also updates the else block wrapping to behave exactly the
same as opening blocks.
Ignore files in
.sl/
(#14206 by @bolinfest)In Sapling SCM,
.sl/
is the folder where it stores its state, analogous to.git/
in Git. It should be ignored in Prettier like the other SCM folders.Recognize
@satisfies
in Closure-style type casts (#14262 by @fisker)Fix parens in inferred function return types with
extends
(#14279 by @fisker)v2.8.3
Compare Source
diff
Allow self-closing tags on custom elements (#14170 by @fisker)
See Angular v15.1.0 release note for details.
v2.8.2
Compare Source
diff
Don't lowercase link references (#13155 by @DerekNonGeneric & @fisker)
Preserve self-closing tags (#13691 by @dcyriller)
Allow custom "else if"-like blocks with block params (#13930 by @jamescdavis)
#13507 added support for custom block keywords used with
else
, but failed to allow block params. This updates printer-glimmer to allow block params with custom "else if"-like blocks.Preserve empty lines between nested SCSS maps (#13931 by @jneander)
Fix missing parentheses when an expression statement starts with
let[
(#14000, #14044 by @fisker, @thorn0)Fix semicolon duplicated at the end of LESS file (#14007 by @mvorisek)
Fix no space after unary minus when followed by opening parenthesis in LESS (#14008 by @mvorisek)
Do not change case of property name if inside a variable declaration in LESS (#14034 by @mvorisek)
Fix formatting for auto-accessors with comments (#14038 by @fisker)
Add parentheses for TSTypeQuery to improve readability (#14042 by @onishi-kohei)
Fix displacing of comments in default switch case (#14047 by @thorn0)
It was a regression in Prettier 2.6.0.
Support type annotations on auto accessors via
babel-ts
(#14049 by @sosukesuzuki)The bug that
@babel/parser
cannot parse auto accessors with type annotations has been fixed. So we now support it viababel-ts
parser.Fix formatting of empty type parameters (#14073 by @fisker)
Add parentheses to head of
ExpressionStatement
instead of the whole statement (#14077 by @fisker)Fix comments after directive (#14081 by @fisker)
Fix formatting for comments inside JSX attribute (#14082 with by @fisker)
Quote numeric keys for json-stringify parser (#14083 by @fisker)
Fix removing commas from function arguments in maps (#14089 by @sosukesuzuki)
Do not insert space in LESS property access (#14103 by @fisker)
bahmutov/start-server-and-test
v1.15.4
Compare Source
Bug Fixes
v1.15.3
Compare Source
Bug Fixes
vitejs/vite
v4.1.3
Compare Source
<noscript>
(#11764) (1dba285), closes #11764v4.1.2
Compare Source
crossOrigin
attribute (#12023) (6a0d356), closes #12023ssrTransform
parse error (#12060) (19f39f7), closes #12060import.meta.hot?.accept
(#12053) (081c27f), closes #12053v4.1.1
Compare Source
v4.1.0
Compare Source
Vite 4.1 updates to the latest versions of Rollup and esbuild. Check out the new Rollup docs, that are now powered by VitePress making the navigation between Vite and Rollup docs easier for users.
Vite docs got a theme update migrating to the latest version of VitePress.
As part of Vite 4, the Vue and React plugins have been extracted out of the monorepo. Although their release cycle will no longer follow Vite releases moving forward, Vite 4.1 is released in parallel with new versions of @vitejs/plugin-react and @vitejs/plugin-react-swc. @vitejs/plugin-react 3.1.0 reworks the way HMR is handled fixing many edge cases and @vitejs/plugin-react-swc 3.1.0 adds support for SWC plugins.
There is also a new major for @vitejs/plugin-legacy, see changelog for v4.0.0. This version contains breaking changes:
targets
default.Features
Bug Fixes
Configuration
📅 Schedule: Branch creation - "before 3am on Monday" (UTC), 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.