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

Merged
merged 2 commits into from Sep 24, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 4, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update Pending
@astrojs/starlight (source) 0.7.3 -> 0.10.1 age adoption passing confidence dependencies minor
@babel/core (source) 7.22.11 -> 7.22.20 age adoption passing confidence devDependencies patch
@babel/plugin-transform-react-jsx (source) 7.22.5 -> 7.22.15 age adoption passing confidence devDependencies patch
@chakra-ui/react (source) 2.8.0 -> 2.8.1 age adoption passing confidence dependencies patch
@faker-js/faker 8.0.2 -> 8.1.0 age adoption passing confidence devDependencies minor
@​pandacss/dev 0.12.2 -> 0.15.1 age adoption passing confidence devDependencies minor
@supabase/auth-helpers-remix (source) 0.2.1 -> 0.2.2 age adoption passing confidence dependencies patch
@supabase/supabase-js 2.33.1 -> 2.36.0 age adoption passing confidence dependencies minor
@testing-library/dom 9.3.1 -> 9.3.3 age adoption passing confidence devDependencies patch
@testing-library/jest-dom 6.1.2 -> 6.1.3 age adoption passing confidence devDependencies patch
@testing-library/user-event 14.4.3 -> 14.5.1 age adoption passing confidence devDependencies minor
@types/bcryptjs (source) 2.4.2 -> 2.4.4 age adoption passing confidence devDependencies patch
@types/compression (source) 1.7.2 -> 1.7.3 age adoption passing confidence devDependencies patch
@types/node (source) 18.17.11 -> 18.17.18 age adoption passing confidence devDependencies patch 18.17.19
@types/react (source) 18.2.21 -> 18.2.22 age adoption passing confidence dependencies patch
@types/react (source) 18.2.21 -> 18.2.22 age adoption passing confidence devDependencies patch
@vitest/coverage-v8 (source) 0.34.3 -> 0.34.5 age adoption passing confidence devDependencies patch
@vitest/ui (source) 0.34.3 -> 0.34.5 age adoption passing confidence devDependencies patch
@zag-js/dialog ^0.16.0 -> 0.16.0 age adoption passing confidence dependencies pin
@zag-js/editable 0.16.0 -> 0.21.0 age adoption passing confidence dependencies minor
@zag-js/pressable 0.16.0 -> 0.21.0 age adoption passing confidence dependencies minor
@zag-js/react 0.16.0 -> 0.21.0 age adoption passing confidence dependencies minor
@zag-js/tabs 0.16.0 -> 0.21.0 age adoption passing confidence dependencies minor
astro (source) 2.10.14 -> 2.10.15 age adoption passing confidence dependencies patch
autoprefixer 10.4.15 -> 10.4.16 age adoption passing confidence devDependencies patch
esbuild 0.19.2 -> 0.19.3 age adoption passing confidence devDependencies patch
eslint (source) 8.48.0 -> 8.49.0 age adoption passing confidence devDependencies minor 8.50.0
eslint-plugin-cypress 2.14.0 -> 2.15.1 age adoption passing confidence devDependencies minor
framer-motion 10.16.1 -> 10.16.4 age adoption passing confidence dependencies patch
happy-dom 10.11.0 -> 10.11.2 age adoption passing confidence devDependencies patch
i18next (source) 23.4.6 -> 23.5.1 age adoption passing confidence dependencies minor
i18next-fs-backend 2.1.5 -> 2.2.0 age adoption passing confidence dependencies minor
i18next-http-backend 2.2.1 -> 2.2.2 age adoption passing confidence dependencies patch
isbot (source) 3.6.13 -> 3.7.0 age adoption passing confidence dependencies minor
msw (source) 1.2.4 -> 1.3.1 age adoption passing confidence devDependencies minor
node 18.17.1 -> 18.18.0 age adoption passing confidence minor
postcss (source) 8.4.28 -> 8.4.30 age adoption passing confidence devDependencies patch
prettier (source) 3.0.2 -> 3.0.3 age adoption passing confidence devDependencies patch
react-i18next 13.2.0 -> 13.2.2 age adoption passing confidence dependencies patch
remix-i18next 5.3.0 -> 5.4.0 age adoption passing confidence dependencies minor
start-server-and-test 2.0.0 -> 2.0.1 age adoption passing confidence devDependencies patch
supabase (source) 1.88.0 -> 1.99.5 age adoption passing confidence dependencies minor
type-coverage 2.26.1 -> 2.26.3 age adoption passing confidence devDependencies patch
vite-tsconfig-paths 4.2.0 -> 4.2.1 age adoption passing confidence devDependencies patch
vitest 0.34.3 -> 0.34.5 age adoption passing confidence devDependencies patch
webdriverio (source) 8.15.8 -> 8.16.11 age adoption passing confidence devDependencies minor 8.16.12

Release Notes

withastro/starlight (@​astrojs/starlight)

v0.10.1

Compare Source

Patch Changes

v0.10.0

Compare Source

Minor Changes
Patch Changes

v0.9.1

Compare Source

Patch Changes

v0.9.0

Compare Source

Minor Changes
  • #​626 5dd22b8 Thanks @​delucis! - Throw an error for duplicate MDX or sitemap integrations

  • #​615 7b75b3e Thanks @​delucis! - Bump minimum required Astro version to 3.0

    ⚠️ BREAKING CHANGE Astro v2 is no longer supported. Make sure you update Astro and any other integrations at the same time as updating Starlight.

v0.8.1

Compare Source

Patch Changes

v0.8.0

Compare Source

Minor Changes
  • #​529 c2d0e7f Thanks @​delucis! - For improved compatibility with Tailwind, some Starlight built-in class names are now prefixed with "sl-".

    While not likely, if you were relying on one of these internal class names in your own components or custom CSS, you will need to update to use the prefixed version.

    • Before: flex, md:flex, lg:flex, block, md:block, lg:block, hidden, md:hidden, lg:hidden.
    • After: sl-flex, md:sl-flex, lg:sl-flex, sl-block, md:sl-block, lg:sl-block, sl-hidden, md:sl-hidden, lg:sl-hidden.
  • #​593 5b8af95 Thanks @​delucis! - Add announcement banner feature

  • #​516 70a32a1 Thanks @​kevinzunigacuellar! - Support adding badges to sidebar links from config file and frontmatter

Patch Changes
babel/babel (@​babel/core)

v7.22.20

Compare Source

🏠 Internal
↩️ Revert
  • babel-helper-remap-async-to-generator, babel-helper-wrap-function, babel-plugin-proposal-explicit-resource-management, babel-plugin-proposal-function-sent, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-parameters, babel-plugin-transform-runtime, babel-preset-env

v7.22.19

Compare Source

v7.22.19 (2023-09-14)

Re-published 7.22.18, due to a releasing error.

v7.22.18

Compare Source

🐛 Bug Fix
  • babel-helper-validator-identifier
  • babel-helper-module-transforms, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-umd
↩️ Revert

v7.22.17

Compare Source

🐛 Bug Fix
🔬 Output optimization
  • babel-helper-remap-async-to-generator, babel-helper-wrap-function, babel-plugin-proposal-explicit-resource-management, babel-plugin-proposal-function-sent, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-parameters, babel-plugin-transform-runtime, babel-preset-env

v7.22.15

Compare Source

🐛 Bug Fix
🏠 Internal
  • babel-cli, babel-core, babel-generator, babel-helper-builder-binary-assignment-operator-visitor, babel-helper-compilation-targets, babel-helper-create-class-features-plugin, babel-helper-create-regexp-features-plugin, babel-helper-member-expression-to-functions, babel-helper-module-imports, babel-helper-module-transforms, babel-helper-transform-fixture-test-runner, babel-helper-validator-identifier, babel-helper-validator-option, babel-helpers, babel-node, babel-parser, babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression, babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-proposal-decorators, babel-plugin-proposal-destructuring-private, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-async-generator-functions, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-for-of, babel-plugin-transform-modules-commonjs, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-chaining, babel-plugin-transform-parameters, babel-plugin-transform-property-mutators, babel-plugin-transform-react-jsx, babel-plugin-transform-runtime, babel-plugin-transform-typescript, babel-preset-env, babel-preset-flow, babel-preset-react, babel-preset-typescript, babel-register, babel-standalone, babel-template, babel-traverse, babel-types
chakra-ui/chakra-ui (@​chakra-ui/react)

v2.8.1

Compare Source

Patch Changes
faker-js/faker (@​faker-js/faker)

v8.1.0

Compare Source

Features

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.

@renovate renovate bot added the dependencies label Sep 4, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Sep 4, 2023

Coverage Report

Status Category Percentage Covered / Total
🟢 Lines 100% / 100% 1108 / 1108
🟢 Statements 100% / 100% 1108 / 1108
🟢 Functions 100% / 100% 38 / 38
🟢 Branches 100% / 100% 126 / 126
File CoverageNo changed files found.
Generated in workflow #479

@renovate renovate bot force-pushed the renovate/all-non-major-third-party-dependencies branch 21 times, most recently from a07ae2a to 0500678 Compare September 11, 2023 13:56
@renovate renovate bot force-pushed the renovate/all-non-major-third-party-dependencies branch 7 times, most recently from 8462171 to 1e6a821 Compare September 16, 2023 23:00
@renovate renovate bot force-pushed the renovate/all-non-major-third-party-dependencies branch 22 times, most recently from fbe693b to c09fd17 Compare September 24, 2023 16:55
@renovate
Copy link
Contributor Author

renovate bot commented Sep 24, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@mgallagher56 mgallagher56 force-pushed the renovate/all-non-major-third-party-dependencies branch from 5cd9e20 to c4a2e6f Compare September 24, 2023 17:31
@mgallagher56 mgallagher56 force-pushed the renovate/all-non-major-third-party-dependencies branch from c4a2e6f to eaef10c Compare September 24, 2023 17:33
@mgallagher56 mgallagher56 merged commit 0270753 into dev Sep 24, 2023
6 checks passed
@mgallagher56 mgallagher56 deleted the renovate/all-non-major-third-party-dependencies branch September 24, 2023 17:39
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.

None yet

1 participant