Bump the npm-dependencies group across 1 directory with 25 updates
Type: Pull Request
State: Open
Association: Unknown
Comments: 4
(about 2 months ago)
(about 1 month ago)
Bumps the npm-dependencies group with 24 updates in the / directory:
| Package | From | To |
|---|---|---|
| @astrojs/sitemap | 3.6.0 |
3.6.1 |
| @astrojs/vercel | 9.0.2 |
9.0.3 |
| @happy-dom/global-registrator | 20.0.11 |
20.1.0 |
| @shikijs/transformers | 3.20.0 |
3.21.0 |
| @types/node | 25.0.3 |
25.0.6 |
| @types/nodemailer | 7.0.4 |
7.0.5 |
| @types/react | 19.2.7 |
19.2.8 |
| @typescript-eslint/eslint-plugin | 8.51.0 |
8.52.0 |
| @typescript-eslint/parser | 8.51.0 |
8.52.0 |
| astro | 5.16.6 |
5.16.8 |
| astro-og-canvas | 0.8.0 |
0.10.0 |
| astro-vtbot | 2.1.9 |
2.1.10 |
| eslint-plugin-jsdoc | 61.5.0 |
62.0.0 |
| focus-trap | 7.7.1 |
7.8.0 |
| libphonenumber-js | 1.12.33 |
1.12.34 |
| preact | 10.28.1 |
10.28.2 |
| resend | 6.6.0 |
6.7.0 |
| shiki | 3.20.0 |
3.21.0 |
| timezones-ical-library | 1.10.0 |
1.11.1 |
| typescript-eslint | 8.51.0 |
8.52.0 |
| vercel | 50.1.3 |
50.1.6 |
| vite | 7.3.0 |
7.3.1 |
| zod | 4.3.4 |
4.3.5 |
| @rollup/rollup-linux-x64-gnu | 4.54.0 |
4.55.1 |
Updates @astrojs/sitemap from 3.6.0 to 3.6.1
Release notes
Sourced from @astrojs/sitemap's releases.
@astrojs/sitemap@3.6.1Patch Changes
- #15033
dd06779Thanks@florian-lefebvre! - Updates how routes are retrieved to avoid relying on a deprecated API
@astrojs/sitemap@3.6.1-alpha.1Patch Changes
- #15036
f125a73Thanks@florian-lefebvre! - Updates how routes are retrieved to avoid relying on a deprecated API
@astrojs/sitemap@3.6.1-alpha.0Patch Changes
- #14956
0ff51dfThanks@matthewp! - Updates usage of zod to own dependency rather than relying onastro/zod
Changelog
Sourced from @astrojs/sitemap's changelog.
3.6.1
Patch Changes
- #15033
dd06779Thanks@florian-lefebvre! - Updates how routes are retrieved to avoid relying on a deprecated API
Commits
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @astrojs/sitemap since your current version.
Updates @astrojs/vercel from 9.0.2 to 9.0.3
Release notes
Sourced from @astrojs/vercel's releases.
@astrojs/vercel@9.0.3Patch Changes
- #15116
9fc4562Thanks@Raanelom! - Updates Node versions data to account for v24 as the default
Changelog
Sourced from @astrojs/vercel's changelog.
9.0.3
Patch Changes
- #15116
9fc4562Thanks@Raanelom! - Updates Node versions data to account for v24 as the default
Commits
Updates @happy-dom/global-registrator from 20.0.11 to 20.1.0
Release notes
Sourced from @happy-dom/global-registrator's releases.
v20.1.0
:art: Features
- Adds support for
BrowserPage.evaluateModule()andBrowserFrame.evaluateModule()- By@capricorn86in task #1944- Adds support for
moduleto the browser settings - By@capricorn86in task #1944
- This makes it possible to add a custom resolver or a node module resolver
- Adds support for dynamic
import()to JavaScript evaluation - By@capricorn86in task #1944
- It was previously only supported when using
type="module"on script elements- Adds support for
WebSocket- By@capricorn86in task #1944- Adds support for
CloseEvent- By@capricorn86in task #1944- Adds support for
render.setupScriptandrender.modeto the configuration in@happy-dom/server-renderer- By@capricorn86in task #1944- Changes name from
urlstorenderItemsin the configuration in@happy-dom/server-renderer- By@capricorn86in task #1944- Adds support for rendering HTML strings to
ServerRendererin@happy-dom/server-renderer- By@capricorn86in task #1944
- It previously only had support for rendering URLs
- This makes it easier to add server-rendering as a hook to frameworks
- Makes JavaScript evaluation disabled by default in
@happy-dom/server-renderer- By@capricorn86in task #1944:construction_worker_man: Patch fixes
- Several fixed to the EcmaScript module compiler (esm) - By
@capricorn86in task #1944- Fixes issue where rendering using Worker's didn't work in
@happy-dom/server-renderer- By@capricorn86in task #1944
Commits
7caaa4achore: #1971 Fixes 2fa one time password for NPM publish (#1974)20d38d2chore: #1971 Fixes 2fa one time password for NPM publish (#1973)8525636chore: #1971 Fixes 2fa one time password for NPM publish (#1972)362f465feat: #1944 Adds support for rendering HTML strings to server-renderer (#1944)- See full diff in compare view
Updates @shikijs/transformers from 3.20.0 to 3.21.0
Release notes
Sourced from @shikijs/transformers's releases.
v3.21.0
🚀 Features
- Update grammar - by
@antfu(6d109)- core: Preserve HAST data and properties in codeToHast - by
@AmanCraftsin shikijs/shiki#1204 (747ea)🐞 Bug Fixes
- vitepress-twoslash: Fix scroll blocking on mobile viewports - by
@dahliain shikijs/shiki#1235 (8e931)View changes on GitHub
Commits
5c9cb94chore: release v3.21.0- See full diff in compare view
Updates @types/node from 25.0.3 to 25.0.6
Commits
- See full diff in compare view
Updates @types/nodemailer from 7.0.4 to 7.0.5
Commits
- See full diff in compare view
Updates @types/react from 19.2.7 to 19.2.8
Commits
- See full diff in compare view
Updates @typescript-eslint/eslint-plugin from 8.51.0 to 8.52.0
Release notes
Sourced from @typescript-eslint/eslint-plugin's releases.
v8.52.0
8.52.0 (2026-01-05)
🚀 Features
- eslint-plugin-internal: [no-multiple-lines-of-errors] add rule (#11899)
- typescript-estree: add tseslint.com redirects for CLI outputs (#11895)
🩹 Fixes
- eslint-plugin: [no-useless-default-assignment] handle conditional initializer (#11908)
- eslint-plugin: [no-base-to-string] detect @
@toPrimitiveand valueOf (#11901)❤️ Thank You
- Josh Goldberg ✨
- Ulrich Stark
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/eslint-plugin's changelog.
8.52.0 (2026-01-05)
🚀 Features
- eslint-plugin-internal: [no-multiple-lines-of-errors] add rule (#11899)
🩹 Fixes
- eslint-plugin: [no-base-to-string] detect @
@toPrimitiveand valueOf (#11901)- eslint-plugin: [no-useless-default-assignment] handle conditional initializer (#11908)
❤️ Thank You
- Josh Goldberg ✨
- Ulrich Stark
You can read about our versioning strategy and releases on our website.
Commits
9ddd571chore(release): publish 8.52.06b467b0docs: add blog post on revamping the ban-types rule (#11873)309a38efix(eslint-plugin): [no-base-to-string] detect @@toPrimitiveand valueOf (#11...cf79108fix(eslint-plugin): [no-useless-default-assignment] handle conditional initia...a166ceafeat(eslint-plugin-internal): [no-multiple-lines-of-errors] add rule (#11899)d1b44c0chore(deps): update nx monorepo to v22.3.3 (#11848)95c7c73chore: update deps to latest minor/patch (#11921)45a7d2bchore(typescript-estree): useiterateComments()from ts-api-utils v2.3 (#11...- See full diff in compare view
Updates @typescript-eslint/parser from 8.51.0 to 8.52.0
Release notes
Sourced from @typescript-eslint/parser's releases.
v8.52.0
8.52.0 (2026-01-05)
🚀 Features
- eslint-plugin-internal: [no-multiple-lines-of-errors] add rule (#11899)
- typescript-estree: add tseslint.com redirects for CLI outputs (#11895)
🩹 Fixes
- eslint-plugin: [no-useless-default-assignment] handle conditional initializer (#11908)
- eslint-plugin: [no-base-to-string] detect @
@toPrimitiveand valueOf (#11901)❤️ Thank You
- Josh Goldberg ✨
- Ulrich Stark
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/parser's changelog.
8.52.0 (2026-01-05)
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
Commits
9ddd571chore(release): publish 8.52.095c7c73chore: update deps to latest minor/patch (#11921)- See full diff in compare view
Updates astro from 5.16.6 to 5.16.8
Release notes
Sourced from astro's releases.
astro@5.16.8
Patch Changes
#15124
81db3c0Thanks@leonace924! - Fixes an issue where requests with query parameters to thebasepath would return a 404 if trailingSlash was not'ignore'in development#15152
39ee41fThanks@rururux! - Fixes a case wherecontext.cookies.set()would be overriden when setting cookies via response headers in development#15140
6f6f8f8Thanks@cameronraysmith! - Fixes esbuild warning due to dead code in assets virtual module#15127
2cff904Thanks@Princesseuh! - Updates "Unsupported page types found" error to only appear in more realistic cases#15149
34f84c2Thanks@rahuld109! - Skips "Use the Image component" audit warning for images inside framework components (React, Vue, Svelte, etc.)astro@5.16.7
Patch Changes
#15122
b137946Thanks@florian-lefebvre! - Improves JSDoc annotations forAstroGlobal,AstroSharedContextandAPIContexttypes#15123
3f58fa2Thanks@43081j! - Improves rendering performance by grouping render chunks when emitting from async iterables to avoid encoding costs#14954
7bec4bdThanks@volpeon! - Fixes remote imagesEtagheader handling by disabling internal cache#15052
b2bcd5aThanks@Princesseuh! - Fixes images not working in development when using setups with port forwarding#15028
87b19b8Thanks@Princesseuh! - Fixes certain aliases not working when using images in JSON files with the content layer#15118
cfa382bThanks@florian-lefebvre! - BREAKING CHANGE to the experimental Fonts API onlyRemoves the
defineAstroFontProvider()type helper.If you are building a custom font provider, remove any occurrence of
defineAstroFontProvider()and use theFontProvidertype instead:-import { defineAstroFontProvider } from 'astro/config';-export function myProvider() {
- return defineAstroFontProvider({
entrypoint: new URL('./implementation.js', import.meta.url)- }); -};
+import type { FontProvider } from 'astro';
+export function myProvider(): FontProvider {
- return {
entrypoint: new URL('./implementation.js', import.meta.url)- }, +}
... (truncated)
Changelog
Sourced from astro's changelog.
5.16.8
Patch Changes
#15124
81db3c0Thanks@leonace924! - Fixes an issue where requests with query parameters to thebasepath would return a 404 if trailingSlash was not'ignore'in development#15152
39ee41fThanks@rururux! - Fixes a case wherecontext.cookies.set()would be overriden when setting cookies via response headers in development#15140
6f6f8f8Thanks@cameronraysmith! - Fixes esbuild warning due to dead code in assets virtual module#15127
2cff904Thanks@Princesseuh! - Updates "Unsupported page types found" error to only appear in more realistic cases#15149
34f84c2Thanks@rahuld109! - Skips "Use the Image component" audit warning for images inside framework components (React, Vue, Svelte, etc.)5.16.7
Patch Changes
#15122
b137946Thanks@florian-lefebvre! - Improves JSDoc annotations forAstroGlobal,AstroSharedContextandAPIContexttypes#15123
3f58fa2Thanks@43081j! - Improves rendering performance by grouping render chunks when emitting from async iterables to avoid encoding costs#14954
7bec4bdThanks@volpeon! - Fixes remote imagesEtagheader handling by disabling internal cache#15052
b2bcd5aThanks@Princesseuh! - Fixes images not working in development when using setups with port forwarding#15028
87b19b8Thanks@Princesseuh! - Fixes certain aliases not working when using images in JSON files with the content layer#15118
cfa382bThanks@florian-lefebvre! - BREAKING CHANGE to the experimental Fonts API onlyRemoves the
defineAstroFontProvider()type helper.If you are building a custom font provider, remove any occurrence of
defineAstroFontProvider()and use theFontProvidertype instead:-import { defineAstroFontProvider } from 'astro/config';-export function myProvider() {
- return defineAstroFontProvider({
entrypoint: new URL('./implementation.js', import.meta.url)- }); -};
+import type { FontProvider } from 'astro';
+export function myProvider(): FontProvider {
- return {
entrypoint: new URL('./implementation.js', import.meta.url)- }, +}
... (truncated)
Commits
f88b852[ci] release (#15132)39ee41ffix: Accept setCookie from both context and headers (#15152)34f84c2fix(toolbar): skip image audit for framework components (#15149)353ebf1[ci] format17b9ae6Attempt to reduce falkiness in view transition e2e tests (#15142)6f6f8f8fix(assets): hoist ?? inside JSON.stringify in virtual module codegen (#15140)81db3c0fix(dev): preserve query params when base path is stripped (#15124)4eb6fc9[ci] format2cff904fix: adjust page warning to only show up in more relevant times (#15127)e73deb8[ci] release (#15031)- Additional commits viewable in compare view
Updates astro-og-canvas from 0.8.0 to 0.10.0
Release notes
Sourced from astro-og-canvas's releases.
astro-og-canvas@0.10.0
Minor Changes
#119
151edd2Thanks@delucis! - MakesOGImageRoute()asynchronous.⚠️ BREAKING CHANGE: You must now
awaitthe result ofOGImageRoute():import { OGImageRoute } from 'astro-og-canvas';
- export const { getStaticPaths, GET } = OGImageRoute({
- export const { getStaticPaths, GET } = await OGImageRoute({
Patch Changes
- #119
151edd2Thanks@delucis! - Fixes using the built-ingetSlug()for OG images withformat: "JPEG"orformat: "WEBP"astro-og-canvas@0.9.0
Minor Changes
#117
b94a123Thanks@delucis! - Adds type safety toOGImageRoute. Thepageparameter ingetSlug()andgetImageOptions()is now correctly inferred from the value passed topagesinstead of being typed asany.OGImageRoute({ pages: { example: { title: 'Example Page', description: 'Description of this page shown in smaller text', }, }, getImageOptions: (path, page) => { page; // ^? { title: string; description: string } }, });⚠️ Potentially breaking change: If you are type checking your code base, you may see type errors if you are accessing
pageingetSlug()orgetImageOptions()in a non-type-safe way and will need to either update that code or add some additional types.#117
b94a123Thanks@delucis! - ExportsOGImageOptionstype
Changelog
Sourced from astro-og-canvas's changelog.
0.10.0
Minor Changes
#119
151edd2Thanks@delucis! - MakesOGImageRoute()asynchronous.⚠️ BREAKING CHANGE: You must now
awaitthe result ofOGImageRoute():import { OGImageRoute } from 'astro-og-canvas';
- export const { getStaticPaths, GET } = OGImageRoute({
- export const { getStaticPaths, GET } = await OGImageRoute({
Patch Changes
- #119
151edd2Thanks@delucis! - Fixes using the built-ingetSlug()for OG images withformat: "JPEG"orformat: "WEBP"0.9.0
Minor Changes
#117
b94a123Thanks@delucis! - Adds type safety toOGImageRoute. Thepageparameter ingetSlug()andgetImageOptions()is now correctly inferred from the value passed topagesinstead of being typed asany.OGImageRoute({ pages: { example: { title: 'Example Page', description: 'Description of this page shown in smaller text', }, }, getImageOptions: (path, page) => { page; // ^? { title: string; description: string } }, });⚠️ Potentially breaking change: If you are type checking your code base, you may see type errors if you are accessing
pageingetSlug()orgetImageOptions()in a non-type-safe way and will need to either update that code or add some additional types.#117
b94a123Thanks@delucis! - ExportsOGImageOptionstype
Commits
Updates astro-vtbot from 2.1.9 to 2.1.10
Changelog
Sourced from astro-vtbot's changelog.
2.1.10 - 2026-01-08
Patch Changes
- 51e0c0f: Includes newest bugfix for inspection chamber (Fixes issue with visibility change for cross-document view transitions)
Commits
- See full diff in compare view
Updates eslint-plugin-jsdoc from 61.5.0 to 62.0.0
Release notes
Sourced from eslint-plugin-jsdoc's releases.
v62.0.0
62.0.0 (2026-01-09)
Features
- update jsdoccomment, allowing for
skipInvokedExpressionsForCommentFindingsetting; fixes #1624 (9c0e4a3)BREAKING CHANGES
- Require Node ^20.19.0 || ^22.13.0 || >=24
v61.7.1
61.7.1 (2026-01-08)
Bug Fixes
v61.7.0
61.7.0 (2026-01-05)
Features
- update esquery and devDeps. (31d6e22)
v61.6.1
61.6.1 (2025-12-23)
Bug Fixes
v61.6.0
61.6.0 (2025-12-22)
Features
Commits
9c0e4a3feat: update jsdoccomment, allowing for `skipInvokedExpressionsForCommentFind...a530471chore: update actionsfe29ef9fix(github):npmrelease (#1623)31d6e22feat: update esquery and devDeps.3b5b52dchore: adopt trusted publisher4527be2chore: update devDeps.f013e19fix(check-property-names): allow separate typedefs; fixes #16195fef3f3chore: bump Node 22 version for semantic-release (#1618)e364c17chore: remove rollup from optionalDependencies (#1617)6f069f3chore: bump espree, jsdoccomment, and devDeps.- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for eslint-plugin-jsdoc since your current version.
Updates focus-trap from 7.7.1 to 7.8.0
Release notes
Sourced from focus-trap's releases.
v7.8.0
Minor Changes
- c214581: Adds aria-hidden support to isolateSubtrees config option
Patch Changes
- bb36e15: Fix undefined method
_setSubtreeIsolationcrash when usingtrapStackin DOM with older versions of Focus-trap (#1729)
Changelog
Sourced from focus-trap's changelog.
7.8.0
Minor Changes
- c214581: Adds aria-hidden support to isolateSubtrees config option
Patch Changes
- bb36e15: Fix undefined method
_setSubtreeIsolationcrash when usingtrapStackin DOM with older versions of Focus-trap (#1729)
Commits
b1751b6Version Packages (#1730)bb36e15#1729 Fix no trap method with trapStack global (#1731)a537313add ShGKme as a contributor for bug (#1732)c214581Addaria-hiddensupport to isolateSubtrees config (#1709)a6600fc[DEPENDABOT]: Bump globals from 16.5.0 to 17.0.0 (#1721)270dc95[DEPENDABOT]: Bump@typescript-eslint/eslint-pluginfrom 8.51.0 to 8.52.0 (#1...9b067e9[DEPENDABOT]: Bump eslint-plugin-jest from 29.12.0 to 29.12.1 (#1723)4a0c367[DEPENDABOT]: Bump cypress from 15.8.1 to 15.8.2 (#1724)cfb2631[DEPENDABOT]: Bump eslint-plugin-testing-library from 7.15.3 to 7.15.4 (#1725)33c06f5[DEPENDABOT]: Bump rollup from 4.54.0 to 4.55.1 (#1727)- Additional commits viewable in compare view
Updates happy-dom from 20.0.11 to 20.1.0
Release notes
Sourced from happy-dom's releases.
v20.1.0
:art: Features
- Adds support for
BrowserPage.evaluateModule()andBrowserFrame.evaluateModule()- By@capricorn86in task #1944- Adds support for
moduleto the browser settings - By@capricorn86in task #1944
- This makes it possible to add a custom resolver or a node module resolver
- Adds support for dynamic
import()to JavaScript evaluation - By@capricorn86in task #1944
- It was previously only supported when using
type="module"on script elements- Adds support for
WebSocket- By@capricorn86in task #1944- Adds support for
CloseEvent- By@capricorn86in task #1944- Adds support for
render.setupScriptandrender.modeto the configuration in@happy-dom/server-renderer- By@capricorn86in task #1944- Changes name from
urlstorenderItemsin the configuration in@happy-dom/server-renderer- By@capricorn86in task #1944- Adds support for rendering HTML strings to
ServerRendererin@happy-dom/server-renderer- By@capricorn86in task #1944
- It previously only had support for rendering URLs
- This makes it easier to add server-rendering as a hook to frameworks
- Makes JavaScript evaluation disabled by default in
@happy-dom/server-renderer- By@capricorn86in task #1944:construction_worker_man: Patch fixes
- Several fixed to the EcmaScript module compiler (esm) - By
@capricorn86in task #1944- Fixes issue where rendering using Worker's didn't work in
@happy-dom/server-renderer- By@capricorn86in task #1944
Commits
7caaa4achore: #1971 Fixes 2fa one time password for NPM publish (#1974)20d38d2chore: #1971 Fixes 2fa one time password for NPM publish (#1973)8525636chore: #1971 Fixes 2fa one time password for NPM publish (#1972)362f465feat: #1944 Adds support for rendering HTML strings to server-renderer (#1944)- See full diff in compare view
Updates libphonenumber-js from 1.12.33 to 1.12.34
Commits
192eb5d1.12.349090a80(TypeScript) RefactoredFormatNumberOptionsb687c28#203. Clarified the use ofv2: trueoption- See full diff in compare view
Updates preact from 10.28.1 to 10.28.2
Release notes
Sourced from preact's releases.
10.28.2
Fixes
- Enforce strict equality for VNode object constructors
Commits
6f9144610.28.237c3e03Strict equality check on constructor (#4985)-
Package Dependencies
Package:
@typescript-eslint/parserEcosystem:
npmVersion Change:
8.51.0 → 8.52.0Update Type:
MinorPackage:
@typescript-eslint/eslint-pluginEcosystem:
npmVersion Change:
8.51.0 → 8.52.0Update Type:
MinorPackage:
@rollup/rollup-linux-x64-gnuEcosystem:
npmVersion Change:
4.54.0 → 4.55.1Update Type:
MinorPackage:
@happy-dom/global-registratorEcosystem:
npmVersion Change:
20.0.11 → 20.1.0Update Type:
Minor
Technical Details
| ID: | 12685264 |
| UUID: | 3802626734 |
| Node ID: | PR_kwDOKfapnc68nLVf |
| Host: | GitHub |
| Repository: | webstackdev/astro.webstackbuilders.com |