fix(deps): update all non-major dependencies #397
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:
7.26.8
->7.26.9
7.26.8
->7.26.9
5.2.5
->5.3.0
9.20.0
->9.20.1
3.32.2
->3.32.3
11.6
->11.7
2.0.0
->2.0.1
2.1.3
->2.1.5
3.5.0
->3.5.1
2.0.8
->2.0.9
1.84.0
->1.85.0
16.0.4
->16.0.5
2.22.1
->2.23.0
2.22.1
->2.23.0
2.22.1
->2.23.0
2.4.2
->2.4.3
3.19.0
->3.20.0
3.19.0
->3.20.0
3.19.0
->3.20.0
5.97.1
->5.98.0
Release Notes
babel/babel (@babel/core)
v7.26.9
Compare Source
🐛 Bug Fix
babel-types
TSPropertySignature.kind
(@liuxingbaoyu)babel-generator
,babel-types
🏠 Internal
babel-types
.ts
files with explicit reexports to solve name conflicts (@nicolo-ribaudo)babel-core
@types/gensync
in Babel 7 (@nicolo-ribaudo)withastro/astro (astro)
v5.3.0
Compare Source
Minor Changes
#13210
344e9bc
Thanks @VitaliyR! - HandleHEAD
requests to an endpoint when a handler is not defined.If an endpoint defines a handler for
GET
, but does not define a handler forHEAD
, Astro will call theGET
handler and return the headers and status but an empty body.#13195
3b66955
Thanks @MatthewLymer! - Improves SSR performance for synchronous components by avoiding the use of Promises. With this change, SSR rendering of on-demand pages can be up to 4x faster.#13145
8d4e566
Thanks @ascorbic! - Adds support for adapters auto-configuring experimental session storage drivers.Adapters can now configure a default session storage driver when the
experimental.session
flag is enabled. If a hosting platform has a storage primitive that can be used for session storage, the adapter can automatically configure the session storage using that driver. This allows Astro to provide a more seamless experience for users who want to use sessions without needing to manually configure the session storage.Patch Changes
#13145⚠️ BREAKING CHANGE FOR EXPERIMENTAL SESSIONS ONLY ⚠️
8d4e566
Thanks @ascorbic! -Changes the
experimental.session
option to a boolean flag and moves session config to a top-level value. This change is to allow the new automatic session driver support. You now need to separately enable theexperimental.session
flag, and then configure the session driver using the top-levelsession
key if providing manual configuration.You no longer need to configure a session driver if you are using an adapter that supports automatic session driver configuration and wish to use its default settings.
However, you can still manually configure additional driver options or choose a non-default driver to use with your adapter with the new top-level
session
config option. For more information, see the experimental session docs.#13101
2ed67d5
Thanks @corneliusroemer! - Fixes a bug whereHEAD
andOPTIONS
requests for non-prerendered pages were incorrectly rejected with 403 FORBIDDENv5.2.6
Compare Source
Patch Changes
#13188
7bc8256
Thanks @ematipico! - Fixes the wording of the an error message#13205
9d56602
Thanks @ematipico! - Fixes and issue where a server island component returns 404 whenbase
is configured in i18n project.#13212
fb38840
Thanks @joshmkennedy! - An additional has been added during the build command to add clarity around output and buildOutput.#13213
6bac644
Thanks @joshmkennedy! - Allows readonly arrays to be passed to thepaginate()
functioneslint/eslint (eslint)
v9.20.1
Compare Source
schmittjoh/serializer (jms/serializer)
v3.32.3
Compare Source
What's Changed
Full Changelog: schmittjoh/serializer@3.32.2...3.32.3
phpstan/phpdoc-parser (phpstan/phpdoc-parser)
v2.0.1
Compare Source
@link
phpstan/phpstan (phpstan/phpstan)
v2.1.5
Compare Source
Improvements 🔧
array<value-of<MyEnum::FIRST>, X>
to create an array shape where the key is backed enum case valueBugfixes 🐛
GenericStaticType
in@phpstan-self-out
, use@phpstan-self-out
type when returning$this
(phpstan/phpstan-src@dab99cb), #12575, #12548, #8439, #8316, #8275@phpstan-self-out
with GenericStaticType when method is called on$this
(phpstan/phpstan-src@cf64761)v2.1.4
Compare Source
Improvements 🔧
Bugfixes 🐛
Function signature fixes 🤖
false
to alltrader_*
functions return type (#3815), thanks @rabol!prettier/prettier (prettier)
v3.5.1
Compare Source
diff
Fix CLI crash when cache for old version exists (#17100 by @sosukesuzuki)
Prettier 3.5 uses a different cache format than previous versions, Prettier 3.5.0 crashes when reading existing cache file, Prettier 3.5.1 fixed the problem.
Support dockercompose and github-actions-workflow in VSCode (#17101 by @remcohaszing)
Prettier now supports the
dockercompose
andgithub-actions-workflow
languages in Visual Studio Code.rectorphp/rector (rector/rector)
v2.0.9
: Released: Rector 2.0.9Compare Source
Bugfixes 🐛
sass/dart-sass (sass)
v1.85.0
Compare Source
@extend
. This causedunacceptable performance issues for certain heavy users of
@extend
. We'lltry to find a more performant way to accomplish it in the future.
webpack-contrib/sass-loader (sass-loader)
v16.0.5
Compare Source
symfony/stimulus-bundle (symfony/stimulus-bundle)
v2.23.0
Compare Source
symfony/ux-autocomplete (symfony/ux-autocomplete)
v2.23.0
Compare Source
ExtraLazyChoiceLoader
in favor ofSymfony\Component\Form\ChoiceList\Loader\LazyChoiceLoader
getAttributes()
method to define additional attributes for autocomplete results #2541symfony/ux-live-component (symfony/ux-live-component)
v2.23.0
Compare Source
__component
property to be serialized when calledJSON.stringify()
orchidjs/tom-select (tom-select)
v2.4.3
Compare Source
What's Changed
New Contributors
Full Changelog: orchidjs/tom-select@v2.4.2...v2.4.3
twigphp/twig-extra-bundle (twig/extra-bundle)
v3.20.0
Compare Source
twigphp/markdown-extra (twig/markdown-extra)
v3.20.0
Compare Source
twigphp/Twig (twig/twig)
v3.20.0
Compare Source
ForElseNode
webpack/webpack (webpack)
v5.98.0
Compare Source
Fixes
filenameTemplate
in new split chunk #19104 by @henryqdineenblob:
protocol when public path isauto
#19199 by @alexander-akaitoutput.charset
everywhere #19202 by @alexander-akaitBuildInfo
andBuildMeta
type definitions #19200 by @inottnPerformance Improvements
FlagDependencyExportsPlugin
for large JSON by depth #19058 by @hai-xstartsWith
for matching instead of converting the string to a regex #19207 by @inottnChores
nanoid
from 3.3.7 to 3.3.8 #19063 by @dependabotDefaultStatsFactoryPlugin
#19156 by @Andaristreadme.md
by adding video links for understanding webpack #19101 by @Vansh5632Features
/* webpackIgnore: true */
forrequire.resolve
#19201 by @alexander-akaitContinuous Integration
New Contributors
Full Changelog: webpack/webpack@v5.97.1...v5.98.0
Configuration
📅 Schedule: Branch creation - "* * * * 0,6" (UTC), 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.