Skip to content

Bump the minor-updates group across 1 directory with 8 updates #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 2, 2025

Bumps the minor-updates group with 8 updates in the / directory:

Package From To
astro 5.8.2 5.10.2
@antfu/eslint-config 4.14.1 4.16.2
@types/node 22.15.30 22.16.0
@unocss/eslint-plugin 66.1.3 66.3.2
@unocss/preset-attributify 66.1.3 66.3.2
@unocss/reset 66.1.3 66.3.2
eslint 9.28.0 9.30.1
unocss 66.1.3 66.3.2

Updates astro from 5.8.2 to 5.10.2

Release notes

Sourced from astro's releases.

[email protected]

Patch Changes

  • #14000 3cbedae Thanks @​feelixe! - Fix routePattern JSDoc examples to show correct return values

  • #13990 de6cfd6 Thanks @​isVivek99! - Fixes a case where astro:config/client and astro:config/server virtual modules would not contain config passed to integrations updateConfig() during the build

  • #14019 a160d1e Thanks @​ascorbic! - Removes the requirement to set type: 'live' when defining experimental live content collections

    Previously, live collections required a type and loader configured. Now, Astro can determine that your collection is a live collection without defining it explicitly.

    This means it is now safe to remove type: 'live' from your collections defined in src/live.config.ts:

    import { defineLiveCollection } from 'astro:content';
    import { storeLoader } from '@mystore/astro-loader';
    const products = defineLiveCollection({
    
    type: 'live',
    loader: storeLoader({
    apiKey: process.env.STORE_API_KEY,
    endpoint: 'https://api.mystore.com/v1',
    }),
    });
    
    export const collections = { products };

    This is not a breaking change: your existing live collections will continue to work even if you still include type: 'live'. However, we suggest removing this line at your earliest convenience for future compatibility when the feature becomes stable and this config option may be removed entirely.

  • #13966 598da21 Thanks @​msamoylov! - Fixes a broken link on the default 404 page in development

[email protected]

Patch Changes

  • #13988 609044c Thanks @​ascorbic! - Fixes a bug in live collections that caused it to incorrectly complain about the collection being defined in the wrong file

  • #13909 b258d86 Thanks @​isVivek99! - Fixes rendering of special boolean attributes for custom elements

  • #13983 e718375 Thanks @​florian-lefebvre! - Fixes a case where the toolbar audit would incorrectly flag images processed by Astro in content collections documents

  • #13999 f077b68 Thanks @​ascorbic! - Adds lastModified field to experimental live collection cache hints

    Live loaders can now set a lastModified field in the cache hints for entries and collections to indicate when the data was last modified. This is then available in the cacheHint field returned by getCollection and getEntry.

  • #13987 08f34b1 Thanks @​ematipico! - Adds an informative message in dev mode when the CSP feature is enabled.

  • #14005 82aad62 Thanks @​ematipico! - Fixes a bug where inline styles and scripts didn't work when CSP was enabled. Now when adding <styles> elements inside an Astro component, their hashes care correctly computed.

  • #13985 0b4c641 Thanks @​jsparkdev! - Updates wrong link

... (truncated)

Changelog

Sourced from astro's changelog.

5.10.2

Patch Changes

  • #14000 3cbedae Thanks @​feelixe! - Fix routePattern JSDoc examples to show correct return values

  • #13990 de6cfd6 Thanks @​isVivek99! - Fixes a case where astro:config/client and astro:config/server virtual modules would not contain config passed to integrations updateConfig() during the build

  • #14019 a160d1e Thanks @​ascorbic! - Removes the requirement to set type: 'live' when defining experimental live content collections

    Previously, live collections required a type and loader configured. Now, Astro can determine that your collection is a live collection without defining it explicitly.

    This means it is now safe to remove type: 'live' from your collections defined in src/live.config.ts:

    import { defineLiveCollection } from 'astro:content';
    import { storeLoader } from '@mystore/astro-loader';
    const products = defineLiveCollection({
    
    type: 'live',
    loader: storeLoader({
    apiKey: process.env.STORE_API_KEY,
    endpoint: 'https://api.mystore.com/v1',
    }),
    });
    
    export const collections = { products };

    This is not a breaking change: your existing live collections will continue to work even if you still include type: 'live'. However, we suggest removing this line at your earliest convenience for future compatibility when the feature becomes stable and this config option may be removed entirely.

  • #13966 598da21 Thanks @​msamoylov! - Fixes a broken link on the default 404 page in development

5.10.1

Patch Changes

  • #13988 609044c Thanks @​ascorbic! - Fixes a bug in live collections that caused it to incorrectly complain about the collection being defined in the wrong file

  • #13909 b258d86 Thanks @​isVivek99! - Fixes rendering of special boolean attributes for custom elements

  • #13983 e718375 Thanks @​florian-lefebvre! - Fixes a case where the toolbar audit would incorrectly flag images processed by Astro in content collections documents

  • #13999 f077b68 Thanks @​ascorbic! - Adds lastModified field to experimental live collection cache hints

    Live loaders can now set a lastModified field in the cache hints for entries and collections to indicate when the data was last modified. This is then available in the cacheHint field returned by getCollection and getEntry.

  • #13987 08f34b1 Thanks @​ematipico! - Adds an informative message in dev mode when the CSP feature is enabled.

  • #14005 82aad62 Thanks @​ematipico! - Fixes a bug where inline styles and scripts didn't work when CSP was enabled. Now when adding <styles> elements inside an Astro component, their hashes care correctly computed.

... (truncated)

Commits

Updates @antfu/eslint-config from 4.14.1 to 4.16.2

Release notes

Sourced from @​antfu/eslint-config's releases.

v4.16.2

No significant changes

    View changes on GitHub

v4.16.1

   🐞 Bug Fixes

    View changes on GitHub

v4.16.0

   🚀 Features

    View changes on GitHub

v4.15.0

   🚀 Features

    View changes on GitHub
Commits

Updates @types/node from 22.15.30 to 22.16.0

Commits

Updates @unocss/eslint-plugin from 66.1.3 to 66.3.2

Release notes

Sourced from @​unocss/eslint-plugin's releases.

v66.3.2

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v66.3.1

No significant changes

    View changes on GitHub

v66.3.1-beta.1

No significant changes

    View changes on GitHub

v66.3.0

   🚀 Features

   🐞 Bug Fixes

... (truncated)

Commits

Updates @unocss/preset-attributify from 66.1.3 to 66.3.2

Release notes

Sourced from @​unocss/preset-attributify's releases.

v66.3.2

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v66.3.1

No significant changes

    View changes on GitHub

v66.3.1-beta.1

No significant changes

    View changes on GitHub

v66.3.0

   🚀 Features

   🐞 Bug Fixes

... (truncated)

Commits

Updates @unocss/reset from 66.1.3 to 66.3.2

Release notes

Sourced from @​unocss/reset's releases.

v66.3.2

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v66.3.1

No significant changes

    View changes on GitHub

v66.3.1-beta.1

No significant changes

    View changes on GitHub

v66.3.0

   🚀 Features

   🐞 Bug Fixes

... (truncated)

Commits

Updates eslint from 9.28.0 to 9.30.1

Release notes

Sourced from eslint's releases.

v9.30.1

Bug Fixes

  • e91bb87 fix: allow separate default and named type imports (#19899) (xbinaryx)

Documentation

  • ab7c625 docs: Update README (GitHub Actions Bot)
  • dae1e5b docs: update jsdoc's link (#19896) (JamesVanWaza)

Chores

v9.30.0

Features

  • 52a5fca feat: Support basePath property in config objects (#19879) (Milos Djermanovic)
  • 4ab4482 feat: add allowSeparateTypeImports option to no-duplicate-imports (#19872) (sethamus)
  • b8a7e7a feat: throw error when column is negative in getIndexFromLoc (#19831) (루밀LuMir)

Bug Fixes

  • 6a0f164 fix: handle null type loc in getIndexFromLoc method (#19862) (루밀LuMir)
  • 3fbcd70 fix: update error message for no-restricted-properties (#19855) (Tanuj Kanti)
  • 7ef4cf7 fix: remove unnecessary semicolon from fixes (#19857) (Francesco Trotta)
  • 7dabc38 fix: use process.version in --env-info (#19865) (TKDev7)

Documentation

  • 8662ed1 docs: adopt eslint-stylistic sub packages related changes (#19887) (ntnyq)
  • 20158b0 docs: typo in comment for unused variables handling (#19870) (leopardracer)
  • ebfb5b4 docs: Fixed Typo in configuration-files.md (#19873) (0-20)
  • 4112fd0 docs: clarify that boolean is still allowed for rule meta.deprecated (#19866) (Bryan Mishkin)

Chores

v9.29.0

Features

  • f686fcb feat: add ecmaVersion: 2026, parsing using and await using (#19832) (Milos Djermanovic)
  • 19cdd22 feat: prune suppressions for non-existent files (#19825) (TKDev7)
  • b3d720f feat: add ES2025 globals (#19835) (fisker Cheung)
  • 677a283 feat: add auto-accessor fields support to class-methods-use-this (#19789) (sethamus)
  • dbba058 feat: allow global type declaration in no-var (#19714) (Remco Haszing)
  • 342bd29 feat: ignore type annotations in no-restricted-globals (#19781) (sethamus)
  • 786bcd1 feat: add allowProperties option to no-restricted-properties (#19772) (sethamus)
  • 05b66d0 feat: add sourceCode.isGlobalReference(node) method (#19695) (Nitin Kumar)

Bug Fixes

  • 85c082c fix: explicit matching behavior with negated patterns and arrays (#19845) (Milos Djermanovic)
  • 9bda4a9 fix: fix LintOptions.filterCodeBlock types (#19837) (ntnyq)
  • 7ab77a2 fix: correct breaking deprecation of FlatConfig type (#19826) (Logicer)

... (truncated)

Changelog

Sourced from eslint's changelog.

v9.30.1 - July 1, 2025

v9.30.0 - June 27, 2025

  • 2b6491c chore: upgrade to @eslint/[email protected] (#19889) (Francesco Trotta)
  • 5a5d526 chore: package.json update for @​eslint/js release (Jenkins)
  • 52a5fca feat: Support basePath property in config objects (#19879) (Milos Djermanovic)
  • 6a0f164 fix: handle null type loc in getIndexFromLoc method (#19862) (루밀LuMir)
  • 8662ed1 docs: adopt eslint-stylistic sub packages related changes (#19887) (ntnyq)
  • eaf8a41 chore: Correct typos in linter tests (#19878) (kilavvy)
  • 4ab4482 feat: add allowSeparateTypeImports option to no-duplicate-imports (#19872) (sethamus)
  • 3fbcd70 fix: update error message for no-restricted-properties (#19855) (Tanuj Kanti)
  • 20158b0 docs: typo in comment for unused variables handling (#19870) (leopardracer)
  • ebfb5b4 docs: Fixed Typo in configuration-files.md (#19873) (0-20)
  • b8a7e7a feat: throw error when column is negative in getIndexFromLoc (#19831) (루밀LuMir)
  • 7ef4cf7 fix: remove unnecessary semicolon from fixes (#19857) (Francesco Trotta)
  • 7dabc38 fix: use process.version in --env-info (#19865) (TKDev7)
  • 4112fd0 docs: clarify that boolean is still allowed for rule meta.deprecated (#19866) (Bryan Mishkin)

v9.29.0 - June 13, 2025

  • 5c114c9 chore: upgrade @​eslint/js@​9.29.0 (#19851) (Milos Djermanovic)
  • acf2201 chore: package.json update for @​eslint/js release (Jenkins)
  • f686fcb feat: add ecmaVersion: 2026, parsing using and await using (#19832) (Milos Djermanovic)
  • 85c082c fix: explicit matching behavior with negated patterns and arrays (#19845) (Milos Djermanovic)
  • 00e3e6a docs: add support for custom name parameter to includeIgnoreFile (#19795) (루밀LuMir)
  • 9bda4a9 fix: fix LintOptions.filterCodeBlock types (#19837) (ntnyq)
  • a806994 refactor: Remove eslintrc from flat config functionality (#19833) (Nicholas C. Zakas)
  • 19cdd22 feat: prune suppressions for non-existent files (#19825) (TKDev7)
  • b3d720f feat: add ES2025 globals (#19835) (fisker Cheung)
  • 677a283 feat: add auto-accessor fields support to class-methods-use-this (#19789) (sethamus)
  • 3aed075 docs: Update README (GitHub Actions Bot)
  • 7ab77a2 fix: correct breaking deprecation of FlatConfig type (#19826) (Logicer)
  • a2f888d docs: enhance documentation with links and fix typos (#19761) (루밀LuMir)
  • dbba058 feat: allow global type declaration in no-var (#19714) (Remco Haszing)
  • 152ed51 test: switch to flat config mode in code path analysis tests (#19824) (Milos Djermanovic)
  • b647239 chore: Update first-party dependencies faster with Renovate (#19822) (Nicholas C. Zakas)
  • 7abe42e refactor: SafeEmitter -> SourceCodeVisitor (#19708) (Nicholas C. Zakas)
  • 342bd29 feat: ignore type annotations in no-restricted-globals (#19781) (sethamus)
  • e392895 perf: improve time complexity of getLocFromIndex (#19782) (루밀LuMir)
  • 1ba3318 fix: add language and dialects to no-use-before-define (#19808) (Francesco Trotta)
  • 786bcd1 feat: add allowProperties option to no-restricted-properties (#19772) (sethamus)
  • 05b66d0 feat: add sourceCode.isGlobalReference(node) method (#19695) (Nitin Kumar)
  • 53c3235 docs: update to clarify prompt usage (#19748) (Jennifer Davis)

... (truncated)

Commits

Bumps the minor-updates group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `5.8.2` | `5.10.2` |
| [@antfu/eslint-config](https://github.com/antfu/eslint-config) | `4.14.1` | `4.16.2` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.15.30` | `22.16.0` |
| [@unocss/eslint-plugin](https://github.com/unocss/unocss/tree/HEAD/packages-integrations/eslint-plugin) | `66.1.3` | `66.3.2` |
| [@unocss/preset-attributify](https://github.com/unocss/unocss/tree/HEAD/packages-presets/preset-attributify) | `66.1.3` | `66.3.2` |
| [@unocss/reset](https://github.com/unocss/unocss/tree/HEAD/packages-presets/reset) | `66.1.3` | `66.3.2` |
| [eslint](https://github.com/eslint/eslint) | `9.28.0` | `9.30.1` |
| [unocss](https://github.com/unocss/unocss/tree/HEAD/packages-presets/unocss) | `66.1.3` | `66.3.2` |



Updates `astro` from 5.8.2 to 5.10.2
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/[email protected]/packages/astro)

Updates `@antfu/eslint-config` from 4.14.1 to 4.16.2
- [Release notes](https://github.com/antfu/eslint-config/releases)
- [Commits](antfu/eslint-config@v4.14.1...v4.16.2)

Updates `@types/node` from 22.15.30 to 22.16.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@unocss/eslint-plugin` from 66.1.3 to 66.3.2
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](https://github.com/unocss/unocss/commits/v66.3.2/packages-integrations/eslint-plugin)

Updates `@unocss/preset-attributify` from 66.1.3 to 66.3.2
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](https://github.com/unocss/unocss/commits/v66.3.2/packages-presets/preset-attributify)

Updates `@unocss/reset` from 66.1.3 to 66.3.2
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](https://github.com/unocss/unocss/commits/v66.3.2/packages-presets/reset)

Updates `eslint` from 9.28.0 to 9.30.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.28.0...v9.30.1)

Updates `unocss` from 66.1.3 to 66.3.2
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](https://github.com/unocss/unocss/commits/v66.3.2/packages-presets/unocss)

---
updated-dependencies:
- dependency-name: astro
  dependency-version: 5.10.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: "@antfu/eslint-config"
  dependency-version: 4.16.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: "@types/node"
  dependency-version: 22.16.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: "@unocss/eslint-plugin"
  dependency-version: 66.3.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: "@unocss/preset-attributify"
  dependency-version: 66.3.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: "@unocss/reset"
  dependency-version: 66.3.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: eslint
  dependency-version: 9.30.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: unocss
  dependency-version: 66.3.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 2, 2025
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