chore(deps): update all non-major dependencies #586
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:
^1.0.2
->^1.0.3
^1.1.6
->^1.1.7
^1.3.10
->^1.5.0
^18.11.18
->^18.13.0
^5.50.0
->^5.51.0
^5.50.0
->^5.51.0
^0.72.1
->^0.72.2
^0.17.5
->^0.17.6
^13.1.0
->^13.1.1
Release Notes
sveltejs/kit (@sveltejs/adapter-auto)
v1.0.3
Compare Source
Patch Changes
fix: pin adapter versions (#8874)
Updated dependencies [
f8dd7754
,fafe7d5f
,e56a13c6
,02bd767d
,97d68b13
,2ef9b7d1
,64a279f7
]:sveltejs/kit (@sveltejs/adapter-node)
v1.1.7
Compare Source
Patch Changes
fix: make serve_prerendered middleware work with node http server (#8890)
Updated dependencies [
c7648f66
,63613bf1
,d1f7655e
]:sveltejs/kit (@sveltejs/kit)
v1.5.0
Compare Source
Minor Changes
feat: support route-level configuration (#8740)
feat: add snapshot mechanism for preserving ephemeral DOM state (#8710)
Patch Changes
v1.4.0
Compare Source
Minor Changes
Patch Changes
fix: ensure types of all form actions are accessible even if differing (#8877)
fix: correctly handle HttpErrors on the client side (#8829)
docs: discourage use of
goto
with external URLs (#8837)fix: prevent crawling empty urls (
<img src="">
) (#8883)fix: correctly serialize request url when using load
fetch
(#8876)fix: ensure endpoints can fetch endpoints on the same host but not part of the application (#8869)
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v5.51.0
Compare Source
Bug Fixes
Features
verbatimModuleSyntax
(#6394) (b14d3be)typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v5.51.0
Compare Source
Note: Version bump only for package @typescript-eslint/parser
carbon-design-system/carbon-components-svelte
v0.72.2
Compare Source
evanw/esbuild
v0.17.6
Compare Source
Fix a CSS parser crash on invalid CSS (#2892)
Previously the following invalid CSS caused esbuild's parser to crash:
The crash was caused by trying to construct a helpful error message assuming that there was an opening
{
token, which is not the case here. This release fixes the crash.Inline TypeScript enums that are referenced before their declaration
Previously esbuild inlined enums within a TypeScript file from top to bottom, which meant that references to TypeScript enum members were only inlined within the same file if they came after the enum declaration. With this release, esbuild will now inline enums even when they are referenced before they are declared:
This makes esbuild's TypeScript output smaller and faster when processing code that does this. I noticed this issue when I ran the TypeScript compiler's source code through esbuild's bundler. Now that the TypeScript compiler is going to be bundled with esbuild in the upcoming TypeScript 5.0 release, improvements like this will also improve the TypeScript compiler itself!
Fix esbuild installation on Arch Linux (#2785, #2812, #2865)
Someone made an unofficial
esbuild
package for Linux that adds theESBUILD_BINARY_PATH=/usr/bin/esbuild
environment variable to the user's default environment. This breaks all npm installations of esbuild for users with this unofficial Linux package installed, which has affected many people. Most (all?) people who encounter this problem haven't even installed this unofficial package themselves; instead it was installed for them as a dependency of another Linux package. The problematic change to add theESBUILD_BINARY_PATH
environment variable was reverted in the latest version of this unofficial package. However, old versions of this unofficial package are still there and will be around forever. With this release,ESBUILD_BINARY_PATH
is now ignored by esbuild's install script when it's set to the value/usr/bin/esbuild
. This should unbreak using npm to installesbuild
in these problematic Linux environments.Note: The
ESBUILD_BINARY_PATH
variable is an undocumented way to override the location of esbuild's binary when esbuild's npm package is installed, which is necessary to substitute your own locally-built esbuild binary when debugging esbuild's npm package. It's only meant for very custom situations and should absolutely not be forced on others by default, especially without their knowledge. I may remove the code in esbuild's installer that readsESBUILD_BINARY_PATH
in the future to prevent these kinds of issues. It will unfortunately make debugging esbuild harder. IfESBUILD_BINARY_PATH
is ever removed, it will be done in a "breaking change" release.okonet/lint-staged
v13.1.1
Compare Source
Bug Fixes
--stash
when using the--diff
option (99390c3)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.