Skip to content
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

Bump the npm_and_yarn group across 1 directory with 2 updates #10

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 18, 2024

Bumps the npm_and_yarn group with 2 updates in the / directory: astro and astro-expressive-code.

Updates astro from 4.16.3 to 4.16.18

Release notes

Sourced from astro's releases.

[email protected]

Patch Changes

[email protected]

Patch Changes

  • #12632 e7d14c3 Thanks @​ematipico! - Fixes an issue where the checkOrigin feature wasn't correctly checking the content-type header

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

  • #12436 453ec6b Thanks @​martrapp! - Fixes a potential null access in the clientside router

  • #12392 0462219 Thanks @​apatel369! - Fixes an issue where scripts were not correctly injected during the build. The issue was triggered when there were injected routes with the same entrypoint and different pattern

[email protected]

Patch Changes

  • #12420 acac0af Thanks @​ematipico! - Fixes an issue where the dev server returns a 404 status code when a user middleware returns a valid Response.

... (truncated)

Changelog

Sourced from astro's changelog.

4.16.18

Patch Changes

4.16.17

Patch Changes

  • #12632 e7d14c3 Thanks @​ematipico! - Fixes an issue where the checkOrigin feature wasn't correctly checking the content-type header

4.16.16

Patch Changes

4.16.15

Patch Changes

4.16.14

Patch Changes

4.16.13

Patch Changes

... (truncated)

Commits

Updates astro-expressive-code from 0.26.2 to 0.38.3

Release notes

Sourced from astro-expressive-code's releases.

[email protected]

Patch Changes

  • 90b614e: Makes the types used by the shiki.langs config option less strict to align them better with actual grammars found in the wild. This attempts to reduce the amount of type errors that occurred before when using external grammars, while still being supported by the language processing code.
  • Updated dependencies [90b614e]

[email protected]

Patch Changes

  • 480361a: Fixes an issue where the optional getBlockLocale callback function was not called when using the <Code> component. Thank you @​HiDeoo!

    As the parent document's source file path is not available from an Astro component, the file property passed to the getBlockLocale callback function now contains an additional url property that will be set to the value of Astro.url in this case.

    When determining the locale of a code block, it is recommended to use this new property first, and only fall back to the existing path and cwd properties if url is undefined.

  • 480361a: Fixes an issue where the tabWidth setting was not applied when using the <Code> component. Thank you @​mrchantey!

  • Updated dependencies [480361a]

[email protected]

Patch Changes

[email protected]

Minor Changes

  • 944dda0: Updates Shiki to the latest version (1.22.2).

  • b6638f9: Adds config merging functionality to astro-expressive-code, which allows using ec.config.mjs together with other configuration sources like the Astro / Starlight config or Starlight themes.

    Options defined in ec.config.mjs have the highest priority and will override any corresponding values coming from other configuration sources.

    For the following object options, a deep merge is performed instead of a simple override:

    • defaultProps
    • frames
    • shiki
    • styleOverrides

    The following array options are concatenated instead of being replaced:

    • shiki.langs

Patch Changes

... (truncated)

Changelog

Sourced from astro-expressive-code's changelog.

0.38.3

Patch Changes

  • 90b614e: Makes the types used by the shiki.langs config option less strict to align them better with actual grammars found in the wild. This attempts to reduce the amount of type errors that occurred before when using external grammars, while still being supported by the language processing code.
  • Updated dependencies [90b614e]

0.38.2

Patch Changes

  • 480361a: Fixes an issue where the optional getBlockLocale callback function was not called when using the <Code> component. Thank you @​HiDeoo!

    As the parent document's source file path is not available from an Astro component, the file property passed to the getBlockLocale callback function now contains an additional url property that will be set to the value of Astro.url in this case.

    When determining the locale of a code block, it is recommended to use this new property first, and only fall back to the existing path and cwd properties if url is undefined.

  • 480361a: Fixes an issue where the tabWidth setting was not applied when using the <Code> component. Thank you @​mrchantey!

  • Updated dependencies [480361a]

0.38.1

Patch Changes

0.38.0

Minor Changes

  • 944dda0: Updates Shiki to the latest version (1.22.2).

  • b6638f9: Adds config merging functionality to astro-expressive-code, which allows using ec.config.mjs together with other configuration sources like the Astro / Starlight config or Starlight themes.

    Options defined in ec.config.mjs have the highest priority and will override any corresponding values coming from other configuration sources.

    For the following object options, a deep merge is performed instead of a simple override:

    • defaultProps
    • frames
    • shiki
    • styleOverrides

    The following array options are concatenated instead of being replaced:

    • shiki.langs

Patch Changes

... (truncated)

Commits

You can trigger a rebase of this PR 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps the npm_and_yarn group with 2 updates in the / directory: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) and [astro-expressive-code](https://github.com/expressive-code/expressive-code/tree/HEAD/packages/astro-expressive-code).


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

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

---
updated-dependencies:
- dependency-name: astro
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: astro-expressive-code
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 18, 2024
Copy link

cloudflare-workers-and-pages bot commented Dec 18, 2024

Deploying cojocarudavid-me with  Cloudflare Pages  Cloudflare Pages

Latest commit: c54d5e0
Status: ✅  Deploy successful!
Preview URL: https://fef2f54f.cojocarudavid-me.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-npm-obh3.cojocarudavid-me.pages.dev

View logs

Copy link

trag-bot bot commented Dec 18, 2024

👋 Hey! As a free user, you're receiving reviews for every 5th PR. Upgrade to get reviews on every pull request and boost your code quality! Learn more here 🚀

@cojocaru-david cojocaru-david merged commit c5e2cd1 into main Jan 28, 2025
3 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/npm_and_yarn-ecd42e5c25 branch January 28, 2025 23:45
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant