Skip to content

Commit

Permalink
Yarn v4 (#1272)
Browse files Browse the repository at this point in the history
- Upgrade to Yarn v4
- Remove `@yarnpkg/plugin-interactive-tools` from LFS (included by
default in v4)
  • Loading branch information
amacneil authored Nov 18, 2024
1 parent 77ad4b2 commit 4572b2e
Show file tree
Hide file tree
Showing 6 changed files with 4,959 additions and 4,971 deletions.
2 changes: 0 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
.yarn/**/*.cjs filter=lfs diff=lfs merge=lfs -text
*.bag filter=lfs diff=lfs merge=lfs -text
*.bfbs filter=lfs diff=lfs merge=lfs -text
*.csv linguist-generated=true
Expand All @@ -11,4 +10,3 @@ cpp/examples/protobuf/proto/** linguist-vendored=true linguist-generated=true
python/mcap-ros1-support/mcap_ros1/vendor/** linguist-vendored=true
tests/conformance/data/** linguist-generated=true
typescript/examples/flatbuffer/output/** linguist-generated=true
go/ros/testdata/markers.bz2.bag filter=lfs diff=lfs merge=lfs -text
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ site/
.cache
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/sdks
*.tgz

*.db3-shm
Expand Down
3 changes: 0 additions & 3 deletions .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

This file was deleted.

4 changes: 0 additions & 4 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
defaultSemverRangePrefix: ""

nodeLinker: node-modules

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"test:conformance:generate-inputs": "yarn workspace @foxglove/mcap-conformance generate-inputs --data-dir \"$(pwd)/tests/conformance/data\"",
"test:conformance": "yarn workspace @foxglove/mcap-conformance run-tests --data-dir \"$(pwd)/tests/conformance/data\""
},
"packageManager": "yarn@3.5.0",
"packageManager": "yarn@4.5.1",
"devDependencies": {
"@types/node": "18.13.0",
"cspell": "8.0.0",
Expand Down
Loading

0 comments on commit 4572b2e

Please sign in to comment.