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

fix(deps): update all non-major third-party dependencies #189

Merged
merged 1 commit into from
Mar 15, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 22, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update Pending
@astrojs/react (source) 3.0.9 -> 3.1.0 age adoption passing confidence dependencies minor
@astrojs/starlight (source) 0.15.3 -> 0.21.1 age adoption passing confidence dependencies minor
@babel/core (source) 7.23.7 -> 7.24.0 age adoption passing confidence devDependencies minor
@commitlint/cli (source) 18.4.4 -> 18.6.1 age adoption passing confidence devDependencies minor
@commitlint/config-conventional (source) 18.4.4 -> 18.6.3 age adoption passing confidence devDependencies minor
@emotion/react (source) 11.11.3 -> 11.11.4 age adoption passing confidence dependencies patch
@faker-js/faker 8.3.1 -> 8.4.1 age adoption passing confidence devDependencies minor
@pandacss/dev (source) 0.27.2 -> 0.34.3 age adoption passing confidence devDependencies minor 0.35.0
@remix-run/css-bundle (source) 2.5.0 -> 2.8.1 age adoption passing confidence dependencies minor
@remix-run/dev (source) 2.5.0 -> 2.8.1 age adoption passing confidence devDependencies minor
@remix-run/eslint-config (source) 2.5.0 -> 2.8.1 age adoption passing confidence devDependencies minor
@remix-run/express (source) 2.5.0 -> 2.8.1 age adoption passing confidence dependencies minor
@remix-run/node (source) 2.5.0 -> 2.8.1 age adoption passing confidence dependencies minor
@remix-run/react (source) 2.5.0 -> 2.8.1 age adoption passing confidence dependencies minor
@remix-run/server-runtime (source) 2.5.0 -> 2.8.1 age adoption passing confidence dependencies minor
@remix-run/testing (source) 2.5.0 -> 2.8.1 age adoption passing confidence dependencies minor
@supabase/auth-helpers-remix (source) 0.2.6 -> 0.3.0 age adoption passing confidence dependencies minor
@supabase/supabase-js 2.39.3 -> 2.39.8 age adoption passing confidence dependencies patch
@testing-library/jest-dom 6.2.0 -> 6.4.2 age adoption passing confidence devDependencies minor
@testing-library/react 14.1.2 -> 14.2.1 age adoption passing confidence devDependencies minor
@types/eslint (source) 8.56.2 -> 8.56.5 age adoption passing confidence devDependencies patch
@types/node (source) 20.11.5 -> 20.11.26 age adoption passing confidence devDependencies patch 20.11.28 (+1)
@types/react (source) 18.2.48 -> 18.2.65 age adoption passing confidence dependencies patch 18.2.66
@types/react (source) 18.2.48 -> 18.2.65 age adoption passing confidence devDependencies patch 18.2.66
@types/react-dom (source) 18.2.18 -> 18.2.21 age adoption passing confidence dependencies patch 18.2.22
@types/react-dom (source) 18.2.18 -> 18.2.21 age adoption passing confidence devDependencies patch 18.2.22
@typescript-eslint/eslint-plugin (source) 6.19.0 -> 6.21.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) 6.19.0 -> 6.21.0 age adoption passing confidence devDependencies minor
SebRollen/toml-action v1.0.2 -> v1.2.0 age adoption passing confidence action minor
astro (source) 3.6.4 -> 3.6.5 age adoption passing confidence dependencies patch
autoprefixer 10.4.16 -> 10.4.18 age adoption passing confidence devDependencies patch
cypress (source) 13.6.3 -> 13.6.6 age adoption passing confidence devDependencies patch 13.7.0
dotenv 16.3.1 -> 16.4.5 age adoption passing confidence devDependencies minor
esbuild 0.19.11 -> 0.20.1 age adoption passing confidence devDependencies minor 0.20.2
eslint (source) 8.56.0 -> 8.57.0 age adoption passing confidence devDependencies minor
eslint-plugin-sonarjs 0.23.0 -> 0.24.0 age adoption passing confidence devDependencies minor
express (source) 4.18.2 -> 4.18.3 age adoption passing confidence dependencies patch
i18next (source) 23.7.16 -> 23.10.1 age adoption passing confidence dependencies minor
i18next-http-backend 2.4.2 -> 2.5.0 age adoption passing confidence dependencies minor
lint-staged 15.2.0 -> 15.2.2 age adoption passing confidence devDependencies patch
msw (source) 2.1.1 -> 2.2.3 age adoption passing confidence devDependencies minor
node (source) 20.11.0 -> 20.11.1 age adoption passing confidence patch
node 20.11.0-bullseye -> 20.11.1-bullseye age adoption passing confidence final patch
postcss (source) 8.4.33 -> 8.4.35 age adoption passing confidence devDependencies patch
prettier (source) 3.2.4 -> 3.2.5 age adoption passing confidence devDependencies patch
recharts 2.9.0 -> 2.12.2 age adoption passing confidence dependencies minor
supabase (source) 1.131.5 -> 1.148.6 age adoption passing confidence dependencies minor
superfly/flyctl-actions v1.4 -> 1.5 age adoption passing confidence action minor
tiny-invariant 1.3.1 -> 1.3.3 age adoption passing confidence dependencies patch
typescript (source) 5.3.3 -> 5.4.2 age adoption passing confidence devDependencies minor
vite-plugin-checker 0.6.2 -> 0.6.4 age adoption passing confidence devDependencies patch
webdriverio (source) 8.28.0 -> 8.33.1 age adoption passing confidence devDependencies minor

Release Notes

withastro/astro (@​astrojs/react)

v3.1.0

Compare Source

Minor Changes
  • #​10136 9cd84bd19b92fb43ae48809f575ee12ebd43ea8f Thanks @​matthewp! - Changes the default behavior of transition:persist to update the props of persisted islands upon navigation. Also adds a new view transitions option transition:persist-props (default: false) to prevent props from updating as needed.

    Islands which have the transition:persist property to keep their state when using the <ViewTransitions /> router will now have their props updated upon navigation. This is useful in cases where the component relies on page-specific props, such as the current page title, which should update upon navigation.

    For example, the component below is set to persist across navigation. This component receives a products props and might have some internal state, such as which filters are applied:

    <ProductListing transition:persist products={products} />

    Upon navigation, this component persists, but the desired products might change, for example if you are visiting a category of products, or you are performing a search.

    Previously the props would not change on navigation, and your island would have to handle updating them externally, such as with API calls.

    With this change the props are now updated, while still preserving state.

    You can override this new default behavior on a per-component basis using transition:persist-props=true to persist both props and state during navigation:

    <ProductListing transition:persist-props="true" products={products} />

v3.0.10

Compare Source

Patch Changes
withastro/starlight (@​astrojs/starlight)

v0.21.1

Compare Source

Patch Changes

v0.21.0

Compare Source

Minor Changes

v0.20.1

Compare Source

Patch Changes

v0.20.0

Compare Source

Minor Changes
  • #​1541 1043052f Thanks @​hippotastic! - Updates astro-expressive-code dependency to the latest minor release (0.33).

    This unlocks support for word wrap and line numbers, as well as updating the syntax highlighter to the latest Shiki release, which includes new and updated language grammars.

    See the Expressive Code release notes for more information including details of potentially breaking changes.

Patch Changes

v0.19.1

Compare Source

Patch Changes

v0.19.0

Compare Source

Minor Changes

v0.18.1

Compare Source

Patch Changes

v0.18.0

Compare Source

Minor Changes

v0.17.4

Compare Source

Patch Changes

v0.17.3

Compare Source

Patch Changes

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" in timezone Europe/London, 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 has been generated by Mend Renovate. View repository job log here.

Copy link
Contributor

github-actions bot commented Jan 22, 2024

Coverage Report

Status Category Percentage Covered / Total
🟢 Lines 100% (🎯 100%) 1593 / 1593
🟢 Statements 100% (🎯 100%) 1593 / 1593
🟢 Functions 100% (🎯 100%) 44 / 44
🟢 Branches 100% (🎯 100%) 189 / 189
File CoverageNo changed files found.
Generated in workflow #1100

@renovate renovate bot force-pushed the renovate/all-non-major-third-party-dependencies branch 21 times, most recently from 84e70cf to dcb912a Compare January 28, 2024 18:32
@renovate renovate bot force-pushed the renovate/all-non-major-third-party-dependencies branch 7 times, most recently from 4e84c36 to 54fec76 Compare January 31, 2024 10:17
@renovate renovate bot force-pushed the renovate/all-non-major-third-party-dependencies branch 15 times, most recently from 58f585c to 3af4fbd Compare March 10, 2024 06:30
@renovate renovate bot force-pushed the renovate/all-non-major-third-party-dependencies branch 10 times, most recently from daf53b9 to b299843 Compare March 15, 2024 08:15
@renovate renovate bot force-pushed the renovate/all-non-major-third-party-dependencies branch from 8b9d0b7 to c573eeb Compare March 15, 2024 17:30
@mgallagher56 mgallagher56 merged commit e05e86f into dev Mar 15, 2024
7 checks passed
@mgallagher56 mgallagher56 deleted the renovate/all-non-major-third-party-dependencies branch March 15, 2024 17:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant