-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
fix(deps): update patch updates (patch) #63
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
renovate
bot
added
the
c: dependencies
Pull requests that adds/updates a dependency
label
Sep 5, 2024
Branch automerge failureThis PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.
|
Thank you for following the naming conventions! 🙏 |
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/@types/node@18.19.68, npm/@types/ssri@7.1.5, npm/@visulima/find-cache-dir@1.0.16, npm/@visulima/package@3.2.0, npm/@visulima/packem@1.10.0 |
renovate
bot
force-pushed
the
renovate/patch-patch-updates
branch
7 times, most recently
from
September 13, 2024 09:25
1352a06
to
54292ef
Compare
renovate
bot
force-pushed
the
renovate/patch-patch-updates
branch
8 times, most recently
from
September 20, 2024 13:13
c08db5b
to
a296052
Compare
renovate
bot
force-pushed
the
renovate/patch-patch-updates
branch
7 times, most recently
from
September 27, 2024 10:36
09fa8c4
to
4fee339
Compare
renovate
bot
force-pushed
the
renovate/patch-patch-updates
branch
3 times, most recently
from
October 2, 2024 09:52
dcacf82
to
d7c20ec
Compare
renovate
bot
force-pushed
the
renovate/patch-patch-updates
branch
4 times, most recently
from
December 3, 2024 11:12
5d893af
to
dffe94a
Compare
renovate
bot
force-pushed
the
renovate/patch-patch-updates
branch
from
December 6, 2024 11:56
dffe94a
to
d2be68f
Compare
renovate
bot
changed the title
chore(deps): update patch updates (patch)
fix(deps): update patch updates (patch)
Dec 10, 2024
renovate
bot
force-pushed
the
renovate/patch-patch-updates
branch
6 times, most recently
from
December 16, 2024 15:50
9a990f6
to
f998d12
Compare
renovate
bot
force-pushed
the
renovate/patch-patch-updates
branch
2 times, most recently
from
December 19, 2024 13:21
9e361ea
to
59ead48
Compare
renovate
bot
changed the title
fix(deps): update patch updates (patch)
chore(deps): update patch updates (patch)
Dec 19, 2024
renovate
bot
force-pushed
the
renovate/patch-patch-updates
branch
4 times, most recently
from
December 26, 2024 10:17
7f7cf0b
to
8d67b6f
Compare
renovate
bot
force-pushed
the
renovate/patch-patch-updates
branch
from
December 30, 2024 09:04
8d67b6f
to
23d3741
Compare
renovate
bot
changed the title
chore(deps): update patch updates (patch)
fix(deps): update patch updates (patch)
Dec 30, 2024
renovate
bot
force-pushed
the
renovate/patch-patch-updates
branch
4 times, most recently
from
January 6, 2025 14:14
9ebd6cd
to
4e64d25
Compare
renovate
bot
force-pushed
the
renovate/patch-patch-updates
branch
from
January 7, 2025 13:16
4e64d25
to
a953cc8
Compare
prisis
approved these changes
Jan 7, 2025
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:
^2.12.1
->^2.12.2
18.19.68
->18.19.70
^1.0.16
->^1.0.18
^3.2.0
->^3.2.2
^1.10.0
->^1.10.4
^1.0.30001689
->^1.0.30001690
^0.24.0
->^0.24.2
^7.0.1
->^7.0.2
9.15.0
->9.15.3
^3
->^3.0.1
^2.1.0
->^2.1.2
^6.0.3
->^6.0.7
Release Notes
sveltejs/kit (@sveltejs/kit)
v2.12.2
Compare Source
Patch Changes
fix: correctly resolve no hooks file when a similarly named directory exists (#13188)
fix: correctly resolve
$app/state
on the server with Vite 5 (#13192)visulima/visulima (@visulima/find-cache-dir)
v1.0.18
Compare Source
Dependencies
v1.0.17
Compare Source
Miscellaneous Chores
Dependencies
visulima/visulima (@visulima/package)
v3.2.2
Compare Source
Dependencies
v3.2.1
Compare Source
Bug Fixes
Miscellaneous Chores
Dependencies
visulima/packem (@visulima/packem)
v1.10.4
Compare Source
Bug Fixes
v1.10.3
Compare Source
Bug Fixes
v1.10.2
Compare Source
Bug Fixes
v1.10.1
Compare Source
Bug Fixes
browserslist/caniuse-lite (caniuse-lite)
v1.0.30001690
Compare Source
evanw/esbuild (esbuild)
v0.24.2
Compare Source
Fix regression with
--define
andimport.meta
(#4010, #4012, #4013)The previous change in version 0.24.1 to use a more expression-like parser for
define
values to allow quoted property names introduced a regression that removed the ability to use--define:import.meta=...
. Even thoughimport
is normally a keyword that can't be used as an identifier, ES modules special-case theimport.meta
expression to behave like an identifier anyway. This change fixes the regression.This fix was contributed by @sapphi-red.
v0.24.1
Compare Source
Allow
es2024
as a target intsconfig.json
(#4004)TypeScript recently added
es2024
as a compilation target, so esbuild now supports this in thetarget
field oftsconfig.json
files, such as in the following configuration file:As a reminder, the only thing that esbuild uses this field for is determining whether or not to use legacy TypeScript behavior for class fields. You can read more in the documentation.
This fix was contributed by @billyjanitsch.
Allow automatic semicolon insertion after
get
/set
This change fixes a grammar bug in the parser that incorrectly treated the following code as a syntax error:
The above code will be considered valid starting with this release. This change to esbuild follows a similar change to TypeScript which will allow this syntax starting with TypeScript 5.7.
Allow quoted property names in
--define
and--pure
(#4008)The
define
andpure
API options now accept identifier expressions containing quoted property names. Previously all identifiers in the identifier expression had to be bare identifiers. This change now makes--define
and--pure
consistent with--global-name
, which already supported quoted property names. For example, the following is now possible:Note that if you're passing values like this on the command line using esbuild's
--define
flag, then you'll need to know how to escape quote characters for your shell. You may find esbuild's JavaScript API more ergonomic and portable than writing shell code.Minify empty
try
/catch
/finally
blocks (#4003)With this release, esbuild will now attempt to minify empty
try
blocks:This can sometimes expose additional minification opportunities.
Include
entryPoint
metadata for thecopy
loader (#3985)Almost all entry points already include a
entryPoint
field in theoutputs
map in esbuild's build metadata. However, this wasn't the case for thecopy
loader as that loader is a special-case that doesn't behave like other loaders. This release adds theentryPoint
field in this case.Source mappings may now contain
null
entries (#3310, #3878)With this change, sources that result in an empty source map may now emit a
null
source mapping (i.e. one with a generated position but without a source index or original position). This change improves source map accuracy by fixing a problem where minified code from a source without any source mappings could potentially still be associated with a mapping from another source file earlier in the generated output on the same minified line. It manifests as nonsensical files in source mapped stack traces. Now thenull
mapping "resets" the source map so that any lookups into the minified code without any mappings resolves tonull
(which appears as the output file in stack traces) instead of the incorrect source file.This change shouldn't affect anything in most situations. I'm only mentioning it in the release notes in case it introduces a bug with source mapping. It's part of a work-in-progress future feature that will let you omit certain unimportant files from the generated source map to reduce source map size.
Avoid using the parent directory name for determinism (#3998)
To make generated code more readable, esbuild includes the name of the source file when generating certain variable names within the file. Specifically bundling a CommonJS file generates a variable to store the lazily-evaluated module initializer. However, if a file is named
index.js
(or with a different extension), esbuild will use the name of the parent directory instead for a better name (since many packages have files all namedindex.js
but have unique directory names).This is problematic when the bundle entry point is named
index.js
and the parent directory name is non-deterministic (e.g. a temporary directory created by a build script). To avoid non-determinism in esbuild's output, esbuild will now useindex
instead of the parent directory in this case. Specifically this will happen if the parent directory is equal to esbuild'soutbase
API option, which defaults to the lowest common ancestor of all user-specified entry point paths.Experimental support for esbuild on NetBSD (#3974)
With this release, esbuild now has a published binary executable for NetBSD in the
@esbuild/netbsd-arm64
npm package, and esbuild's installer has been modified to attempt to use it when on NetBSD. Hopefully this makes installing esbuild via npm work on NetBSD. This change was contributed by @bsiegert.itgalaxy/favicons (favicons)
v7.0.2
Compare Source
pnpm/pnpm (pnpm)
v9.15.3
Compare Source
v9.15.2
: pnpm 9.15.2Compare Source
Patch Changes
publish
/pack
error with workspace dependencies with relative paths #8904. It was broken inv9.4.0
(398472c).pnpm patch
on Windows #7546.git ls-remote
works via HTTPS #8906.Platinum Sponsors
Gold Sponsors
v9.15.1
Compare Source
rollup/rollup (rollup)
v3.0.1
Compare Source
2022-10-12
Bug Fixes
Pull Requests
unjs/unplugin (unplugin)
v2.1.2
Compare Source
🐞 Bug Fixes
9f85a26
- by @sxzz (4abab)View changes on GitHub
v2.1.1
Compare Source
🐞 Bug Fixes
build
for custom esbuild setup - by @sxzz (9f85a)View changes on GitHub
vitejs/vite (vite)
v6.0.7
Compare Source
minify
whenbuilder.sharedPlugins: true
(#19025) (f7b1964), closes #19025vite-ignore
attribute for inline script (#19062) (a492253), closes #19062v6.0.6
Compare Source
fetchModule
-side resolve (#18361) (9f10261), closes #18361build.target
(#19047) (0e9e81f), closes #19047v6.0.5
Compare Source
v6.0.4
Compare Source
this.resolve
skipSelf should not skip for differentid
orimport
(#18903) (4727320), closes #18903pluginContainer.getModuleInfo
(#18895) (258cdd6), closes #18895url()
when lightningcss is used (#18997) (3734f80), closes #18997true
(#18899) (8a6bb4e), closes #18899handleInvoke
(#18902) (27f691b), closes #18902ModuleRunnerTransport
invoke
API (#18865) (e5f5301), closes #18865Configuration
📅 Schedule: Branch creation - "after 10:00 before 19:00 every weekday except after 13:00 before 14:00" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.