Bump the npm-dependencies group across 1 directory with 50 updates
Type: Pull Request
State: Open
Association: Unknown
Comments: 2
(24 days ago)
(24 days ago)
Bumps the npm-dependencies group with 47 updates in the / directory:
Updates @adobe/remark-gridtables from 3.0.16 to 3.0.17
Release notes
Sourced from @adobe/remark-gridtables's releases.
v3.0.17
3.0.17 (2026-01-24)
Bug Fixes
Commits
Updates @astrojs/db from 0.18.3 to 0.19.0
Release notes
Sourced from @astrojs/db's releases.
@astrojs/db@0.19.0Minor Changes
#15069
d14dfc2Thanks@webstackdev! - Adds a--db-app-tokenCLI flag toastro dbcommandsexecute,push,query, andverifyThe new Astro DB CLI flags allow you to provide a remote database app token directly instead of
ASTRO_DB_APP_TOKEN. This ensures that no untrusted code (e.g. CI / CD workflows) has access to the secret that is only needed by theastro dbcommands.The following command can be used to safely push database configuration changes to your project database:
astro db push --db-app-token <token>See the Astro DB integration documentation for more information.
@astrojs/db@0.19.0-beta.3Patch Changes
- #15373
14252b2Thanks@renovate! - Updates zod to v4
@astrojs/db@0.19.0-beta.2Patch Changes
- #15187
bbb5811Thanks@matthewp! - Update to Astro 6 beta
Changelog
Sourced from @astrojs/db's changelog.
0.19.0
Minor Changes
#15069
d14dfc2Thanks@webstackdev! - Adds a--db-app-tokenCLI flag toastro dbcommandsexecute,push,query, andverifyThe new Astro DB CLI flags allow you to provide a remote database app token directly instead of
ASTRO_DB_APP_TOKEN. This ensures that no untrusted code (e.g. CI / CD workflows) has access to the secret that is only needed by theastro dbcommands.The following command can be used to safely push database configuration changes to your project database:
astro db push --db-app-token <token>See the Astro DB integration documentation for more information.
Commits
ce0c346[ci] release (#15270)f9679dd[ci] formatd14dfc2Add a --db-app-token flag to "astro db" execute, push, and verify commands (#...950005afix(deps): update all non-major dependencies (#15242)0d2adacfix(deps): update all non-major dependencies (#15020)deb6f14fix(deps): update all non-major dependencies (#14977)3805e65fix(deps): update all non-major dependencies (#14707)- See full diff in compare view
Updates @astrojs/rss from 4.0.14 to 4.0.15
Release notes
Sourced from @astrojs/rss's releases.
@astrojs/rss@4.0.15Patch Changes
- #15199
d8e64efThanks@ArmandPhilippot! - Fixes the links to Astro Docs so that they match the current docs structure.
@astrojs/rss@4.0.15-beta.3Patch Changes
- #15373
14252b2Thanks@renovate! - Updates zod to v4
@astrojs/rss@4.0.15-beta.2Patch Changes
@astrojs/rss@4.0.15-beta.1Patch Changes
- #15187
bbb5811Thanks@matthewp! - Update to Astro 6 beta
Changelog
Sourced from @astrojs/rss's changelog.
4.0.15
Patch Changes
- #15199
d8e64efThanks@ArmandPhilippot! - Fixes the links to Astro Docs so that they match the current docs structure.
Commits
Updates @astrojs/sitemap from 3.6.1 to 3.7.0
Release notes
Sourced from @astrojs/sitemap's releases.
@astrojs/sitemap@3.7.0Minor Changes
#14471
4296373Thanks@Slackluky! - Adds the ability to split sitemap generation into chunks based on customizable logic. This allows for better management of large sitemaps and improved performance. The newchunksoption in the sitemap configuration allows users to define functions that categorize sitemap items into different chunks. Each chunk is then written to a separate sitemap file.integrations: [ sitemap({ serialize(item) { th return item }, chunks: { // this property will be treated last on the configuration 'blog': (item) => { // will produce a sitemap file with `blog` name (sitemap-blog-0.xml) if (/blog/.test(item.url)) { // filter path that will be included in this specific sitemap file item.changefreq = 'weekly'; item.lastmod = new Date(); item.priority = 0.9; // define specific properties for this filtered path return item; } }, 'glossary': (item) => { if (/glossary/.test(item.url)) { item.changefreq = 'weekly'; item.lastmod = new Date(); item.priority = 0.7; return item; } }// the rest of the path will be stored in `sitemap-pages.0.xml` },}), ],
Changelog
Sourced from @astrojs/sitemap's changelog.
3.7.0
Minor Changes
#14471
4296373Thanks@Slackluky! - Adds the ability to split sitemap generation into chunks based on customizable logic. This allows for better management of large sitemaps and improved performance. The newchunksoption in the sitemap configuration allows users to define functions that categorize sitemap items into different chunks. Each chunk is then written to a separate sitemap file.integrations: [ sitemap({ serialize(item) { th return item }, chunks: { // this property will be treated last on the configuration 'blog': (item) => { // will produce a sitemap file with `blog` name (sitemap-blog-0.xml) if (/blog/.test(item.url)) { // filter path that will be included in this specific sitemap file item.changefreq = 'weekly'; item.lastmod = new Date(); item.priority = 0.9; // define specific properties for this filtered path return item; } }, 'glossary': (item) => { if (/glossary/.test(item.url)) { item.changefreq = 'weekly'; item.lastmod = new Date(); item.priority = 0.7; return item; } }// the rest of the path will be stored in `sitemap-pages.0.xml` },}), ],
Commits
Updates @astrojs/vercel from 9.0.3 to 9.0.4
Commits
Updates @axe-core/playwright from 4.11.0 to 4.11.1
Commits
66a3106chore(release): v4.11.1 (#1275)9a07fd7chore: RC v4.11.1 (#1272)999a563chore: applying release changes26e0d0bchore: RC v4.11.177f577efix: Update axe-core to v4.11.1 (#1271)40d22e3fix: reorder exports to place types first (#1261)bd80a5fchore: rebuild lockfile (#1266)a73c6a8chore: bump the npm-low-risk group across 1 directory with 27 updates (#1265)a80460dchore: bump@wdio/mocha-frameworkfrom 8.39.0 to 9.20.1 (#1256)2199e1bchore: bump mocha from 9.2.2 to 11.7.5 (#1257)- 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 @axe-core/playwright since your current version.
Updates @eslint-community/eslint-plugin-eslint-comments from 4.5.0 to 4.6.0
Release notes
Sourced from @eslint-community/eslint-plugin-eslint-comments's releases.
v4.6.0
4.6.0 (2026-01-14)
Features
Commits
10bd8abfeat: add type definitions (#246)05ee4cbchore: add Prettier (#291)78f679cchore(deps): Bump ignore from 5.3.2 to 7.0.5 (#287)c07dff9chore(dev-deps): remove unusedfs-extradependencyc9c5b0bchore(ci): use Node 24 for main tests2b0dfc7chore(ci): cleanup CI to be in line with other repos749bdabchore(deps): update to latest minor5fe1c36chore(dev-deps): update to latest minor47349c6chore(dev-deps): Bump esbuild from 0.19.12 to 0.27.2 (#276)302641dchore(dev-deps): Bump monaco-editor from 0.47.0 to 0.55.1 (#280)- 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-community/eslint-plugin-eslint-comments since your current version.
Updates @eslint/js from 9.39.2 to 10.0.1
Release notes
Sourced from @eslint/js's releases.
v10.0.0
Breaking Changes
f9e54f4feat!: estimate rule-tester failure location (#20420) (ST-DDT)a176319feat!: replacechalkwithstyleTextand addcolortoResultsMeta(#20227) (루밀LuMir)c7046e6feat!: enable JSX reference tracking (#20152) (Pixel998)fa31a60feat!: addnameto configs (#20015) (Kirk Waiblinger)3383e7efix!: remove deprecatedSourceCodemethods (#20137) (Pixel998)501abd0feat!: update dependency minimatch to v10 (#20246) (renovate[bot])ca4d3b4fix!: stricter rule tester assertions for valid test cases (#20125) (唯然)96512a6fix!: Remove deprecated rule context methods (#20086) (Nicholas C. Zakas)c69fdacfeat!: remove eslintrc support (#20037) (Francesco Trotta)208b5ccfeat!: UseScopeManager#addGlobals()(#20132) (Milos Djermanovic)a2ee188fix!: adduniqueItems: trueinno-invalid-regexpoption (#20155) (Tanuj Kanti)a89059dfeat!: Program range span entire source text (#20133) (Pixel998)39a6424fix!: assert 'text' is a string across all RuleFixer methods (#20082) (Pixel998)f28fbf8fix!: Deprecate"always"and"as-needed"options of theradixrule (#20223) (Milos Djermanovic)aa3fb2bfix!: tightenfunc-namesschema (#20119) (Pixel998)f6c0ed0feat!: reporteslint-envcomments as errors (#20128) (Francesco Trotta)4bf739ffix!: remove deprecatedLintMessage#nodeTypeandTestCaseError#type(#20096) (Pixel998)523c076feat!: drop support for jiti < 2.2.0 (#20016) (michael faith)454a292feat!: updateeslint:recommendedconfiguration (#20210) (Pixel998)4f880eefeat!: removev10_*and inactiveunstable_*flags (#20225) (sethamus)f18115cfeat!:no-shadow-restricted-namesreportglobalThisby default (#20027) (sethamus)c6358c3feat!: Require Node.js^20.19.0 || ^22.13.0 || >=24(#20160) (Milos Djermanovic)Features
bff9091feat: handleArray.fromAsyncinarray-callback-return(#20457) (Francesco Trotta)290c594feat: addselftono-implied-evalrule (#20468) (sethamus)43677defeat: fix handling of function and class expression names inno-shadow(#20432) (Milos Djermanovic)f0cafe5feat: rule tester add assertion optionrequireData(#20409) (fnx)f7ab693feat: output RuleTester test case failure index (#19976) (ST-DDT)7cbcbf9feat: addcountThisoption tomax-params(#20236) (Gerkin)f148a5efeat: add error assertion options (#20247) (ST-DDT)09e6654feat: update error loc ofrequire-yieldandno-useless-constructor(#20267) (Tanuj Kanti)Bug Fixes
436b82ffix: update eslint (#20473) (renovate[bot])1d29d22fix: detect defaultthisbinding inArray.fromAsynccallbacks (#20456) (Francesco Trotta)727451efix: fix regression of global mode report range instrictrule (#20462) (ntnyq)e80485ffix: remove fakeFlatESLintandLegacyESLintexports (#20460) (Francesco Trotta)9eeff3bfix: update esquery (#20423) (cryptnix)b34b938fix: useError.prepareStackTraceto estimate failing test location (#20436) (Francesco Trotta)51aab53fix: update eslint (#20443) (renovate[bot])23490b2fix: handle space before colon inRuleTesterlocation estimation (#20433) (Francesco Trotta)f244dbffix: useMessagePlaceholderDatatype from@eslint/core(#20348) (루밀LuMir)d186f8cfix: update eslint (#20427) (renovate[bot])2332262fix: error location should not modify error message in RuleTester (#20421) (Milos Djermanovic)ab99b21fix: ensurefilenameis passed as third argument toverifyAndFix()(#20405) (루밀LuMir)8a60f3bfix: removeecmaVersionandsourceTypefromParserOptionstype (#20415) (Pixel998)eafd727fix: removeTDZscope type (#20231) (jaymarvelz)
... (truncated)
Commits
- See full diff in compare view
Updates @happy-dom/global-registrator from 20.1.0 to 20.5.0
Release notes
Sourced from @happy-dom/global-registrator's releases.
v20.5.0
:construction_worker_man: Patch fixes
- Removes circular dependencies internally - By
@capricorn86in task #2055
- Compilers can handle simpler circular dependencies, but warnings may be outputted
- Changes naming of types used internally to follow a consistent pattern - By
@capricorn86in task #2055- Enforces use of the "type" modifier internally in the source code (e.g.
import typeandexport type) - By@capricorn86in task #2055v20.4.0
:art: Features
- Adds support for caching the compiled code of EcmaScript modules - By
@capricorn86in task #2049- Improves the way nodes are destroyed and garbage collected - By
@capricorn86in task #2049v20.3.9
:construction_worker_man: Patch fixes
v20.3.8
:construction_worker_man: Patch fixes
- The getters for the properties
focusNodeandfocusOffsetin the Selection API returned incorrect values - By@skoch13in task #1850v20.3.7
:construction_worker_man: Patch fixes
- Updates README.md for the "
@happy-dom/server-renderer" package - By@capricorn86in task #2035v20.3.6
:construction_worker_man: Patch fixes
- Fixes issue where it wasn't possible to toggle the "open" attribute of
<details>by clicking on a child of the<summary>element - By@Nxooahin task #1928v20.3.5
:construction_worker_man: Patch fixes
- Use internal property for "location" in
BrowserFrameURLto avoid mock interference - By@marchaosin task #1964- Add optional chaining to the "hostname" and pathname" properties to check if they are undefined in
CookieURLUtility- By@marchaosin task #1968v20.3.4
:construction_worker_man: Patch fixes
- Preserve attribute name case in CSS selectors for XML documents - By
@TrevorBurnhamin task #1912- Implement implicit closing of
<p>elements per HTML spec - By@TrevorBurnhamin task #1949EventTargetshould not call arbitrary on* properties - By@TrevorBurnhamin task #1895v20.3.3
:construction_worker_man: Patch fixes
- Add "which" property to
KeyboardEvent- By@TrevorBurnhamin task #1897Node.getRootNode()returns correct root for detached shadow trees - By@TrevorBurnhamin task #1941- Fixes issue that prevented
Node.contains()to work for<select>and<form>elements - By@TrevorBurnhamin task #1876- Replace
setTimeout()withqueueMicrotask()where appropriate - By@TrevorBurnhamin task #1880- Optimize
XMLEncodeUtilitywith pre-compiledRegExpand lookup tables - By@TrevorBurnhamin task #1983- Use
parseFloat()for "Cache-Control" header max-age parsing - By@TrevorBurnhamin task #1985- Remove redundant
RegExpflags inHTMLParser- By@TrevorBurnhamin task #1981- Widen "types/node" version range to support Node 24+ - By
@TrevorBurnhamin task #1966
... (truncated)
Commits
f070566feat: #2055 Changes internal types to follow a consistent pattern (#2056)18e56d0feat: #2049 Adds support for caching the compiled code of EcmaScript module...d8a50dcfix: #1952 Accept Document nodes as valid boundary points in Selection API ...77a6cd0fix: #1850 Selection API focusNode and focusOffset returning incorrect valu...aa2dbb8fix: #2035 Updates README.md for the server-renderer package (#2037)4d1c023fix: #1928 Support details click firing the onToggle event handler (#1929)92940f6chore: #2032 Fixes vitest config (#2033)1f808ccfix: #1964 Use internal PropertySymbol.location in BrowserFrameURL to avoid...0a37555fix: #1968 Add optional chaining to CookieURLUtility for undefined hostname...1ad9eb2chore: upgrade vitest (#1970)- Additional commits viewable in compare view
Updates @nanostores/persistent from 1.2.0 to 1.3.3
Release notes
Sourced from @nanostores/persistent's releases.
1.3.3
- Reduced decoding calls on no value changes (by
@d8corp).1.3.2
- Fixed handling broke JSON in
persistentJSON(by@d8corp).1.3.1
- Fixed
persistentBooleanrestoring onpageshow(by@d8corp).1.3.0
- Added
persistentJSON()helper (by@d8corp).1.2.1
Changelog
Sourced from @nanostores/persistent's changelog.
1.3.3
- Reduced decoding calls on no value changes (by
@d8corp).1.3.2
- Fixed handling broke JSON in
persistentJSON(by@d8corp).1.3.1
- Fixed
persistentBooleanrestoring onpageshow(by@d8corp).1.3.0
- Added
persistentJSON()helper (by@d8corp).1.2.1
Commits
817404dRelease 1.3.3 version0cd621bReduce size0c1d5faClean up code5b7d395Remove IDE since it should be in user global ignore53c4005Merge pull request #69 from d8corp/improve_reduce-decode-call-count03e9eb7Reduce useless call of decodeaf59132Release 1.3.2 versionba28903Merge pull request #68 from d8corp/fix_json-erroraf97490Handle bad JSON storage09da0faHandle bad JSON storage- Additional commits viewable in compare view
Updates @playwright/browser-chromium from 1.57.0 to 1.58.2
Release notes
Sourced from @playwright/browser-chromium's releases.
v1.58.2
Highlights
#39121 fix(trace viewer): make paths via stdin work #39129 fix: do not force swiftshader on chromium mac
Browser Versions
- Chromium 145.0.7632.6
- Mozilla Firefox 146.0.1
- WebKit 26.0
v1.58.1
Highlights
#39036 fix(msedge): fix local network permissions #39037 chore: update cft download location #38995 chore(webkit): disable frame sessions on fronzen builds
Browser Versions
- Chromium 145.0.7632.6
- Mozilla Firefox 146.0.1
- WebKit 26.0
v1.58.0
📣 Playwright CLI+SKILLs 📣
We are adding a new token-efficient CLI mode of operation to Playwright with the skills located at playwright-cli. This brings the long-awaited official SKILL-focused CLI mode to our story and makes it more coding agent-friendly.
It is the first snapshot with the essential command set (which is already larger than the original MCP!), but we expect it to grow rapidly. Unlike the token use, that one we expect to go down since snapshots are no longer forced into the LLM!
Timeline
If you're using merged reports, the HTML report Speedboard tab now shows the Timeline:
UI Mode and Trace Viewer Improvements
- New 'system' theme option follows your OS dark/light mode preference
- Search functionality (Cmd/Ctrl+F) is now available in code editors
- Network details panel has been reorganized for better usability
- JSON responses are now automatically formatted for readability
Thanks to
@cpAdmfor contributing these improvements!Miscellaneous
browserType.connectOverCDP() now accepts an
isLocaloption. When set totrue, it tells Playwright that it runs on the same host as the CDP server, enabling file system optimizations.Breaking Changes ⚠️
- Removed
_reactand_vueselectors. See locators guide for alternatives.
... (truncated)
Commits
ce480a9cherry-pick(#39171): devops: add ubuntu-22.04-arm bote40c137chore: mark v1.58.2 (#39155)50b7296cherry-pick(#39152): chore: fix execSync inheriting stdiof3dcf50cherry-pick(#39129): fix: do not force swiftshader on chromium mac8684e08cherry-pick(#39121): fix(trace viewer): make paths via stdin work97...Description has been truncated
Package Dependencies
@typescript-eslint/parser
npm
8.53.0 → 8.54.0
Minor
@typescript-eslint/eslint-plugin
npm
8.53.0 → 8.54.0
Minor
@rollup/rollup-linux-x64-gnu
npm
4.55.1 → 4.57.1
Minor
stylelint-config-standard
npm
39.0.1 → 40.0.0
Major
@playwright/browser-chromium
npm
1.57.0 → 1.58.2
Minor
npm
4.5.0 → 4.6.0
Minor
@happy-dom/global-registrator
npm
20.1.0 → 20.5.0
Minor
@types/eslint-plugin-security
npm
3.0.0 → 3.0.1
Patch
npm
2.8.0 → 3.0.0
Major
Technical Details
| ID: | 13596198 |
| UUID: | 3908856856 |
| Node ID: | PR_kwDOKfapnc7CGtxl |
| Host: | GitHub |
| Repository: | webstackdev/astro.webstackbuilders.com |
