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 deps group with 3 updates #51

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 13, 2024

Bumps the deps group with 3 updates: astro, @unocss/reset and unocss.

Updates astro from 4.7.1 to 4.8.3

Release notes

Sourced from astro's releases.

astro@4.8.3

Patch Changes

astro@4.8.2

Patch Changes

astro@4.8.1

Patch Changes

  • #10987 05db5f7 Thanks @​ematipico! - Fix a regression where the flag experimental.rewriting was marked mandatory. Is is now optional.

  • #10975 6b640b3 Thanks @​bluwy! - Passes the scoped style attribute or class to the <picture> element in the <Picture /> component so scoped styling can be applied to the <picture> element

create-astro@4.8.0

Minor Changes

astro@4.8.0

Minor Changes

  • #10935 ddd8e49 Thanks @​bluwy! - Exports astro/jsx/rehype.js with utilities to generate an Astro metadata object

  • #10625 698c2d9 Thanks @​goulvenclech! - Adds the ability for multiple pages to use the same component as an entrypoint when building an Astro integration. This change is purely internal, and aligns the build process with the behaviour in the development server.

  • #10906 7bbd664 Thanks @​Princesseuh! - Adds a new radio checkbox component to the dev toolbar UI library (astro-dev-toolbar-radio-checkbox)

  • #10963 61f47a6 Thanks @​delucis! - Adds support for passing an inline Astro configuration object to getViteConfig()

    If you are using getViteConfig() to configure the Vitest test runner, you can now pass a second argument to control how Astro is configured. This makes it possible to configure unit tests with different Astro options when using Vitest’s workspaces feature.

    // vitest.config.ts
    import { getViteConfig } from 'astro/config';
    export default getViteConfig(
    /* Vite configuration /
    { test: {} },
    / Astro configuration */
    {
    site: 'https://example.com',
    trailingSlash: 'never',

... (truncated)

Changelog

Sourced from astro's changelog.

4.8.3

Patch Changes

4.8.2

Patch Changes

4.8.1

Patch Changes

  • #10987 05db5f7 Thanks @​ematipico! - Fix a regression where the flag experimental.rewriting was marked mandatory. Is is now optional.

  • #10975 6b640b3 Thanks @​bluwy! - Passes the scoped style attribute or class to the <picture> element in the <Picture /> component so scoped styling can be applied to the <picture> element

4.8.0

Minor Changes

  • #10935 ddd8e49 Thanks @​bluwy! - Exports astro/jsx/rehype.js with utilities to generate an Astro metadata object

  • #10625 698c2d9 Thanks @​goulvenclech! - Adds the ability for multiple pages to use the same component as an entrypoint when building an Astro integration. This change is purely internal, and aligns the build process with the behaviour in the development server.

  • #10906 7bbd664 Thanks @​Princesseuh! - Adds a new radio checkbox component to the dev toolbar UI library (astro-dev-toolbar-radio-checkbox)

  • #10963 61f47a6 Thanks @​delucis! - Adds support for passing an inline Astro configuration object to getViteConfig()

    If you are using getViteConfig() to configure the Vitest test runner, you can now pass a second argument to control how Astro is configured. This makes it possible to configure unit tests with different Astro options when using Vitest’s workspaces feature.

    // vitest.config.ts
    import { getViteConfig } from 'astro/config';
    export default getViteConfig(
    /* Vite configuration /
    { test: {} },
    / Astro configuration */
    {
    site: 'https://example.com',
    trailingSlash: 'never',
    }
    );

... (truncated)

Commits

Updates @unocss/reset from 0.59.4 to 0.60.2

Release notes

Sourced from @​unocss/reset's releases.

v0.60.2

   🐞 Bug Fixes

    View changes on GitHub

v0.60.1

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v0.60.0

   🚨 Breaking Changes

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • 7bf1b65 chore: release v0.60.2
  • 805a0c5 chore: update deps
  • 84170e1 fix(directives): fix parsing positions, close #3795
  • 9597923 chore: release v0.60.1
  • da9c9a5 fix(transformer-attributify-jsx): matchedRule (#3791)
  • fa49753 fix(transformer-directive): get raw string in directive, support slash & hash...
  • 9eb6e29 feat(eslint-plugin): allow customize configPath via settings
  • d39a708 test: add tests for more eslint rules
  • 9b313ee test: migrate rule tester
  • 20ed897 feat(eslint-plugin): blocklist meta with message (#3783)
  • Additional commits viewable in compare view

Updates unocss from 0.59.4 to 0.60.2

Release notes

Sourced from unocss's releases.

v0.60.2

   🐞 Bug Fixes

    View changes on GitHub

v0.60.1

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v0.60.0

   🚨 Breaking Changes

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • 7bf1b65 chore: release v0.60.2
  • 805a0c5 chore: update deps
  • 84170e1 fix(directives): fix parsing positions, close #3795
  • 9597923 chore: release v0.60.1
  • da9c9a5 fix(transformer-attributify-jsx): matchedRule (#3791)
  • fa49753 fix(transformer-directive): get raw string in directive, support slash & hash...
  • 9eb6e29 feat(eslint-plugin): allow customize configPath via settings
  • d39a708 test: add tests for more eslint rules
  • 9b313ee test: migrate rule tester
  • 20ed897 feat(eslint-plugin): blocklist meta with message (#3783)
  • Additional commits viewable in compare view

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 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

Bumps the deps group with 3 updates: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro), [@unocss/reset](https://github.com/unocss/unocss) and [unocss](https://github.com/unocss/unocss).


Updates `astro` from 4.7.1 to 4.8.3
- [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/astro@4.8.3/packages/astro)

Updates `@unocss/reset` from 0.59.4 to 0.60.2
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](unocss/unocss@v0.59.4...v0.60.2)

Updates `unocss` from 0.59.4 to 0.60.2
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](unocss/unocss@v0.59.4...v0.60.2)

---
updated-dependencies:
- dependency-name: astro
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: "@unocss/reset"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: unocss
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 13, 2024
Copy link

cloudflare-pages bot commented May 13, 2024

Deploying whisky-site with  Cloudflare Pages  Cloudflare Pages

Latest commit: 6ad2a50
Status:🚫  Build failed.

View logs

Copy link
Contributor Author

dependabot bot commented on behalf of github May 20, 2024

Superseded by #52.

@dependabot dependabot bot closed this May 20, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/deps-d06824a20b branch May 20, 2024 18:52
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.

None yet

0 participants