Skip to content
New issue

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

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

Already on GitHub? # to your account

fix(deps): update all non-major dependencies #473

Merged
merged 1 commit into from
Sep 8, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 8, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@astrojs/starlight (source) 0.26.1 -> 0.27.1 age adoption passing confidence
@lerna-lite/cli (source) ^3.9.0 -> ^3.9.1 age adoption passing confidence
@lerna-lite/publish (source) ^3.9.0 -> ^3.9.1 age adoption passing confidence
@lerna-lite/run (source) ^3.9.0 -> ^3.9.1 age adoption passing confidence
@types/node (source) ^20.16.2 -> ^20.16.5 age adoption passing confidence
astro (source) 4.15.1 -> 4.15.4 age adoption passing confidence
eslint-plugin-lit ^1.14.0 -> ^1.15.0 age adoption passing confidence
lint-staged ^15.2.9 -> ^15.2.10 age adoption passing confidence

Release Notes

withastro/starlight (@​astrojs/starlight)

v0.27.1

Patch Changes
  • #​2303 f92791a Thanks @​delucis! - Fixes resolution for the internal module Git virtual module in projects with special characters in the file path

v0.27.0

Compare Source

Minor Changes
  • #​1255 6f3202b Thanks @​Fryuni! - Adds support for server-rendered Starlight pages.

    When building a project with hybrid or server output mode, a new prerender option on Starlight config can be set to false to make all Starlight pages be rendered on-demand:

    export default defineConfig({
      output: 'server',
      integrations: [
        starlight({
          prerender: false,
        }),
      ],
    });
Patch Changes
  • #​2242 756e85e Thanks @​delucis! - Refactors the logic for persisting and restoring sidebar state across navigations for better performance on slow or busy devices

  • #​1255 6f3202b Thanks @​Fryuni! - Improves performance of computing the last updated times from Git history.

    Instead of executing git for each docs page, it is now executed twice regardless of the number of pages.

  • #​1255 6f3202b Thanks @​Fryuni! - Fixes last updated times on projects with custom srcDir

v0.26.4

Compare Source

Patch Changes
  • #​2288 b15f725 Thanks @​matthewp! - Safely handle Zod errors

    Prevents bugs where errors without the .received props would through and cause builds to fail unnecessarily.

v0.26.3

Compare Source

Patch Changes
  • #​2281 5062d30 Thanks @​HiDeoo! - Fixes a potential text rendering issue that could include extra whitespaces for text containing colons.

  • #​2279 62d59e2 Thanks @​HiDeoo! - Fixes an issue with frontmatter schemas containing collection references used with the <StarlightPage /> component and an Astro version greater than 4.14.0.

v0.26.2

Compare Source

Patch Changes
lerna-lite/lerna-lite (@​lerna-lite/cli)

v3.9.1

Compare Source

Bug Fixes
lerna-lite/lerna-lite (@​lerna-lite/publish)

v3.9.1

Compare Source

Bug Fixes
lerna-lite/lerna-lite (@​lerna-lite/run)

v3.9.1

Compare Source

Note: Version bump only for package @​lerna-lite/run

withastro/astro (astro)

v4.15.4

Compare Source

Patch Changes
  • #​11879 bd1d4aa Thanks @​matthewp! - Allow passing a cryptography key via ASTRO_KEY

    For Server islands Astro creates a cryptography key in order to hash props for the islands, preventing accidental leakage of secrets.

    If you deploy to an environment with rolling updates then there could be multiple instances of your app with different keys, causing potential key mismatches.

    To fix this you can now pass the ASTRO_KEY environment variable to your build in order to reuse the same key.

    To generate a key use:

    astro create-key
    

    This will print out an environment variable to set like:

    ASTRO_KEY=PIAuyPNn2aKU/bviapEuc/nVzdzZPizKNo3OqF/5PmQ=
    
  • #​11935 c58193a Thanks @​Princesseuh! - Fixes astro add not using the proper export point when adding certain adapters

v4.15.3

Compare Source

Patch Changes

v4.15.2

Compare Source

Patch Changes
43081j/eslint-plugin-lit (eslint-plugin-lit)

v1.15.0

Compare Source

What's Changed

New Contributors

Full Changelog: 43081j/eslint-plugin-lit@v1.14.0...1.15.0

lint-staged/lint-staged (lint-staged)

v15.2.10

Compare Source

Patch Changes

Configuration

📅 Schedule: Branch creation - "before 12pm on Sunday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies label Sep 8, 2024
@renovate renovate bot requested a review from favna as a code owner September 8, 2024 00:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ebd2d5d to 3e1d817 Compare September 8, 2024 09:53
@favna favna merged commit b217e95 into main Sep 8, 2024
6 checks passed
@favna favna deleted the renovate/all-minor-patch branch September 8, 2024 10:05
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant