fix(deps): update all non-major dependencies #119
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:
^7.21.0->^7.21.3^18.15.0->^18.15.5^5.54.1->^5.56.0^5.54.1->^5.56.0^1.16.0->^1.17.0^1.12.0->^1.13.0^7.1.0->^7.1.1^11.1.0->^11.1.1^1.31.2->^1.32.07.29.1->7.30.02.8.4->2.8.6^3.19.1->^3.20.0^3.12.4->^3.12.6^4.1.4->^4.2.1^0.29.2->^0.29.7Release Notes
babel/babel
v7.21.3Compare Source
👓 Spec Compliance
babel-parser🐛 Bug Fix
babel-parserbabel-plugin-transform-typescriptvardecls generated byimport ... =TS transform (@amoeller)export { type foo }as type-only usage (@magic-akari)💅 Polish
babel-traverse,babel-types@babelpackage (@nicolo-ribaudo)babel-generatorjsonCompatibleStringsdeprecation (@liuxingbaoyu)🏠 Internal
🔬 Output optimization
babel-plugin-transform-typescript,babel-preset-typescripttypescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v5.56.0Compare Source
Bug Fixes
Features
v5.55.0Compare Source
Bug Fixes
Features
5.54.1 (2023-03-06)
Note: Version bump only for package @typescript-eslint/eslint-plugin
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v5.56.0Compare Source
Note: Version bump only for package @typescript-eslint/parser
v5.55.0Compare Source
Features
5.54.1 (2023-03-06)
Note: Version bump only for package @typescript-eslint/parser
Shinigami92/eslint-define-config
v1.17.0Compare Source
diff
parserOptions.projectto benull(#175)ota-meshi/eslint-plugin-regexp
v1.13.0Compare Source
✨ Enhancements
@eslint-communitypackages by @ota-meshi in https://github.com/ota-meshi/eslint-plugin-regexp/pull/510Full Changelog: ota-meshi/eslint-plugin-regexp@v1.12.0...v1.13.0
sindresorhus/execa
v7.1.1Compare Source
Features
$.sync(options)`command`is used instead of$(options).sync`command`(#551)Bug fixes
$`command argument${value}`(#553)stdinoption when using$`command`: it should beinherit(#550)jprichardson/node-fs-extra
v11.1.1Compare Source
Microsoft/playwright
v1.32.0Compare Source
📣 Introducing UI Mode (preview)
Playwright v1.32 updates
New UI Mode lets you explore, run and debug tests. Comes with a built-in watch mode.
Engage with a new flag
--ui:npx playwright test --uiNew APIs
option: updateModeandoption: updateContentinpage.routeFromHAR()andbrowserContext.routeFromHAR().TestInfo.testId.namein methodTracing.startChunk().Note: component tests only, does not affect end-to-end tests.
@playwright/experimental-ct-reactnow supports React 18 only.@playwright/experimental-ct-reactwith@playwright/experimental-ct-react17.Browser Versions
This version was also tested against the following stable channels:
pnpm/pnpm
v7.30.0Compare Source
Minor Changes
patches-dirsetting #6215Patch Changes
Our Gold Sponsors
Our Silver Sponsors
v7.29.3Compare Source
Patch Changes
node_modules/.pnpm/node_modulesdirectory through theNODE_PATHenv variable, then the command's ownnode_modulesdirectory #5176.extend-node-pathis set back totrueby default. It was set tofalsein v7.29.2 in order to fix issues with multiple versions of Jest in one workspace. It has caused other issues, so now we keep extendingNODE_PATH. We have fixed the Jest issue with a different solution #6213.Our Gold Sponsors
Our Silver Sponsors
v7.29.2Compare Source
prettier/prettier
v2.8.6Compare Source
diff
Allow decorators on private members and class expressions (#14548 by @fisker)
v2.8.5Compare Source
diff
Support TypeScript 5.0 (#14391 by @fisker, #13819 by @fisker, @sosukesuzuki)
TypeScript 5.0 introduces two new syntactic features:
constmodifiers for type parametersexport type *declarationsAdd missing parentheses for decorator (#14393 by @fisker)
Add parentheses for
TypeofTypeAnnotationto improve readability (#14458 by @fisker)Support
max_line_length=offwhen parsing.editorconfig(#14516 by @josephfrazier)If an .editorconfig file is in your project and it sets
max_line_length=offfor the file you're formatting,it will be interpreted as a
printWidthofInfinityrather than being ignored(which previously resulted in the default
printWidthof 80 being applied, if not overridden by Prettier-specific configuration).rollup/rollup
v3.20.0Compare Source
2023-03-20
Features
Bug Fixes
Pull Requests
esbuild-kit/tsx
v3.12.6Compare Source
Bug Fixes
v3.12.5Compare Source
Bug Fixes
vitejs/vite
v4.2.1Compare Source
virtual:to virtual module source map ignore (#12444) (c4aa28f), closes #12444v4.2.0Compare 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.envcan 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.sourcemapIgnoreListandbuild.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
tsconfigextendsarray 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 #12207sourcemapIgnoreListconfiguration option (#12174) (f875580), closes #12174build.targetif terser is 5.16.0+ (#12197) (9885f6f), closes #12197this.loadin plugin container context (#11469) (abfa804), closes #11469Bug Fixes
server.sourcemapIgnoreList(#12251) (209c3bd), closes #12251resolve.exportsto2.0.1to fix*resolution issue (#12314) (523d6f7), closes #12314sourcesfor 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
vitest-dev/vitest
v0.29.7Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.29.6Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.29.5Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.29.4Compare Source
🚀 Features
--test-timeoutCLI argument - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/3019 (63c62)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.