-
-
Notifications
You must be signed in to change notification settings - Fork 0
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 all non-major dependencies #93
Conversation
|
New dependency changes detected. Learn more about Socket for GitHub ↗︎ 👍 No new dependency issues detected in pull request Bot CommandsTo ignore an alert, reply with a comment starting with Pull request alert summary
📊 Modified Dependency Overview:
🚮 Removed packages: @commitlint/cli@17.4.2, @commitlint/config-conventional@17.4.2, prettier@2.8.3, vitest@0.28.4 |
334573d
to
05bb4bc
Compare
968d70d
to
7820dbe
Compare
b818552
to
eba5d98
Compare
7d92b98
to
cf1d487
Compare
55f09e0
to
24d4897
Compare
88220fd
to
feba1de
Compare
56f1179
to
b32c523
Compare
b32c523
to
d19e358
Compare
This PR contains the following updates:
17.4.2
->17.6.1
17.4.2
->17.6.1
4.0.0
->4.1.1
5.8.0
->5.8.1
1.8.2
->1.9.0
2.8.3
->2.8.7
29.0.5
->29.1.0
0.25.0
->0.28.1
3.12.3
->3.12.6
4.1.1
->4.2.1
0.28.4
->0.30.1
0.53.1
->0.54.1
Release Notes
conventional-changelog/commitlint (@commitlint/cli)
v17.6.1
Compare Source
Note: Version bump only for package @commitlint/cli
v17.6.0
Compare Source
Note: Version bump only for package @commitlint/cli
17.5.1 (2023-03-28)
Note: Version bump only for package @commitlint/cli
v17.5.1
Compare Source
Note: Version bump only for package @commitlint/cli
v17.5.0
Compare Source
Note: Version bump only for package @commitlint/cli
17.4.4 (2023-02-17)
Note: Version bump only for package @commitlint/cli
17.4.3 (2023-02-13)
Note: Version bump only for package @commitlint/cli
17.4.2 (2023-01-12)
Note: Version bump only for package @commitlint/cli
17.4.1 (2023-01-09)
Note: Version bump only for package @commitlint/cli
v17.4.4
Compare Source
Note: Version bump only for package @commitlint/cli
v17.4.3
Compare Source
Note: Version bump only for package @commitlint/cli
conventional-changelog/commitlint (@commitlint/config-conventional)
v17.6.1
Compare Source
Note: Version bump only for package @commitlint/config-conventional
v17.6.0
Compare Source
Note: Version bump only for package @commitlint/config-conventional
17.4.4 (2023-02-17)
Note: Version bump only for package @commitlint/config-conventional
17.4.3 (2023-02-13)
Note: Version bump only for package @commitlint/config-conventional
17.4.2 (2023-01-12)
Note: Version bump only for package @commitlint/config-conventional
v17.4.4
Compare Source
Note: Version bump only for package @commitlint/config-conventional
v17.4.3
Compare Source
Note: Version bump only for package @commitlint/config-conventional
trivago/prettier-plugin-sort-imports
v4.1.1
Compare Source
Revert
v4.1.0
Compare Source
New features
vercel/pkg
v5.8.1
Compare Source
Patches
dd9de59
@types/babel__generator
package: #1755Credits
Huge thanks to @ignatiusmb, @eltociear, @PraveenAnaparthi, and @brianunlam for helping!
privatenumber/pkgroll
v1.9.0
Compare Source
Features
[@types](https://togithub.com/types)
is in devDeps but couterpart is in deps (#31) (4a7ec03)prettier/prettier
v2.8.7
Compare Source
diff
Allow multiple decorators on same getter/setter (#14584 by @fisker)
v2.8.6
Compare Source
diff
Allow decorators on private members and class expressions (#14548 by @fisker)
v2.8.5
Compare Source
diff
Support TypeScript 5.0 (#14391 by @fisker, #13819 by @fisker, @sosukesuzuki)
TypeScript 5.0 introduces two new syntactic features:
const
modifiers for type parametersexport type *
declarationsAdd missing parentheses for decorator (#14393 by @fisker)
Add parentheses for
TypeofTypeAnnotation
to improve readability (#14458 by @fisker)Support
max_line_length=off
when parsing.editorconfig
(#14516 by @josephfrazier)If an .editorconfig file is in your project and it sets
max_line_length=off
for the file you're formatting,it will be interpreted as a
printWidth
ofInfinity
rather than being ignored(which previously resulted in the default
printWidth
of 80 being applied, if not overridden by Prettier-specific configuration).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)kulshekhar/ts-jest
v29.1.0
Compare Source
Features
29.0.5 (2023-01-13)
Reverts
tsJestConfig
is different (#3966)" (185eb18), closes #396629.0.4 (2023-01-10)
Bug Fixes
tsJestConfig
is different (#3966) (a445638)json5
to2.2.3
(#3976)(b9f7809)29.0.3 (2022-09-28)
Bug Fixes
globals
with transformer config correctly (#3842) (9c9fd60), closes #3841Features
useESM
option topathsToModuleNameMapper
options (#3792) (eabe906)29.0.2 (2022-09-23)
Bug Fixes
ts-jest
as optional inConfigGlobals
(#3816) (cbb88bb), closes #3815config:init
command (#3825) (21b94db)29.0.2 (2022-09-22)
Bug Fixes
ts-jest
as optional inConfigGlobals
(#3816) (cbb88bb), closes #381529.0.1 (2022-09-13)
Bug Fixes
Features
ts-jest
options viatransform
config (#3805) (664b0f2)SamVerschueren/tsd
v0.28.1
Compare Source
tsd
fails (#189)c785d9c
v0.28.0
Compare Source
3152b12
3dcaae7
223d6a2
2dc5358
02c7fc3
--show-diff
CLI option (#165)8387d9e
v0.27.0
Compare Source
expectError
(#178)b4503d0
168de40
v0.26.1
Compare Source
5b117c5
v0.26.0
Compare Source
114db77
esbuild-kit/tsx
v3.12.6
Compare Source
Bug Fixes
v3.12.5
Compare Source
Bug Fixes
v3.12.4
Compare Source
Bug Fixes
process.listeners()
(#194) (b6793b2)vitejs/vite
v4.2.1
Compare Source
virtual:
to virtual module source map ignore (#12444) (c4aa28f), closes #12444v4.2.0
Compare Source
Vite 4.2 is out!
Support env variables replacement in HTML files
Vite now supports replacing env variables in HTML files. Any properties in
import.meta.env
can be used in HTML files with a special%ENV_NAME%
syntax:Sourcemaps improvements
The Chrome Dev Tools team has been working to improve the DX of Vite and Vite-powered frameworks in the dev tools. Vite 4.2 brings an improved experience and tools for framework authors to hide 3rd party code and build artifacts from the user from console log traces using
server.sourcemapIgnoreList
andbuild.rollupOptions.output.sourcemapIgnoreList
.ESM subpath imports
Vite 4.2 now supports subpath imports, thanks to @lukeed05's resolve.exports library.
TypeScript 5 support
Vite 4.2 also supports TypeScript 5's
tsconfig
extends
array format, thanks to tsconfck.esbuild 0.17
esbuild v0.17.0 improved the design of its incremental, watch, and serve APIs. Check out #11908 for the rationale of why we didn't consider the backward-incompatible changes breaking for our use cases. The updated esbuild design now allows Vite to properly cancel in-fly builds and improve server restarts.
Use Rollup types from the vite package
Expose Rollup types as a namespace. This is helpful to avoid type conflicts because of different versions of Rollup types in environments like vite-ecosystem-ci (#12316).
Português Docs Translation
The Vite documentation is now translated to Português at pt.vitejs.dev thanks to Nazaré Da Piedade .
Features
build.cssMinify
(#12207) (90431f2), closes #12207sourcemapIgnoreList
configuration option (#12174) (f875580), closes #12174build.target
if terser is 5.16.0+ (#12197) (9885f6f), closes #12197this.load
in plugin container context (#11469) (abfa804), closes #11469Bug Fixes
server.sourcemapIgnoreList
(#12251) (209c3bd), closes #12251resolve.exports
to2.0.1
to fix*
resolution issue (#12314) (523d6f7), closes #12314sources
for transformed source maps (#12079) (bcbc582), closes #12079Previous Changelogs
4.2.0-beta.2 (2023-03-13)
See 4.2.0-beta.2 changelog
4.2.0-beta.1 (2023-03-07)
See 4.2.0-beta.1 changelog
4.2.0-beta.0 (2023-02-27)
See 4.2.0-beta.0 changelog
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](https://togithub.com/vitejConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.