Skip to content

chore(deps): bump the npm-all group across 1 directory with 13 updates#314

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/npm-all-3ac925035c
Closed

chore(deps): bump the npm-all group across 1 directory with 13 updates#314
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/npm-all-3ac925035c

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 16, 2026

Bumps the npm-all group with 13 updates in the / directory:

Package From To
@acm-uiuc/js-shared 3.8.0 3.8.1
@astrojs/sitemap 3.7.0 3.7.1
@iconify-json/lucide 1.2.95 1.2.98
@iconify-json/simple-icons 1.2.72 1.2.74
astro-compress 2.3.9 2.4.0
nanostores 1.1.1 1.2.0
preact 10.28.4 10.29.0
temporal-polyfill 0.3.0 0.3.2
@astrojs/check 0.9.6 0.9.7
@typescript-eslint/parser 8.56.1 8.57.0
eslint 10.0.2 10.0.3
lint-staged 16.3.2 16.4.0
typescript-eslint 8.56.1 8.57.0

Updates @acm-uiuc/js-shared from 3.8.0 to 3.8.1

Release notes

Sourced from @​acm-uiuc/js-shared's releases.

v3.8.1

What's Changed

Full Changelog: acm-uiuc/js-shared@v3.8.0...v3.8.1

Commits

Updates @astrojs/sitemap from 3.7.0 to 3.7.1

Release notes

Sourced from @​astrojs/sitemap's releases.

@​astrojs/sitemap@​3.7.1

Patch Changes

Changelog

Sourced from @​astrojs/sitemap's changelog.

3.7.1

Patch Changes

3.6.1-beta.3

Patch Changes

3.6.1-beta.2

Patch Changes

3.6.1-alpha.1

Patch Changes

3.6.1-alpha.0

Patch Changes

Commits

Updates @iconify-json/lucide from 1.2.95 to 1.2.98

Commits

Updates @iconify-json/simple-icons from 1.2.72 to 1.2.74

Commits

Updates astro-compress from 2.3.9 to 2.4.0

Release notes

Sourced from astro-compress's releases.

AstroCompress/v2.4.0

What's Changed

Full Changelog: PlayForm/Compress@AstroCompress/v2.3.9...AstroCompress/v2.4.0

Commits
  • 54f795c AstroCompress/v2.4.0
  • c8bf46c Merge remote-tracking branch 'Source/Current' into Alternative
  • a166496 Compress/v0.2.2
  • 71e7e21 chore(deps): update lightningcss and svgo dependencies
  • d3e386d chore(deps): bump version to 0.2.2 and fix astro dependency to any version
  • 952aebd
  • 368155f Merge pull request #585 from PlayForm/dependabot/npm_and_yarn/astro-6.0.3
  • 893bd63 Bump astro from 6.0.2 to 6.0.3
  • 667aad3 Merge pull request #584 from PlayForm/dependabot/github_actions/pnpm/action-s...
  • 1337625 Bump pnpm/action-setup from 4.2.0 to 4.3.0
  • Additional commits viewable in compare view

Updates nanostores from 1.1.1 to 1.2.0

Release notes

Sourced from nanostores's releases.

1.2.0

  • Deprecated async computed in favor of @nanostores/async (by @​Fryuni).
  • Added Store#init to fix SSR (by @​jmurty).
Changelog

Sourced from nanostores's changelog.

1.2.0

  • Deprecated async computed in favor of @nanostores/async (by @​Fryuni).
  • Added Store#init to fix SSR (by @​jmurty).
Commits

Updates preact from 10.28.4 to 10.29.0

Release notes

Sourced from preact's releases.

10.29.0

Features

Fixes

Performance

Commits

Updates temporal-polyfill from 0.3.0 to 0.3.2

Release notes

Sourced from temporal-polyfill's releases.

v0.3.2

  • feature: function API in dist, though poorly documented and in alpha
  • fix: incorrect placement of /*@__PURE__*/ (#90)

v0.3.1

  • feature: More readable objects on console (#46)
  • feature: support require(esm) in Node.js to avoid dual package hazard (#62)
  • fix: use new Date() for maxPossibleTransition malfunctions in some environments (#83)
  • fix: Duration toLocaleString uses DateTimeFormatOptions (#80)
  • fix: ZonedDateTime should not be considered Formattable (#78)
  • fix: stop using locale en-GB for computations, not present in some environments (#76)
  • fix: result of Temporal.Now.timeZoneId() should not be cached (#63)
Changelog

Sourced from temporal-polyfill's changelog.

v0.3.2 (2026-03-10)

  • feature: function API in dist, though poorly documented and in alpha
  • fix: incorrect placement of /*@__PURE__*/ (#90)

v0.3.1 (2026-03-09)

  • feature: More readable objects on console (#46)
  • feature: support require(esm) in Node.js to avoid dual package hazard (#62)
  • fix: use new Date() for maxPossibleTransition malfunctions in some environments (#83)
  • fix: Duration toLocaleString uses DateTimeFormatOptions (#80)
  • fix: ZonedDateTime should not be considered Formattable (#78)
  • fix: stop using locale en-GB for computations, not present in some environments (#76)
  • fix: result of Temporal.Now.timeZoneId() should not be cached (#63)
Commits

Updates @astrojs/check from 0.9.6 to 0.9.7

Release notes

Sourced from @​astrojs/check's releases.

@​astrojs/check@​0.9.7

Patch Changes

Changelog

Sourced from @​astrojs/check's changelog.

0.9.7

Patch Changes

0.9.7-beta.1

Patch Changes

0.9.6-beta.1

Patch Changes

0.9.6-alpha.0

Patch Changes

  • Updated dependencies [df6d2d7]:
    • @​astrojs/language-server@​2.16.1-alpha.0
Commits

Updates @typescript-eslint/parser from 8.56.1 to 8.57.0

Release notes

Sourced from @​typescript-eslint/parser's releases.

v8.57.0

8.57.0 (2026-03-09)

🚀 Features

  • eslint-plugin: [no-unnecessary-condition] allow literal loop conditions in for/do loops (#12080)

🩹 Fixes

  • eslint-plugin: [strict-void-return] false positives with overloads (#12055)
  • eslint-plugin: handle statically analyzable computed keys in prefer-readonly (#12079)
  • eslint-plugin: guard against negative paramIndex in no-useless-default-assignment (#12077)
  • eslint-plugin: [prefer-promise-reject-errors] add allow TypeOrValueSpecifier to prefer-promise-reject-errors (#12094)
  • eslint-plugin: [no-base-to-string] fix false positive for toString with overloads (#12089)
  • typescript-estree: switch back to use ts.getModifiers() (#12034)
  • typescript-estree: if the template literal is tagged and the text has an invalid escape, cooked will be null (#11355)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/parser's changelog.

8.57.0 (2026-03-09)

This was a version bump only for parser to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Commits

Updates eslint from 10.0.2 to 10.0.3

Release notes

Sourced from eslint's releases.

v10.0.3

Bug Fixes

  • e511b58 fix: update eslint (#20595) (renovate[bot])
  • f4c9cf9 fix: include variable name in no-useless-assignment message (#20581) (sethamus)
  • ee9ff31 fix: update dependency minimatch to ^10.2.4 (#20562) (Milos Djermanovic)

Documentation

  • 9fc31b0 docs: Update README (GitHub Actions Bot)
  • 4efaa36 docs: add info box for eslint-plugin-eslint-comments (#20570) (DesselBane)
  • 23b2759 docs: add v10 migration guide link to Use docs index (#20577) (Pixel998)
  • 80259a9 docs: Remove deprecated eslintrc documentation files (#20472) (Copilot)
  • 9b9b4ba docs: fix typo in no-await-in-loop documentation (#20575) (Pixel998)
  • e7d72a7 docs: document TypeScript 5.3 minimum supported version (#20547) (sethamus)

Chores

  • ef8fb92 chore: package.json update for eslint-config-eslint release (Jenkins)
  • e8f2104 chore: updates for v9.39.4 release (Jenkins)
  • 5cd1604 refactor: simplify isCombiningCharacter helper (#20524) (Huáng Jùnliàng)
  • 70ff1d0 chore: eslint-config-eslint require Node ^20.19.0 || ^22.13.0 || >=24 (#20586) (Milos Djermanovic)
  • e32df71 chore: update eslint-plugin-eslint-comments, remove legacy-peer-deps (#20576) (Milos Djermanovic)
  • 53ca6ee chore: disable eslint-comments/no-unused-disable rule (#20578) (Milos Djermanovic)
  • e121895 ci: pin Node.js 25.6.1 (#20559) (Milos Djermanovic)
  • efc5aef chore: update tsconfig.json in eslint-config-eslint (#20551) (Francesco Trotta)
Commits
  • bfce7ea 10.0.3
  • d44ced8 Build: changelog update for 10.0.3
  • e511b58 fix: update eslint (#20595)
  • ef8fb92 chore: package.json update for eslint-config-eslint release
  • e8f2104 chore: updates for v9.39.4 release
  • 5cd1604 refactor: simplify isCombiningCharacter helper (#20524)
  • 9fc31b0 docs: Update README
  • 70ff1d0 chore: eslint-config-eslint require Node ^20.19.0 || ^22.13.0 || >=24 (#20586)
  • f4c9cf9 fix: include variable name in no-useless-assignment message (#20581)
  • 4efaa36 docs: add info box for eslint-plugin-eslint-comments (#20570)
  • Additional commits viewable in compare view

Updates lint-staged from 16.3.2 to 16.4.0

Release notes

Sourced from lint-staged's releases.

v16.4.0

Minor Changes

v16.3.4

Patch Changes

v16.3.3

Patch Changes

  • #1740 0109e8d Thanks @​iiroj! - Make sure Git's warning about CRLF line-endings doesn't interfere with creating initial backup stash.
Changelog

Sourced from lint-staged's changelog.

16.4.0

Minor Changes

16.3.4

Patch Changes

16.3.3

Patch Changes

  • #1740 0109e8d Thanks @​iiroj! - Make sure Git's warning about CRLF line-endings doesn't interfere with creating initial backup stash.
Commits
  • 445f9dd chore(changeset): release
  • d91be60 docs: update readme to use picomatch
  • b392a9f refactor: extract matchFiles and add unit tests
  • 687fc90 refactor: replace micromatch with picomatch
  • 26dadf9 chore(changeset): release
  • 9d6e827 build(deps): update dependencies
  • 8aea986 chore(changeset): release
  • 0109e8d fix: strip Git CRLF warning from output
  • See full diff in compare view

Updates typescript-eslint from 8.56.1 to 8.57.0

Release notes

Sourced from typescript-eslint's releases.

v8.57.0

8.57.0 (2026-03-09)

🚀 Features

  • eslint-plugin: [no-unnecessary-condition] allow literal loop conditions in for/do loops (#12080)

🩹 Fixes

  • eslint-plugin: [strict-void-return] false positives with overloads (#12055)
  • eslint-plugin: handle statically analyzable computed keys in prefer-readonly (#12079)
  • eslint-plugin: guard against negative paramIndex in no-useless-default-assignment (#12077)
  • eslint-plugin: [prefer-promise-reject-errors] add allow TypeOrValueSpecifier to prefer-promise-reject-errors (#12094)
  • eslint-plugin: [no-base-to-string] fix false positive for toString with overloads (#12089)
  • typescript-estree: switch back to use ts.getModifiers() (#12034)
  • typescript-estree: if the template literal is tagged and the text has an invalid escape, cooked will be null (#11355)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from typescript-eslint's changelog.

8.57.0 (2026-03-09)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the npm-all group with 13 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@acm-uiuc/js-shared](https://github.com/acm-uiuc/js-shared) | `3.8.0` | `3.8.1` |
| [@astrojs/sitemap](https://github.com/withastro/astro/tree/HEAD/packages/integrations/sitemap) | `3.7.0` | `3.7.1` |
| [@iconify-json/lucide](https://github.com/iconify/icon-sets) | `1.2.95` | `1.2.98` |
| [@iconify-json/simple-icons](https://github.com/iconify/icon-sets) | `1.2.72` | `1.2.74` |
| [astro-compress](https://github.com/PlayForm/Compress) | `2.3.9` | `2.4.0` |
| [nanostores](https://github.com/nanostores/nanostores) | `1.1.1` | `1.2.0` |
| [preact](https://github.com/preactjs/preact) | `10.28.4` | `10.29.0` |
| [temporal-polyfill](https://github.com/fullcalendar/temporal-polyfill) | `0.3.0` | `0.3.2` |
| [@astrojs/check](https://github.com/withastro/astro/tree/HEAD/packages/language-tools/astro-check) | `0.9.6` | `0.9.7` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.56.1` | `8.57.0` |
| [eslint](https://github.com/eslint/eslint) | `10.0.2` | `10.0.3` |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `16.3.2` | `16.4.0` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.56.1` | `8.57.0` |



Updates `@acm-uiuc/js-shared` from 3.8.0 to 3.8.1
- [Release notes](https://github.com/acm-uiuc/js-shared/releases)
- [Commits](acm-uiuc/js-shared@v3.8.0...v3.8.1)

Updates `@astrojs/sitemap` from 3.7.0 to 3.7.1
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/sitemap/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/sitemap@3.7.1/packages/integrations/sitemap)

Updates `@iconify-json/lucide` from 1.2.95 to 1.2.98
- [Commits](https://github.com/iconify/icon-sets/commits)

Updates `@iconify-json/simple-icons` from 1.2.72 to 1.2.74
- [Commits](https://github.com/iconify/icon-sets/commits)

Updates `astro-compress` from 2.3.9 to 2.4.0
- [Release notes](https://github.com/PlayForm/Compress/releases)
- [Changelog](https://github.com/PlayForm/Compress/blob/Current/CHANGELOG.md)
- [Commits](PlayForm/Compress@AstroCompress/v2.3.9...AstroCompress/v2.4.0)

Updates `nanostores` from 1.1.1 to 1.2.0
- [Release notes](https://github.com/nanostores/nanostores/releases)
- [Changelog](https://github.com/nanostores/nanostores/blob/main/CHANGELOG.md)
- [Commits](nanostores/nanostores@1.1.1...1.2.0)

Updates `preact` from 10.28.4 to 10.29.0
- [Release notes](https://github.com/preactjs/preact/releases)
- [Commits](preactjs/preact@10.28.4...10.29.0)

Updates `temporal-polyfill` from 0.3.0 to 0.3.2
- [Release notes](https://github.com/fullcalendar/temporal-polyfill/releases)
- [Changelog](https://github.com/fullcalendar/temporal-polyfill/blob/main/CHANGELOG.md)
- [Commits](fullcalendar/temporal-polyfill@v0.3.0...v0.3.2)

Updates `@astrojs/check` from 0.9.6 to 0.9.7
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/language-tools/astro-check/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/check@0.9.7/packages/language-tools/astro-check)

Updates `@typescript-eslint/parser` from 8.56.1 to 8.57.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.57.0/packages/parser)

Updates `eslint` from 10.0.2 to 10.0.3
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v10.0.2...v10.0.3)

Updates `lint-staged` from 16.3.2 to 16.4.0
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v16.3.2...v16.4.0)

Updates `typescript-eslint` from 8.56.1 to 8.57.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.57.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: "@acm-uiuc/js-shared"
  dependency-version: 3.8.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: "@astrojs/sitemap"
  dependency-version: 3.7.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: "@iconify-json/lucide"
  dependency-version: 1.2.98
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: "@iconify-json/simple-icons"
  dependency-version: 1.2.74
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: astro-compress
  dependency-version: 2.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-all
- dependency-name: nanostores
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-all
- dependency-name: preact
  dependency-version: 10.29.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-all
- dependency-name: temporal-polyfill
  dependency-version: 0.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: "@astrojs/check"
  dependency-version: 0.9.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.57.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-all
- dependency-name: eslint
  dependency-version: 10.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: lint-staged
  dependency-version: 16.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-all
- dependency-name: typescript-eslint
  dependency-version: 8.57.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 16, 2026
@github-actions
Copy link

Deploying with Cloudflare Pages

Name Result
Last commit: f3b21c5
Preview URL: https://32c1cf23.acmuiuc.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-npm-r932.acmuiuc.pages.dev

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 23, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Mar 23, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/npm-all-3ac925035c branch March 23, 2026 06:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants