-
-
Notifications
You must be signed in to change notification settings - Fork 24
Update all non-major dependencies #59
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
cb63115
to
ce7fbcc
Compare
ce7fbcc
to
618c155
Compare
618c155
to
a1e09b8
Compare
a1e09b8
to
6e018d6
Compare
6e018d6
to
ae169be
Compare
ae169be
to
33d3437
Compare
33d3437
to
1864f9f
Compare
1864f9f
to
c0162cc
Compare
c0162cc
to
da27482
Compare
da27482
to
9183d76
Compare
9183d76
to
05109a3
Compare
05109a3
to
f204520
Compare
f204520
to
73744f0
Compare
73744f0
to
eb28960
Compare
eb28960
to
9c1105d
Compare
9c1105d
to
ee2d2a1
Compare
ee2d2a1
to
3f2d3e2
Compare
3f2d3e2
to
35cf71c
Compare
35cf71c
to
a8051da
Compare
a8051da
to
b187b0d
Compare
b187b0d
to
719d979
Compare
719d979
to
4100d56
Compare
4100d56
to
081de2a
Compare
081de2a
to
53027c9
Compare
53027c9
to
9298dcb
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
18.11.18
->18.14.2
2.8.1
->2.8.4
5.16.1
->5.16.5
4.9.4
->4.9.5
4.0.4
->4.1.4
1.0.21
->1.2.0
Release Notes
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)
terser/terser
v5.16.5
Compare Source
v5.16.4
Compare Source
(defaultArg = undefined) => ...
, because default args don't count for function length?.
optional chainscatch
andfinally
aren't children oftry
in the AST\p{...}
) to parse identifiers when availablev5.16.3
Compare Source
v5.16.2
Compare Source
let
out offor
initializers, as it can change scopingif (something) let x
("let" in braceless if body)asObject
sourcemap option to typescript defs (#1321)Microsoft/TypeScript
v4.9.5
: TypeScript 4.9.5Compare Source
For release notes, check out the release announcement.
Downloads are available on:
Changes:
69e88ef
Port ignore deprecations to 4.9 (#52419)daf4e81
Port timestamp fix to 4.9 (#52426)vitejs/vite
v4.1.4
Compare Source
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
Previous Changelogs
4.1.0-beta.2 (2023-02-01)
See 4.1.0-beta.2 changelog
4.1.0-beta.1 (2023-01-26)
See 4.1.0-beta.1 changelog
4.1.0-beta.0 (2023-01-09)
See 4.1.0-beta.0 changelog
johnsoncodehk/volar
v1.2.0
Compare Source
Full-time Support by
Just click, and start coding.
Our Sponsors ⭐✨
Adding You
v1.1.7
Compare Source
v1.1.6
Compare Source
.ts
files due to a long list in the outline viewv1.1.5
Compare Source
$style
generic
attributestrictTemplates
enabled (#2431)v1.1.4
Compare Source
volar.vueserver.fullCompletionList
setting (#2422)strictTemplates
did not check for unknown components (#2291)v-model
tochecked
prop for checkbox and radio input tags (#2415)v1.1.3
Compare Source
volar.format.initialIndent
(#2401)v-model
directive on native input (#2399)v1.1.2
Compare Source
editor.formatOnType
(#2394)opencc
is depended on by language server (#2388)v1.1.0
Compare Source
initialIndent
forpug
andsass
volar.inlayHints.missingRequiredProps
)(takeover)
instead of(vue)
in status bar for takeover mode (#2365){{ }}
(#2305)source.addMissingImports
accidentally made imports for properties used the template (#2304)defineEmits<{}>()
would fail the type-checking process (#2370)name
prop / attr for slot (#2308)Breaking changes
vite-plugin-vue-component-preview
for nuxt 3.2vue-preview.root
setting for Nuxt component previewv1.0.24
Compare Source
vueCompilerOptions.macros
setting for vue-macros pluginsFileCapabilities.full
,FileRangeCapabilities.full
,MirrorBehaviorCapabilities.full
normalizeComponentAutoImportName
setting tonormalizeComponentImportName
Index
to folder name whennormalizeComponentImportName
enabled (https://github.com/johnsoncodehk/volar/issues/2071#issuecomment-1373701277)Projects must list all files or use an 'include' pattern
error (#2271)parseSfc
requests when not a vue document changedcodeActionsOnSave
setting (#2188)c is not iterable
error edge case (#2282)getEmbeddedFileNames()
,resolveEmbeddedFile()
v1.0.22
Compare Source
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.
👻 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.