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): update all non-major dependencies #201

Merged
merged 1 commit into from
Nov 3, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 28, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@microsoft/api-extractor (source) ^7.38.0 -> ^7.38.2 age adoption passing confidence
@sveltejs/kit (source) ^1.26.0 -> ^1.27.2 age adoption passing confidence
@types/react (source) ^18.2.31 -> ^18.2.34 age adoption passing confidence
@types/react (source) ^18.2.31 -> ^18.2.34 age adoption passing confidence
@typescript-eslint/eslint-plugin ^6.8.0 -> ^6.9.1 age adoption passing confidence
@typescript-eslint/parser ^6.8.0 -> ^6.9.1 age adoption passing confidence
@typescript-eslint/rule-tester ^6.8.0 -> ^6.9.1 age adoption passing confidence
@typescript-eslint/utils ^6.8.0 -> ^6.9.1 age adoption passing confidence
@vitejs/plugin-react (source) ^4.1.0 -> ^4.1.1 age adoption passing confidence
eslint-plugin-svelte (source) ^2.34.0 -> ^2.34.1 age adoption passing confidence
npm (source) 10.2.0 -> 10.2.3 age adoption passing confidence
npm (source) ^10.1.0 -> ^10.2.3 age adoption passing confidence
react-router-dom ^6.17.0 -> ^6.18.0 age adoption passing confidence
sass ^1.69.4 -> ^1.69.5 age adoption passing confidence

Release Notes

vitejs/vite-plugin-react (@​vitejs/plugin-react)

v4.1.1

Compare Source

  • Enable retainLines to get correct line numbers for jsxDev (fix #​235)
sveltejs/eslint-plugin-svelte (eslint-plugin-svelte)

v2.34.1

Compare Source

Patch Changes
npm/cli (npm)

v10.2.3

Compare Source

Dependencies

v10.2.2

Compare Source

Bug Fixes
Documentation
Dependencies

v10.2.1

Compare Source

Bug Fixes
Documentation
Dependencies
remix-run/react-router (react-router-dom)

v6.18.0

Compare Source

Minor Changes
  • Add support for manual fetcher key specification via useFetcher({ key: string }) so you can access the same fetcher instance from different components in your application without prop-drilling (RFC) (#​10960)

    • Fetcher keys are now also exposed on the fetchers returned from useFetchers so that they can be looked up by key
  • Add navigate/fetcherKey params/props to useSumbit/Form to support kicking off a fetcher submission under the hood with an optionally user-specified key (#​10960)

    • Invoking a fetcher in this way is ephemeral and stateless
    • If you need to access the state of one of these fetchers, you will need to leverage useFetcher({ key }) to look it up elsewhere
Patch Changes
  • Adds a fetcher context to RouterProvider that holds completed fetcher data, in preparation for the upcoming future flag that will change the fetcher persistence/cleanup behavior (#​10961)
  • Fix the future prop on BrowserRouter, HashRouter and MemoryRouter so that it accepts a Partial<FutureConfig> instead of requiring all flags to be included. (#​10962)
  • Updated dependencies:
    • @remix-run/router@1.11.0
    • react-router@6.18.0
sass/dart-sass (sass)

v1.69.5

Compare Source

JS API
  • Compatibility with Node.js 21.0.0.

Configuration

📅 Schedule: Branch creation - "every weekend" (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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from e9287d5 to d588f93 Compare November 2, 2023 14:37
Copy link
Contributor Author

renovate bot commented Nov 2, 2023

⚠ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: undefined
Post-upgrade command 'rm package-lock.json' has not been added to the allowed list in allowedPostUpgradeCommands
File name: undefined
Post-upgrade command 'npm install' has not been added to the allowed list in allowedPostUpgradeCommands

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 1fc2b0a to ea964d3 Compare November 3, 2023 07:52
Copy link

codecov bot commented Nov 3, 2023

Codecov Report

Merging #201 (4a3103e) into main (6877801) will not change coverage.
Report is 1 commits behind head on main.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #201   +/-   ##
=======================================
  Coverage   88.43%   88.43%           
=======================================
  Files          66       66           
  Lines        1781     1781           
  Branches      292      292           
=======================================
  Hits         1575     1575           
  Misses        148      148           
  Partials       58       58           
Flag Coverage Δ
e2e-1 56.80% <ø> (ø)
e2e-2 49.16% <ø> (ø)
e2e-4 66.31% <ø> (ø)
e2e-5 50.09% <ø> (ø)
e2e-7 62.22% <ø> (ø)
e2e-8 56.25% <ø> (ø)
unit 92.54% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!

@fbasso fbasso merged commit 5d08021 into main Nov 3, 2023
13 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch November 3, 2023 15:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant