fix(deps): update all non-major dependencies #61
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:
20.3.3->20.4.222.10.10->22.13.18.3.4->8.3.65.1.9->5.2.5v5.4.3->v5.4.420.3.3->20.4.29.15.4->9.15.524.2.1->24.2.23.0.1->3.0.2Release Notes
nrwl/nx (@nx/js)
v20.4.2Compare Source
20.4.2 (2025-02-08)
🚀 Features
🩹 Fixes
❤️ Thank You
v20.4.1Compare Source
20.4.1 (2025-02-06)
🚀 Features
prefixColorproperty to@nx:run-commands(#29348)🩹 Fixes
tsctasks with verbose output by default (#29804)cjs,cts,mjs, andmtsto the default extensions for the inference plugin (#29534)hidden: truefor all init generators (#29833)nx-vite-ts-pathsplugin (#29472)❤️ Thank You
v20.4.0Compare Source
20.4.0 (2025-01-27)
🚀 Features
@swc/jestinstead ofts-jestfor the ts solution setup (#29718)--workspacesflag (#29743)ciGroupNameto@nx/jest/plugin(#29365)🩹 Fixes
exportsfield in package.json is properly sorted (#29643)Optionstypes forenforce-module-boundariesandnx-plugin-checks(#29072)exportsare generated for several lib generators in ts solution setup (#29588)moduleandmoduleResolutionin base tsconfig based on cnw preset (#29633)@types/reactversion for react libs (#29760)❤️ Thank You
withastro/astro (astro)
v5.2.5Compare Source
Patch Changes
#13133
e76aa83Thanks @ematipico! - Fixes a bug where Astro was failing to build an external redirect when the middleware was triggered#13119
ac43580Thanks @Hacksore! - Adds extra guidance in the terminal when using theastro add tailwindCLI commandNow, users are given a friendly reminder to import the stylesheet containing their Tailwind classes into any pages where they want to use Tailwind. Commonly, this is a shared layout component so that Tailwind styling can be used on multiple pages.
v5.2.4Compare Source
Patch Changes
#13130
b71bd10Thanks @ascorbic! - Fixes a bug that caused duplicate slashes inside query params to be collapsed#13131
d60c742Thanks @ascorbic! - Ignores trailing slashes for endpoints with file extensions in the routeUpdated dependencies [
b71bd10]:v5.2.3Compare Source
Patch Changes
#13113
3a26e45Thanks @unprintable123! - Fixes the bug that rewrite will pass encoded url to the dynamic routing and cause params mismatch.#13111
23978ddThanks @ascorbic! - Fixes a bug that caused injected endpoint routes to return not found when trailingSlash was set to always#13112
0fa5c82Thanks @ematipico! - Fixes a bug where the i18n middleware was blocking a server island request when theprefixDefaultLocaleoption is set totruev5.2.2Compare Source
Patch Changes
187c4d3Thanks @ascorbic! - Fixes a bug that caused peer dependency errors when runningastro add tailwindv5.2.1Compare Source
Patch Changes
740eb60Thanks @ascorbic! - Fixes a bug that caused some dev server asset requests to return 404 when trailingSlash was set to "always"v5.2.0Compare Source
Minor Changes
#12994
5361755Thanks @ascorbic! - Redirects trailing slashes for on-demand pagesWhen the
trailingSlashoption is set toalwaysornever, on-demand rendered pages will now redirect to the correct URL when the trailing slash doesn't match the configuration option. This was previously the case for static pages, but now works for on-demand pages as well.Now, it doesn't matter whether your visitor navigates to
/about/,/about, or even/about///. In production, they'll always end up on the correct page. For GET requests, the redirect will be a 301 (permanent) redirect, and for all other request methods, it will be a 308 (permanent, and preserve the request method) redirect.In development, you'll see a helpful 404 page to alert you of a trailing slash mismatch so you can troubleshoot routes.
#12979
e621712Thanks @ematipico! - Adds support for redirecting to external sites with theredirectsconfiguration option.Now, you can redirect routes either internally to another path or externally by providing a URL beginning with
httporhttps:#13084
0f3be31Thanks @ematipico! - Adds a new experimental virtual moduleastro:configthat exposes a type-safe subset of yourastro.config.mjsconfigurationThe virtual module exposes two sub-paths for controlled access to your configuration:
astro:config/client: exposes config information that is safe to expose to the client.astro:config/server: exposes additional information that is safe to expose to the server, such as file/dir paths.To enable this new virtual module, add the
experimental.serializeManifestfeature flag to your Astro config:Then, you can access the module in any file inside your project to import and use values from your Astro config:
For a complete overview, and to give feedback on this experimental API, see the Serialized Manifest RFC.
Patch Changes
#13049
2ed4bd9Thanks @florian-lefebvre! - Updatesastro add tailwindto add the@tailwindcss/viteplugin instead of the@astrojs/tailwindintegration#12994
5361755Thanks @ascorbic! - Returns a more helpful 404 page in dev if there is a trailing slash mismatch between the route requested and thetrailingSlashconfiguration#12666
037495dThanks @Thodor12! - Added additional generated typings for the content layerUpdated dependencies [
5361755,db252e0]:v5.1.10Compare Source
Patch Changes
#13058
1a14b53Thanks @ascorbic! - Fixes broken type declaration#13059
e36837fThanks @ascorbic! - Fixes a bug that caused tsconfig path aliases to break if there was more than one wildcard pattern#13045
c7f1366Thanks @mtwilliams-code! - Fixes a bug where the some utility functions of theastro:i18nvirtual module would return an incorrect result whentrailingSlashis set toneverdanielpalme/ReportGenerator-GitHub-Action (danielpalme/ReportGenerator-GitHub-Action)
v5.4.4Compare Source
v5.4.4Compare Source
pnpm/pnpm (pnpm)
v9.15.5: pnpm 9.15.5Compare Source
Patch Changes
pnpm install, thepreprepareandpostpreparescripts of the project should be executed #8989.strip-ansiwith the built-inutil.stripVTControlCharacters#9009.Platinum Sponsors
Gold Sponsors
semantic-release/semantic-release (semantic-release)
v24.2.2Compare Source
xunit/visualstudio.xunit (xunit.runner.visualstudio)
v3.0.2Compare Source
Configuration
📅 Schedule: Branch creation - "before 6am on Monday" (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.