-
Notifications
You must be signed in to change notification settings - Fork 16
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: update dev dependencies (non-major) #333
Merged
Merged
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
Size Change: 0 B Total Size: 49.3 kB ℹ️ View Unchanged
|
renovate
bot
changed the title
chore: update dependency @types/chai to v4.3.17
chore: update dev dependencies (non-major)
Aug 1, 2024
renovate
bot
force-pushed
the
renovate/dev-dependencies
branch
4 times, most recently
from
August 7, 2024 16:59
f25f3cb
to
e44c7c3
Compare
renovate
bot
force-pushed
the
renovate/dev-dependencies
branch
5 times, most recently
from
August 15, 2024 16:13
d6dc49f
to
b8daa37
Compare
renovate
bot
force-pushed
the
renovate/dev-dependencies
branch
8 times, most recently
from
August 23, 2024 22:43
dd22b8e
to
152328f
Compare
renovate
bot
force-pushed
the
renovate/dev-dependencies
branch
4 times, most recently
from
September 1, 2024 12:52
f96e0d7
to
fb1ad84
Compare
renovate
bot
force-pushed
the
renovate/dev-dependencies
branch
5 times, most recently
from
September 9, 2024 16:41
9984707
to
bcef6e1
Compare
renovate
bot
force-pushed
the
renovate/dev-dependencies
branch
2 times, most recently
from
September 11, 2024 10:09
cee75a4
to
a2e27c5
Compare
renovate
bot
force-pushed
the
renovate/dev-dependencies
branch
6 times, most recently
from
October 11, 2024 13:42
37653c8
to
f1dc7bf
Compare
renovate
bot
force-pushed
the
renovate/dev-dependencies
branch
6 times, most recently
from
October 20, 2024 02:26
fe1257f
to
b8f5fac
Compare
renovate
bot
force-pushed
the
renovate/dev-dependencies
branch
7 times, most recently
from
October 28, 2024 21:20
64ee494
to
9ab2ee9
Compare
renovate
bot
force-pushed
the
renovate/dev-dependencies
branch
7 times, most recently
from
October 29, 2024 20:29
da1579b
to
1357767
Compare
renovate
bot
force-pushed
the
renovate/dev-dependencies
branch
from
October 29, 2024 21:02
1357767
to
fb23396
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:
3.2.2
->3.3.1
2.5.27
->2.7.3
10.0.7
->10.0.9
18.19.42
->18.19.61
5.1.1
->5.1.2
8.57.0
->8.57.1
10.7.0
->10.8.1
24.0.0
->24.2.0
2.6.3
->2.8.0
5.5.4
->5.6.3
Release Notes
sveltejs/kit (@sveltejs/adapter-auto)
v3.3.1
Patch Changes
docs: update URLs for new svelte.dev site (#12857)
Updated dependencies [
dcbe4222a194c5f90cfc0fc020cf065f7a4e4c46
,4cdbf76fbbf0c0ce7f574ef69c8daddcf954d39d
,3a9b78f04786898ca93f6d4b75ab18d26bc45192
,723eb8b31e6a22c82f730c30e485386c8676b746
,8ec471c875345b751344e67580ff1b772ef2735b
]:v3.3.0
Minor Changes
v3.2.5
Compare Source
Patch Changes
fix: import
node:process
instead of using globals (#12641)Updated dependencies [
e798ef718f163bed4f93e1918bd8294f765376ad
]:v3.2.4
Compare Source
Patch Changes
chore: configure provenance in a simpler manner (#12570)
Updated dependencies [
087a43d391fc38b8c008fb39a804dc6988974101
]:v3.2.3
Compare Source
Patch Changes
chore: package provenance (#12567)
Updated dependencies [
4930a8443caa53bcecee7b690cd28e429b1c8a20
]:sveltejs/kit (@sveltejs/kit)
v2.7.3
Compare Source
Patch Changes
fix: include importer in illegal import error message (#12820)
fix: don't try reading assets directly that aren't present (#12876)
fix: decode non-latin characters when previewing prerendered pages (#12874)
fix: better error message when a
Result
is returned from a form action (#12829)docs: update URLs for new svelte.dev site (#12857)
v2.7.2
Compare Source
Patch Changes
v2.7.1
Compare Source
Patch Changes
chore: upgrade to sirv 3.0 (#12796)
fix: warn when form action responses are lost because SSR is off (#12063)
v2.7.0
Compare Source
Minor Changes
Patch Changes
fix: correctly handle relative paths when fetching assets on the server (#12113)
fix: decode non ASCII anchor hashes when scrolling into view (#12699)
fix: page response missing CSP and Link headers when return promise in
load
(#12418)v2.6.4
Compare Source
Patch Changes
fix: only preload links that have a different URL than the current page (#12773)
fix: revert change to replace version in generateBundle (#12779)
fix: catch stack trace fixing errors thrown in web containers (#12775)
fix: use absolute links in JSDoc comments (#12772)
v2.6.3
Compare Source
Patch Changes
fix: ensure a changing
version
doesn't affect the hashes for chunks without any actual code changes (#12700)fix: prevent crash when logging URL search params in a server load function (#12763)
chore: revert update dependency cookie to ^0.7.0 (#12767)
v2.6.2
Compare Source
Patch Changes
v2.6.1
Compare Source
Patch Changes
v2.6.0
Compare Source
Minor Changes
load
functions (#12716)Patch Changes
<form target="_blank">
and ` submissions (#11936)v2.5.28
Compare Source
Patch Changes
node:process
instead of using globals (#12641)chaijs/chai (chai)
v5.1.2
Compare Source
What's Changed
Full Changelog: chaijs/chai@v5.1.1...v5.1.2
eslint/eslint (eslint)
v8.57.1
Compare Source
mochajs/mocha (mocha)
v10.8.1
Compare Source
🩹 Fixes
v10.8.0
Compare Source
🌟 Features
🩹 Fixes
:is()
frommocha.css
to support older browsers (#5225) (#5227) (0a24b58)📚 Documentation
SECURITY.md
pointing to Tidelift (#5210) (bd7e63a)🧹 Chores
v10.7.3
Compare Source
🩹 Fixes
semantic-release/semantic-release (semantic-release)
v24.2.0
Compare Source
Features
v24.1.3
Compare Source
Bug Fixes
v24.1.2
Compare Source
Bug Fixes
@semantic-release/github
tov11.0.0
(#3460) (43df51b)v24.1.1
Compare Source
v24.1.0
Compare Source
Microsoft/tslib (tslib)
v2.8.0
Compare Source
What's Changed
Full Changelog: microsoft/tslib@v2.7.0...v2.8.0
v2.7.0
Compare Source
microsoft/TypeScript (typescript)
v5.6.3
Compare Source
v5.6.2
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 was generated by Mend Renovate. View the repository job log.