-
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
chore(deps): update npm dependencies (major) #17
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/major-npm-dependencies
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+482
−486
Conversation
This file contains 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
renovate
bot
force-pushed
the
renovate/major-npm-dependencies
branch
6 times, most recently
from
March 12, 2024 16:25
216e9e5
to
da4961c
Compare
renovate
bot
force-pushed
the
renovate/major-npm-dependencies
branch
from
March 21, 2024 21:59
da4961c
to
d18cd79
Compare
renovate
bot
changed the title
chore(deps): update eslint-plugin-markdown from 3.0.1 to v4
chore(deps): update npm dependencies (major)
Apr 3, 2024
renovate
bot
force-pushed
the
renovate/major-npm-dependencies
branch
2 times, most recently
from
April 5, 2024 22:41
cced942
to
23f62f8
Compare
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: package-lock.json
|
renovate
bot
force-pushed
the
renovate/major-npm-dependencies
branch
5 times, most recently
from
April 10, 2024 15:57
9faaa12
to
701839f
Compare
renovate
bot
force-pushed
the
renovate/major-npm-dependencies
branch
from
April 24, 2024 07:09
701839f
to
6b0608a
Compare
renovate
bot
force-pushed
the
renovate/major-npm-dependencies
branch
from
May 2, 2024 22:27
6b0608a
to
cba0fd8
Compare
renovate
bot
force-pushed
the
renovate/major-npm-dependencies
branch
from
May 10, 2024 06:17
cba0fd8
to
f8206c0
Compare
renovate
bot
force-pushed
the
renovate/major-npm-dependencies
branch
3 times, most recently
from
May 23, 2024 18:13
756870f
to
bff57a3
Compare
renovate
bot
force-pushed
the
renovate/major-npm-dependencies
branch
6 times, most recently
from
June 16, 2024 17:17
8da0d01
to
d44322e
Compare
renovate
bot
force-pushed
the
renovate/major-npm-dependencies
branch
3 times, most recently
from
October 7, 2024 18:46
d0ec4d6
to
46f3ed1
Compare
renovate
bot
force-pushed
the
renovate/major-npm-dependencies
branch
6 times, most recently
from
October 17, 2024 19:28
bb9deb9
to
3a6dc17
Compare
renovate
bot
force-pushed
the
renovate/major-npm-dependencies
branch
7 times, most recently
from
October 23, 2024 04:43
aa0e55d
to
944cf66
Compare
renovate
bot
force-pushed
the
renovate/major-npm-dependencies
branch
9 times, most recently
from
November 4, 2024 18:45
7901caf
to
98a9b50
Compare
renovate
bot
force-pushed
the
renovate/major-npm-dependencies
branch
3 times, most recently
from
November 9, 2024 15:15
634c987
to
8b98f27
Compare
renovate
bot
force-pushed
the
renovate/major-npm-dependencies
branch
from
November 11, 2024 03:15
8b98f27
to
1f8d3f4
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:
^1.0.0
->^2.0.0
^1.0.0
->^2.0.0
^20.0.0
->^22.0.0
^7.0.0
->^8.0.0
^7.0.0
->^8.0.0
^8.0.0
->^9.0.0
^3.0.0
->^5.0.0
^1.0.0
->^2.0.0
^1.0.0
->^2.0.0
^51.0.0
->^56.0.0
^24.0.0
->^25.0.0
Release Notes
tauri-apps/tauri (@tauri-apps/api)
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
v2.0.3
: tauri-build v2.0.3Compare Source
Cargo Audit
[2.0.3]
Dependencies
tauri-utils@2.1.0
tauri-codegen@2.0.3
Cargo Publish
v2.0.2
: @tauri-apps/api v2.0.2Compare Source
PNPM Audit
[2.0.2]
What's Changed
e968b3d25
(#11219 by @lucasfernog) Actually publish package with the latest tag.PNPM Publish
v2.0.1
: tauri-build v2.0.1Compare Source
Cargo Audit
[2.0.1]
What's Changed
0ab2b3306
(#11205 by @lucasfernog) Downgrade MSRV to 1.77.2 to support Windows 7.Dependencies
tauri-utils@2.0.1
tauri-codegen@2.0.1
Cargo Publish
Configuration
📅 Schedule: Branch creation - "every weekend before 5:00am" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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.