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

chore(deps): bump the production-dependencies group with 7 updates #42

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 23, 2024

Bumps the production-dependencies group with 7 updates:

Package From To
@astrojs/starlight 0.27.1 0.28.2
@astrojs/tailwind 5.1.0 5.1.1
@scalar/api-reference-react 0.3.87 0.3.93
@types/react 18.3.5 18.3.8
astro 4.15.6 4.15.8
mermaid 11.2.0 11.2.1
tailwindcss 3.4.11 3.4.12

Updates @astrojs/starlight from 0.27.1 to 0.28.2

Release notes

Sourced from @​astrojs/starlight's releases.

@​astrojs/starlight@​0.28.2

Patch Changes

  • #2377 a257b83 Thanks @​HiDeoo! - Fixes an issue with synced <Tabs> components containing nested <Tabs> causing tab panels to not render correctly.

@​astrojs/starlight@​0.28.1

Patch Changes

@​astrojs/starlight@​0.28.0

Minor Changes

  • #1923 5269aad Thanks @​HiDeoo! - Overhauls the built-in localization system which is now powered by the i18next library and available to use anywhere in your documentation website.

    See the “Using UI translations” guide to learn more about how to access built-in UI labels or your own custom strings in your project. Plugin authors can also use the new injectTranslations() helper to add or update translation strings.

    ⚠️ BREAKING CHANGE: The Astro.props.labels props has been removed from the props passed down to custom component overrides.

    If you are relying on Astro.props.labels (for example to read a built-in UI label), you will need to update your code to use the new Astro.locals.t() helper instead.

    ---
    import type { Props } from '@astrojs/starlight/props';
    // The `search.label` UI label for this page’s language:
    const searchLabel = Astro.locals.t('search.label');
    ---
  • #2285 7286220 Thanks @​HiDeoo! - Adds support for translating sidebar badges.

  • #1923 5269aad Thanks @​HiDeoo! - ⚠️ BREAKING CHANGE: The minimum supported version of Astro is now 4.14.0

    Please update Astro and Starlight together:

    npx @astrojs/upgrade

Patch Changes

  • #2327 d7a295e Thanks @​tritao! - Fixes restoration of remark directives for nodes with custom data attached.
Changelog

Sourced from @​astrojs/starlight's changelog.

0.28.2

Patch Changes

  • #2377 a257b83 Thanks @​HiDeoo! - Fixes an issue with synced <Tabs> components containing nested <Tabs> causing tab panels to not render correctly.

0.28.1

Patch Changes

0.28.0

Minor Changes

  • #1923 5269aad Thanks @​HiDeoo! - Overhauls the built-in localization system which is now powered by the i18next library and available to use anywhere in your documentation website.

    See the “Using UI translations” guide to learn more about how to access built-in UI labels or your own custom strings in your project. Plugin authors can also use the new injectTranslations() helper to add or update translation strings.

    ⚠️ BREAKING CHANGE: The Astro.props.labels props has been removed from the props passed down to custom component overrides.

    If you are relying on Astro.props.labels (for example to read a built-in UI label), you will need to update your code to use the new Astro.locals.t() helper instead.

    ---
    import type { Props } from '@astrojs/starlight/props';
    // The `search.label` UI label for this page’s language:
    const searchLabel = Astro.locals.t('search.label');
    ---
  • #2285 7286220 Thanks @​HiDeoo! - Adds support for translating sidebar badges.

  • #1923 5269aad Thanks @​HiDeoo! - ⚠️ BREAKING CHANGE: The minimum supported version of Astro is now 4.14.0

    Please update Astro and Starlight together:

    npx @astrojs/upgrade

Patch Changes

  • #2327 d7a295e Thanks @​tritao! - Fixes restoration of remark directives for nodes with custom data attached.
Commits

Updates @astrojs/tailwind from 5.1.0 to 5.1.1

Release notes

Sourced from @​astrojs/tailwind's releases.

@​astrojs/tailwind@​5.1.1

Patch Changes

Changelog

Sourced from @​astrojs/tailwind's changelog.

5.1.1

Patch Changes

Commits

Updates @scalar/api-reference-react from 0.3.87 to 0.3.93

Changelog

Sourced from @​scalar/api-reference-react's changelog.

0.3.93

Patch Changes

  • @​scalar/api-reference@​1.25.17

0.3.92

Patch Changes

  • @​scalar/api-reference@​1.25.16

0.3.91

Patch Changes

  • Updated dependencies [c1d39c5]
    • @​scalar/api-reference@​1.25.15

0.3.90

Patch Changes

  • @​scalar/api-reference@​1.25.14

0.3.89

Patch Changes

  • Updated dependencies [9486091]
    • @​scalar/api-reference@​1.25.13

0.3.88

Patch Changes

  • Updated dependencies [099233d]
  • Updated dependencies [9d88423]
  • Updated dependencies [e15b021]
    • @​scalar/api-reference@​1.25.12
Commits

Updates @types/react from 18.3.5 to 18.3.8

Commits

Updates astro from 4.15.6 to 4.15.8

Release notes

Sourced from astro's releases.

astro@4.15.8

Patch Changes

astro@4.15.7

Patch Changes

Changelog

Sourced from astro's changelog.

4.15.8

Patch Changes

4.15.7

Patch Changes

Commits

Updates mermaid from 11.2.0 to 11.2.1

Release notes

Sourced from mermaid's releases.

mermaid@11.2.1

Patch Changes

  • #5856 bfd8c63 Thanks @​knsv! - Fix for issue with calculation of label width when using in firefox
Commits
  • d63dc31 Merge pull request #5866 from mermaid-js/changeset-release/master
  • c5539e0 Version Packages
  • 14601b7 Merge pull request #5865 from mermaid-js/develop
  • 7a86fd7 Merge branch 'master' into develop
  • 0b35228 Update firefox changeset to patch
  • d2de970 Merge pull request #5840 from mermaid-js/renovate/eslint
  • 92a8783 chore(deps): update eslint
  • 4bd1e5c Merge pull request #5853 from jayaprabhakar/bug/5716_seq-actor-timeline-start
  • 1082605 Merge pull request #5863 from mermaid-js/renovate/patch-eslint
  • 6cf050e chore(deps): update dependency eslint-plugin-jsdoc to v50.2.3
  • Additional commits viewable in compare view

Updates tailwindcss from 3.4.11 to 3.4.12

Release notes

Sourced from tailwindcss's releases.

v3.4.12

Fixed

  • Ensure using @apply with utilities that use @defaults works with rules defined in the base layer when using optimizeUniversalDefaults (#14427)
Changelog

Sourced from tailwindcss's changelog.

[3.4.12] - 2024-09-17

Fixed

  • Ensure using @apply with utilities that use @defaults works with rules defined in the base layer when using optimizeUniversalDefaults (#14427)
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 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 production-dependencies group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight) | `0.27.1` | `0.28.2` |
| [@astrojs/tailwind](https://github.com/withastro/astro/tree/HEAD/packages/integrations/tailwind) | `5.1.0` | `5.1.1` |
| [@scalar/api-reference-react](https://github.com/scalar/scalar/tree/HEAD/packages/api-reference-react) | `0.3.87` | `0.3.93` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.3.5` | `18.3.8` |
| [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `4.15.6` | `4.15.8` |
| [mermaid](https://github.com/mermaid-js/mermaid) | `11.2.0` | `11.2.1` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.11` | `3.4.12` |


Updates `@astrojs/starlight` from 0.27.1 to 0.28.2
- [Release notes](https://github.com/withastro/starlight/releases)
- [Changelog](https://github.com/withastro/starlight/blob/main/packages/starlight/CHANGELOG.md)
- [Commits](https://github.com/withastro/starlight/commits/@astrojs/starlight@0.28.2/packages/starlight)

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

Updates `@scalar/api-reference-react` from 0.3.87 to 0.3.93
- [Changelog](https://github.com/scalar/scalar/blob/main/packages/api-reference-react/CHANGELOG.md)
- [Commits](https://github.com/scalar/scalar/commits/HEAD/packages/api-reference-react)

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

Updates `astro` from 4.15.6 to 4.15.8
- [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.15.8/packages/astro)

Updates `mermaid` from 11.2.0 to 11.2.1
- [Release notes](https://github.com/mermaid-js/mermaid/releases)
- [Changelog](https://github.com/mermaid-js/mermaid/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/mermaid-js/mermaid/compare/mermaid@11.2.0...mermaid@11.2.1)

Updates `tailwindcss` from 3.4.11 to 3.4.12
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.12/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss@v3.4.11...v3.4.12)

---
updated-dependencies:
- dependency-name: "@astrojs/starlight"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@astrojs/tailwind"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@scalar/api-reference-react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@types/react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: astro
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: mermaid
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: tailwindcss
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

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 Sep 23, 2024
@tonypinkevych tonypinkevych merged commit 0202aa1 into main Sep 23, 2024
1 check passed
@tonypinkevych tonypinkevych deleted the dependabot/npm_and_yarn/production-dependencies-1e78b1ee35 branch September 23, 2024 07: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.

1 participant