-
Notifications
You must be signed in to change notification settings - Fork 3
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): bump the everything group with 8 updates #359
chore(deps): bump the everything group with 8 updates #359
Conversation
Bumps the everything group with 8 updates: | Package | From | To | | --- | --- | --- | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `18.19.15` | `18.19.17` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.0.11` | `5.1.3` | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `1.2.2` | `1.3.0` | | [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `6.22.0` | `6.22.1` | | [sass](https://github.com/sass/dart-sass) | `1.70.0` | `1.71.0` | | [@types/core-js](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/core-js) | `2.5.5` | `2.5.8` | | [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.55` | `18.2.56` | | [@vitest/ui](https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui) | `1.2.2` | `1.3.0` | Updates `@types/node` from 18.19.15 to 18.19.17 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `vite` from 5.0.11 to 5.1.3 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.1.3/packages/vite) Updates `vitest` from 1.2.2 to 1.3.0 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v1.3.0/packages/vitest) Updates `react-router-dom` from 6.22.0 to 6.22.1 - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/react-router-dom@6.22.1/packages/react-router-dom/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@6.22.1/packages/react-router-dom) Updates `sass` from 1.70.0 to 1.71.0 - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](sass/dart-sass@1.70.0...1.71.0) Updates `@types/core-js` from 2.5.5 to 2.5.8 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/core-js) Updates `@types/react` from 18.2.55 to 18.2.56 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Updates `@vitest/ui` from 1.2.2 to 1.3.0 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v1.3.0/packages/ui) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: everything - dependency-name: vite dependency-type: direct:production update-type: version-update:semver-minor dependency-group: everything - dependency-name: vitest dependency-type: direct:production update-type: version-update:semver-minor dependency-group: everything - dependency-name: react-router-dom dependency-type: direct:production update-type: version-update:semver-patch dependency-group: everything - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-minor dependency-group: everything - dependency-name: "@types/core-js" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: everything - dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: everything - dependency-name: "@vitest/ui" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: everything ... Signed-off-by: dependabot[bot] <support@github.com>
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
yarn tries to keep as many dependencies as possible at the root node_modules folder. but sometimes some packages (within the monorepo) have to have their own node_modules folder when the package uses a different version of a certain package that is already in the root node_modules. As we use dependabot and manage all the versions centrally, we've found a case that Anyway, I've updated the script to create the folder if it's missing. |
still getting type error. I ran into this in the previous PR, but don't remember how I fixed it 🥲 i'll get back to this tomorrow. |
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Why didn't you close this PR? I was working on it 😭 |
I've added
|
This is interesting, i will try this locally tomorrow aswell if it's ok with you :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM @eunjae-lee.
I've tested it locally and it seems to be working nicely 💯
In the end, how the issue with checking the node_modules
folder was solved?
I ask because I saw the skipLibCheck
config was added but then removed and the error is not happening anymore 🤣 .
I'm not too sure exactly, but I assume there were duplicated libraries (probably different versions), and tsc failed with it. However, after removing yarn.lock and reinstalling dependencies, they lined up and now we use the same version, and the error no longer happens. |
Bumps the everything group with 8 updates:
18.19.15
18.19.17
5.0.11
5.1.3
1.2.2
1.3.0
6.22.0
6.22.1
1.70.0
1.71.0
2.5.5
2.5.8
18.2.55
18.2.56
1.2.2
1.3.0
Updates
@types/node
from 18.19.15 to 18.19.17Commits
Updates
vite
from 5.0.11 to 5.1.3Release notes
Sourced from vite's releases.
Changelog
Sourced from vite's changelog.
... (truncated)
Commits
bf39527
release: v5.1.35099028
fix: cachedTransformMiddleware for direct css requests (#15919)4172f02
refactor(runtime): seal ES module namespace object instead of feezing (#15914)63a39c2
refactor(runtime): minor tweaks (#15904)75ddc0e
release: v5.1.27b15607
fix(runtime): pass path instead of fileURL toisFilePathESM
(#15908)d9adf18
chore: update license file (#15885)added3e
fix(build): do not output build time when build fails (#15711)642d528
chore(deps): update dependency dotenv-expand to v11 (#15875)d16ce5d
chore(deps): update all non-major dependencies (#15874)Updates
vitest
from 1.2.2 to 1.3.0Release notes
Sourced from vitest's releases.
... (truncated)
Commits
bb2af3b
chore: release v1.3.0bc5b2d0
fix: Prevent merging ofpoolOptions
(#5221)1aecd65
fix(vitest): fixoptimizeDeps.disabled
warnings on Vite 5.1 (#5215)b3182e0
chore: pass down--update
flag to the project config2ee2317
ci: add publish workflow (#5168)86297d4
fix(vitest): delegate snapshot options to workspace from root config (#5199)68f5196
fix: requires fixed version across the monorepo (#5208)7d9b1fb
feat(vitest): "test" accepts options object as the second parameter (#5142)656e210
fix(cli): parse--browser=\<name>
correctly (#5179)828858f
feat: deprecate watchExclude (#5171)Maintainer changes
This version was pushed to npm by vitestbot, a new releaser for vitest since your current version.
Updates
react-router-dom
from 6.22.0 to 6.22.1Release notes
Sourced from react-router-dom's releases.
... (truncated)
Changelog
Sourced from react-router-dom's changelog.
Commits
5f0cf32
chore: Update version for release (#11283)25d16db
chore: Update version for release (pre) (#11280)241f2d4
Fix issues with pre-encoded param names not being properly decoded (#11199)Updates
sass
from 1.70.0 to 1.71.0Release notes
Sourced from sass's releases.
Changelog
Sourced from sass's changelog.
Commits
3e6721e
Fix new static warnings with Dart 3.3 (#2173)2cab33e
Update the language revision in Homebrew on release (#2171)84ededd
Use musl support in cli_pkg (#2172)00571ec
Add a--pkg-importer
flag (#2169)84f31f0
Update pubspec/changelog forpkg:
importers (#2168)9ee5408
[Package Importer] Dart Implementation (#2130)9423aa5
Use macos-14 runner instead of macos-latest-xlarge runner (#2167)bbf97b4
Remove the sass dependency from package.json (#2162)Updates
@types/core-js
from 2.5.5 to 2.5.8Commits
Updates
@types/react
from 18.2.55 to 18.2.56Commits
Updates
@vitest/ui
from 1.2.2 to 1.3.0Release notes
Sourced from
@vitest/ui
's releases.... (truncated)
Commits
bb2af3b
chore: release v1.3.0581030e
fix(ui): fix tests duration time (#5219)2ee2317
ci: add publish workflow (#5168)68f5196
fix: requires fixed version across the monorepo (#5208)c28b4c2
feat(ui): save splitpanes size to local storage (#5166)e4e93df
chore: replace run-p with pnpm run (#5174)7a31a1a
chore(deps): update dependency@antfu/eslint-config
to v2 (#5153)29f1f79
chore(deps): update dependency floating-vue to v5 (#5148)16b3ab3
chore(deps): update dependency@vitejs/plugin-vue
to v5 (#5147)dcf0d6a
chore(deps): update antfu stylelint config (#5127)Maintainer changes
This version was pushed to npm by vitestbot, a new releaser for
@vitest/ui
since your current version.Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions