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

Merged
merged 2 commits into from Jul 2, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 19, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update Pending
@astrojs/starlight (source) 0.1.2 -> 0.3.1 age adoption passing confidence dependencies minor 0.4.0
@chakra-ui/react (source) 2.7.0 -> 2.7.1 age adoption passing confidence dependencies patch
@commitlint/cli (source) 17.6.5 -> 17.6.6 age adoption passing confidence devDependencies patch
@commitlint/config-conventional (source) 17.6.5 -> 17.6.6 age adoption passing confidence devDependencies patch
@remix-run/css-bundle (source) 1.17.0 -> 1.18.0 age adoption passing confidence dependencies minor 1.18.1
@remix-run/dev (source) 1.17.0 -> 1.18.0 age adoption passing confidence devDependencies minor 1.18.1
@remix-run/eslint-config 1.17.0 -> 1.18.0 age adoption passing confidence devDependencies minor 1.18.1
@remix-run/express 1.17.0 -> 1.18.0 age adoption passing confidence dependencies minor 1.18.1
@remix-run/node 1.17.0 -> 1.18.0 age adoption passing confidence dependencies minor 1.18.1
@remix-run/react 1.17.0 -> 1.18.0 age adoption passing confidence dependencies minor 1.18.1
@remix-run/server-runtime 1.17.0 -> 1.18.0 age adoption passing confidence dependencies minor 1.18.1
@supabase/supabase-js 2.24.0 -> 2.26.0 age adoption passing confidence dependencies minor
@testing-library/dom 9.3.0 -> 9.3.1 age adoption passing confidence devDependencies patch
@types/eslint (source) 8.40.1 -> 8.40.2 age adoption passing confidence devDependencies patch
@types/node (source) 18.16.16 -> 18.16.18 age adoption passing confidence devDependencies patch 18.16.19
@types/react (source) 18.2.9 -> 18.2.14 age adoption passing confidence dependencies patch
@types/react (source) 18.2.9 -> 18.2.14 age adoption passing confidence devDependencies patch
@types/react-dom (source) 18.2.4 -> 18.2.6 age adoption passing confidence dependencies patch
@types/react-dom (source) 18.2.4 -> 18.2.6 age adoption passing confidence devDependencies patch
@typescript-eslint/eslint-plugin 5.59.9 -> 5.60.1 age adoption passing confidence devDependencies minor
@typescript-eslint/parser 5.59.9 -> 5.60.1 age adoption passing confidence devDependencies minor
@vitejs/plugin-react (source) 4.0.0 -> 4.0.1 age adoption passing confidence devDependencies patch
@vitest/coverage-v8 (source) 0.32.0 -> 0.32.2 age adoption passing confidence devDependencies patch
@vitest/ui (source) 0.32.0 -> 0.32.2 age adoption passing confidence devDependencies patch
astro (source) 2.6.2 -> 2.7.2 age adoption passing confidence dependencies minor
cypress 12.14.0 -> 12.16.0 age adoption passing confidence devDependencies minor
dotenv 16.1.4 -> 16.3.1 age adoption passing confidence devDependencies minor
esbuild 0.17.19 -> 0.18.10 age adoption passing confidence devDependencies minor 0.18.11
eslint (source) 8.42.0 -> 8.43.0 age adoption passing confidence devDependencies minor 8.44.0
framer-motion 10.12.16 -> 10.12.17 age adoption passing confidence dependencies patch 10.12.18
i18next (source) ^23.0.0 -> 23.0.0 age adoption passing confidence dependencies pin
i18next-browser-languagedetector ^7.0.2 -> 7.0.2 age adoption passing confidence dependencies pin
i18next-fs-backend ^2.1.3 -> 2.1.3 age adoption passing confidence dependencies pin
i18next-http-backend ^2.2.1 -> 2.2.1 age adoption passing confidence dependencies pin
isbot (source) 3.6.10 -> 3.6.12 age adoption passing confidence dependencies patch
lint-staged 13.2.2 -> 13.2.3 age adoption passing confidence devDependencies patch
msw (source) 1.2.1 -> 1.2.2 age adoption passing confidence devDependencies patch
node 18.16.0 -> 18.16.1 age adoption passing confidence patch
react-i18next ^13.0.0 -> 13.0.0 age adoption passing confidence dependencies pin
remix-i18next ^5.1.1 -> 5.1.1 age adoption passing confidence dependencies pin
supabase (source) 1.64.8 -> 1.75.2 age adoption passing confidence dependencies minor 1.75.3
typescript (source) 5.1.3 -> 5.1.6 age adoption passing confidence devDependencies patch
vite-plugin-checker 0.6.0 -> 0.6.1 age adoption passing confidence devDependencies patch
vitest 0.32.0 -> 0.32.2 age adoption passing confidence devDependencies patch
webdriverio (source) 8.11.1 -> 8.11.2 age adoption passing confidence devDependencies patch

Release Notes

withastro/starlight (@​astrojs/starlight)

v0.3.1

Compare Source

Patch Changes

v0.3.0

Compare Source

Minor Changes
  • #​237 4279d75 Thanks @​HiDeoo! - Use path instead of slugified path for auto-generated sidebar item configuration

    ⚠️ Potentially breaking change. If your docs directory names don’t match their URLs, for example they contain whitespace like docs/my docs/, and you were referencing these in an autogenerate sidebar group as my-docs, update your config to reference these with the directory name instead of the slugified version:

    autogenerate: {
    - directory: 'my-docs',
    + directory: 'my docs',
    }
  • #​226 1aa2187 Thanks @​delucis! - Add support for custom 404 pages.

Patch Changes

v0.2.0

Compare Source

Minor Changes
  • #​171 198c3f0 Thanks @​delucis! - Add Starlight generator tag to HTML output

  • #​217 490fd98 Thanks @​delucis! - Updated sidebar styles. Sidebars now support top-level links and groups are styled with a subtle border and indentation to improve comprehension of nesting.

  • #​178 d046c55 Thanks @​delucis! - Add support for translating the Pagefind search modal

  • #​210 cb5b121 Thanks @​delucis! - Change page title ID to _top for cleaner hash URLs

    ⚠️ Potentially breaking change if you were linking manually to #starlight__overview anywhere. If you were, update these links to use #_top instead.

Patch Changes

v0.1.4

Compare Source

Patch Changes

v0.1.3

Compare Source

Patch Changes
chakra-ui/chakra-ui (@​chakra-ui/react)

v2.7.1

Compare Source

Patch Changes
  • #​7730
    2456a7090
    Thanks @​TylerAPfledderer! - Expose the
    skip nav components and types to the main package

    import {
      SkipNavLink,
      type SkipNavLinkProps,
      SkipNavContent,
      type SkipNavContentProps,
    } from "@​chakra-ui/react"
conventional-changelog/commitlint (@​commitlint/cli)

v17.6.6

Compare Source

Note: Version bump only for package @​commitlint/cli

conventional-changelog/commitlint (@​commitlint/config-conventional)

v17.6.6

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

remix-run/remix (@​remix-run/css-bundle)

v1.18.0

Compare Source

v1.17.1

Compare Source

Patch Changes
  • Lazily generate CSS bundle when import of @remix-run/css-bundle is detected (#​6535)
remix-run/remix (@​remix-run/dev)

v1.18.0

Compare Source

Minor Changes
  • stabilize v2 dev server (#​6615)
  • improved logging for remix build and remix dev (#​6596)
Patch Changes
  • fix docs links for msw and mkcert (#​6672)
  • fix remix dev -c: kill all descendant processes of specified command when restarting (#​6663)
  • Add caching to regular stylesheet compilation (#​6638)
  • Rename Architect (AWS Lambda) -> Architect in the create-remix CLI to avoid confusion for other methods of deploying to AWS (i.e., SST) (#​6484)
  • Improve CSS bundle build performance by skipping unused Node polyfills (#​6639)
  • Improve performance of CSS bundle build by skipping compilation of Remix/React packages that are known not to contain CSS imports (#​6654)
  • Cache CSS side-effect imports transform when using HMR (#​6622)
  • Fix bug with pathless layout routes beneath nested path segments (#​6649)
  • Add caching to PostCSS for CSS Modules (#​6604)
  • Add caching to PostCSS for side-effect imports (#​6554)
  • cache getRouteModuleExports calls to significantly speed up build and HMR rebuild times (#​6629)
  • group rebuild logs with surrounding whitespace (#​6607)
  • instructions for integrating with msw (#​6669)
  • Update minimum version of esbuild-plugins-node-modules-polyfill to 1.0.16 to ensure that the plugin is cached (#​6652)
  • Updated dependencies:
    • @remix-run/server-runtime@1.18.0

v1.17.1

Compare Source

Patch Changes
  • Replace esbuild-plugin-polyfill-node with esbuild-plugins-node-modules-polyfill (#​6562)
  • Lazily generate CSS bundle when import of @remix-run/css-bundle is detected (#​6535)
  • Updated dependencies:
    • @remix-run/server-runtime@1.17.1
remix-run/remix (@​remix-run/eslint-config)

v1.18.0

Compare Source

No significant changes to this package were made in this release. See the releases page on GitHub for an overview of all changes in v1.18.0.

v1.17.1

Compare Source

No significant changes to this package were made in this release. See the releases page on GitHub for an overview of all changes in v1.17.1.

remix-run/remix (@​remix-run/express)

v1.18.0

Compare Source

Patch Changes
  • Updated dependencies:
    • @remix-run/node@1.18.0

v1.17.1

Compare Source

Patch Changes
  • Updated dependencies:
    • @remix-run/node@1.17.1
remix-run/remix (@​remix-run/node)

v1.18.0

Compare Source

Patch Changes
  • Updated dependencies:
    • @remix-run/server-runtime@1.18.0

v1.17.1

Compare Source

Patch Changes
  • Updated dependencies:
    • @remix-run/server-runtime@1.17.1
remix-run/remix (@​remix-run/react)

v1.18.0

Compare Source

Minor Changes
  • stabilize v2 dev server (#​6615)
  • Support application/json and text/plain submission encodings in useSubmit/fetcher.submit (#​6570)
  • Add support for <Link prefetch="viewport"> to prefetch links when they enter the viewport via an Intersection Observer (#​6433)
Patch Changes
  • Bump router 6.14.0-pre.1 (#​6662)
  • Detect mismatches between the initially loaded URL and the URL at the time we hydrate and trigger a hard reload if they do not match. This is an edge-case that can happen when the network is slowish and the user clicks forward into a Remix app and then clicks forward again while the initial JS chunks are loading. (#​6409)
  • Lock in react router 6.14.0 (#​6677)
  • properly pass props to inline script tags for deferred data (#​6389)

v1.17.1

Compare Source

Patch Changes
remix-run/remix (@​remix-run/server-runtime)

v1.18.0

Compare Source

Minor Changes
Patch Changes
  • Fix typing issues when using React 17 stemming from @remix/server-runtime including @types/react as a devDependency when it doesn't actually do anything React-specific and was just re-exporting ComponentType in values such as CatchBoundaryComponent/ErrorBoundaryComponent/V2_ErrorBoundaryComponent. These types are more correctly exported from @remix-run/react which is React-aware so that is the correct place to be importing those types from. In order to avoid breaking existing builds, the types in @remix/server-runtime have been loosened to any and @deprecated warnings have been added informing users to switch to the corresponding types in @remix-run/react. (#​5713)
  • fix(types): better tuple serialization types (#​6616)
  • Move @types/cookie to dependencies since we re-export types from there (#​5713)

v1.17.1

Compare Source

No significant changes to this package were made in this release. See the releases page on GitHub for an overview of all changes in v1.17.1.

supabase/supabase-js (@​supabase/supabase-js)

v2.26.0

Compare Source

Features

v2.25.0

Compare Source

Features
  • version bump realtime-js to 2.7.3 (c4a101f)
testing-library/dom-testing-library (@​testing-library/dom)

v9.3.1

Compare Source

Bug Fixes
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v5.60.1

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

You can read about our versioning strategy and releases on our website.

v5.60.0

Compare Source

Features
  • eslint-plugin: [restrict-plus-operands] add allow* options (#​6161) (def09f8)

[5.59.11](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.10


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.

@github-actions
Copy link
Contributor

github-actions bot commented Jun 19, 2023

Coverage Summary

Status Category Percentage Covered / Total
🟢 Lines 100% / 100% 459 / 459
🟢 Statements 100% / 100% 459 / 459
🟢 Functions 100% / 100% 25 / 25
🟢 Branches 100% / 100% 50 / 50
File Coverage
File Stmts % Branch % Funcs % Lines Uncovered Lines
app/components/core/buttons/FLPButton.tsx 100% 100% 100% 100%
app/components/core/buttons/FLPButtonGroup.tsx 100% 100% 100% 100%
app/components/core/buttons/FLPLinkButton.tsx 100% 100% 100% 100%
app/components/core/progress/FLPSpinner.tsx 100% 100% 100% 100%
app/components/core/structure/FLPBox.tsx 100% 100% 100% 100%
app/components/core/tabs/FLPTab.tsx 100% 100% 100% 100%
app/components/core/tabs/FLPTabList.tsx 100% 100% 100% 100%
app/components/core/tabs/FLPTabPanel.tsx 100% 100% 100% 100%
app/components/core/tabs/FLPTabPanels.tsx 100% 100% 100% 100%
app/components/core/tabs/FLPTabs.tsx 100% 100% 100% 100%
app/components/core/typography/FLPHeading.tsx 100% 100% 100% 100%
app/components/core/typography/FLPText.tsx 100% 100% 100% 100%
app/components/navigation/HomeLogo.tsx 100% 100% 100% 100%
app/components/navigation/NavMenu.tsx 100% 100% 100% 100%
app/components/navigation/UserLogin.tsx 100% 100% 100% 100%
app/components/structure/header/Header.tsx 100% 100% 100% 100%
app/components/structure/header/styles.ts 100% 100% 100% 100%
app/containers/TabsContainer.tsx 100% 100% 100% 100%
app/hooks/useIsMobile.ts 100% 100% 100% 100%
app/utils/index.utils.tsx 100% 100% 100% 100%
app/utils/supabase.ts 100% 100% 100% 100%
app/utils/utils.ts 100% 100% 100% 100%

@renovate renovate bot force-pushed the renovate/all-non-major-third-party-dependencies branch 15 times, most recently from 830e185 to 9792ed5 Compare June 25, 2023 20:18
@renovate renovate bot force-pushed the renovate/all-non-major-third-party-dependencies branch 13 times, most recently from 6d45117 to 90e1854 Compare June 30, 2023 10:01
@renovate renovate bot force-pushed the renovate/all-non-major-third-party-dependencies branch 7 times, most recently from c42e0ae to 37fe965 Compare July 2, 2023 18:05
@renovate renovate bot force-pushed the renovate/all-non-major-third-party-dependencies branch from 37fe965 to 004684c Compare July 2, 2023 18:17
@renovate
Copy link
Contributor Author

renovate bot commented Jul 2, 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 merged commit 9d9d462 into dev Jul 2, 2023
4 checks passed
@mgallagher56 mgallagher56 deleted the renovate/all-non-major-third-party-dependencies branch July 2, 2023 20:00
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