build(dev-deps): update all non-major dependencies #174
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:
19.5.0
->19.6.0
19.5.0
->19.6.0
9.1.0
->9.2.0
8.4.1
->8.4.6
8.4.1
->8.4.6
8.4.1
->8.4.6
8.4.1
->8.4.6
8.4.1
->8.4.6
8.4.1
->8.4.6
8.4.1
->8.4.6
8.4.1
->8.4.6
1.7.42
->1.9.3
2.0.3
->2.1.1
2.0.1
->2.0.2
22.8.7
->22.10.1
4.3.3
->4.3.4
9.1.6
->9.1.7
8.4.1
->8.4.6
2.0.6
->2.1.1
4.26.1
->4.29.0
5.6.3
->5.7.2
5.4.10
->5.4.11
5.0.1
->5.1.3
4.5.1
->4.5.3
Release Notes
conventional-changelog/commitlint (@commitlint/cli)
v19.6.0
Compare Source
Note: Version bump only for package @commitlint/cli
conventional-changelog/commitlint (@commitlint/config-conventional)
v19.6.0
Compare Source
Note: Version bump only for package @commitlint/config-conventional
faker-js/faker (@faker-js/faker)
v9.2.0
Compare Source
Features
Changed Locales
storybookjs/storybook (@storybook/addon-essentials)
v8.4.6
Compare Source
@sveltejs/vite-plugin-svelte
v5 - #29731, thanks @JReinhold!v8.4.5
Compare Source
v8.4.4
Compare Source
v8.4.3
Compare Source
v8.4.2
Compare Source
@storybook/test
- #29514, thanks @shilman!swc-project/swc (@swc/core)
v1.9.3
Compare Source
Bug Fixes
(@swc/types) Tsc build file ignored by npm (#9754) (14a5c1e)
(es) Source map
super(...args)
calls in injected constructors (#9745) (35b0ca0)(es/plugin) Migrate
swc plugin new
to use.cargo/config.toml
(#9740) (4ffb21e)(es/resolver) Ignore
VarDecl
withdeclare: true
(#9734) (aa0f784)Documentation
Assumptions
API (#9746) (cd4321c)Features
(plugin) Bump
rkyv
tov0.8.8
(#9730) (81ac77e)(plugin) Update
wasmer
tov5
(#9731) (9b74ccd)(visit) Derive serde for
AstParentKind
(#9744) (e0fdd68)Miscellaneous Tasks
(bindings/node) Format
binding.js
(#9738) (9f8c14f)(deps) Update cargo (patch) (#9724) (da37439)
Performance
analyze_source_file
lazy, again (#9732) (c1d12d6)Refactor
(es/compat) Use special span instead of passing
static_blocks_mark
(#9725) (6ad0735)Delay Wasm-plugin breaking changes (#9735) (92faf5b)
v1.9.2
Compare Source
Bug Fixes
Features
inline_script
support (#9729) (e732a36)v1.9.1
Compare Source
Bug Fixes
ends_with_alpha_num
(#9720) (569c799)v1.9.0
Compare Source
Bug Fixes
(es/minifier) Avoid generating reserved mangling names (#9710) (b49317a)
(es/plugin) Revert #9696 (#9717) (772f023)
Features
isolatedDeclarations
updates (#9712) (6194044)Miscellaneous Tasks
v1.8.0
Compare Source
Bug Fixes
(es/typescript) Handle multiline type parameters in async arrow functions (#9704) (c5ed19c)
(es/typescript) Handle ASI hazards in fast type strip (#9707) (c135f71)
Features
(es) Add
es2023
andes2024
toEsVersion
(#9700) (5a6f0e6)(es/plugin) Introduce
manual-tokio-runtmie
toswc
crate (#9701) (97298c4)Performance
(common) Make character analysis lazy (#9696) (1c3eaf6)
(es/renamer) Modify parallel renaming threshold (#9706) (91a9106)
tauri-apps/tauri (@tauri-apps/api)
v2.1.1
: @tauri-apps/api v2.1.1Compare Source
PNPM Audit
[2.1.1]
Bug Fixes
5e9435487
(#11645 by dgerhardt) Fix regression intoLogical
andtoPhysical
for position types indpi
module returning incorrecty
value.e8a50f6d7
(#11645) Fix integer values ofBasDirectory.Home
andBaseDirectory.Font
regression which broke path APIs in JS.PNPM Publish
v2.1.0
: @tauri-apps/api v2.1.0Compare Source
PNPM Audit
[2.1.0]
New Features
5c4b83084
(#11191 by @amrbashir) Improved support fordpi
module types to allow these types to be used without manual conversions withinvoke
:SERIALIZE_TO_IPC_FN
const incore
module which can be used to implement custom IPC serialization for types passed toinvoke
.Size
andPosition
classes indpi
module.SERIALIZE_TO_IPC_FN
method onPhysicalSize
,PhysicalPosition
,LogicalSize
andLogicalPosition
to convert it into a valid IPC-compatible value that can be deserialized correctly on the Rust side into its equivalent struct.4d545ab3c
(#11486 by @amrbashir) AddedWebview::setBackgroundColor
,WebviewWindow::setBackgroundColor
APIs to set the window background color dynamicallyand a
backgroundColor
window option to set the background color on window creation.cbc095ec5
(#11451 by @amrbashir) Addapp > windows > devtools
config option and when creating the webview from JS, to enable or disable devtools for a specific webview.2a75c64b5
(#11469 by @amrbashir) AddedwindowClassname
option, when constructing aWebview
orWebviewWindow
, to specify the name of the window class on Windows.Bug Fixes
54cbf59b5
(#11441 by @amrbashir) Fix submenu created as a menu item instead of a submenu when created by using an object in theitems
field in the options object passed toMenu.new
orSubmenu.new
.PNPM Publish
tauri-apps/plugins-workspace (@tauri-apps/plugin-fs)
v2.0.2
Compare Source
vitejs/vite-plugin-react (@vitejs/plugin-react)
v4.3.4
Compare Source
Add Vite 6 to peerDependencies range
Vite 6 is highly backward compatible, not much to add!
Force Babel to output spec compliant import attributes #386
The default was an old spec (
with type: "json"
). We now enforce spec compliant (with { type: "json" }
)typicode/husky (husky)
v9.1.7
Compare Source
sindresorhus/type-fest (type-fest)
v4.29.0
Compare Source
IntClosedRange
type (#992)d7b692b
Schema
: AddrecurseIntoArrays
option (#960)fbbb8ba
v4.28.1
Compare Source
SharedUnionFieldsDeep
: Fix support for optional fields (#988)4b49b93
v4.28.0
Compare Source
TsConfigJson
: Add TypeScript 5.7 fields (#987)9d6fff3
v4.27.1
Compare Source
SharedUnionFieldsDeep
: Fix propagation for non union root types (#984)f215f9f
ArraySlice
: Fix support for union input (#986)0efbae3
v4.27.0
Compare Source
Words
type (#975)13c0c83
Get
: Fix handling of paths with number template literal (#968)b93f54a
TsConfigJson
: AddnoCheck
tocompilerOptions
(#981)a470913
microsoft/TypeScript (typescript)
v5.7.2
Compare Source
vitejs/vite (vite)
v5.4.11
Compare Source
Please refer to CHANGELOG.md for details.
aleclarson/vite-tsconfig-paths (vite-tsconfig-paths)
v5.1.3
Compare Source
b0d8ecb
)vite-tsconfig-paths:resolve
debug logs (7160d6e
)0dc9a8b
)v5.1.2
Compare Source
v5.1.1
Compare Source
${configDir}
syntax in include/exclude (#156)v5.1.0
Compare Source
skip
option for adding additional directories to be skipped when searching for tsconfig.json files (#146)importer
path before callingthis.resolve
in theirresolveId
hooks (#157)4124b09
)yarnpkg/berry (yarn)
v4.5.3
Compare Source
v4.5.2
Compare Source
Configuration
📅 Schedule: Branch creation - "before 4am on the first day of the month" in timezone Europe/Paris, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Never, 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 was generated by Mend Renovate. View the repository job log.