Skip to content

Commit d024a60

Browse files
authored
Bumps the lockfile version to account for the new libc field (#3998)
* Bumps the lockfile version to account for the new libc field * Bumps lockfile * Fixes snapshots
1 parent e64af83 commit d024a60

File tree

5 files changed

+38
-5
lines changed

5 files changed

+38
-5
lines changed

.yarn/versions/0a26c640.yml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
releases:
2+
"@yarnpkg/core": patch
3+
4+
declined:
5+
- "@yarnpkg/plugin-compat"
6+
- "@yarnpkg/plugin-constraints"
7+
- "@yarnpkg/plugin-dlx"
8+
- "@yarnpkg/plugin-essentials"
9+
- "@yarnpkg/plugin-exec"
10+
- "@yarnpkg/plugin-file"
11+
- "@yarnpkg/plugin-git"
12+
- "@yarnpkg/plugin-github"
13+
- "@yarnpkg/plugin-http"
14+
- "@yarnpkg/plugin-init"
15+
- "@yarnpkg/plugin-interactive-tools"
16+
- "@yarnpkg/plugin-link"
17+
- "@yarnpkg/plugin-nm"
18+
- "@yarnpkg/plugin-npm"
19+
- "@yarnpkg/plugin-npm-cli"
20+
- "@yarnpkg/plugin-pack"
21+
- "@yarnpkg/plugin-patch"
22+
- "@yarnpkg/plugin-pnp"
23+
- "@yarnpkg/plugin-pnpm"
24+
- "@yarnpkg/plugin-stage"
25+
- "@yarnpkg/plugin-typescript"
26+
- "@yarnpkg/plugin-version"
27+
- "@yarnpkg/plugin-workspace-tools"
28+
- "@yarnpkg/builder"
29+
- "@yarnpkg/cli"
30+
- "@yarnpkg/doctor"
31+
- "@yarnpkg/nm"
32+
- "@yarnpkg/pnpify"
33+
- "@yarnpkg/sdks"

packages/acceptance-tests/pkg-tests-specs/sources/features/__snapshots__/mergeConflictResolution.test.js.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ exports[`Features Merge Conflict Resolution it should properly fix merge conflic
55
# Manual changes might be lost - proceed with caution!
66
77
__metadata:
8-
version: 5
8+
version: 6
99
cacheKey: 0
1010
1111
\\"no-deps@npm:*\\":
@@ -54,7 +54,7 @@ exports[`Features Merge Conflict Resolution it should properly fix merge conflic
5454
# Manual changes might be lost - proceed with caution!
5555
5656
__metadata:
57-
version: 5
57+
version: 6
5858
cacheKey: 0
5959
6060
<<<<<<< HEAD

packages/acceptance-tests/pkg-tests-specs/sources/features/__snapshots__/prunedNativeDeps.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ exports[`Features Pruned native deps should resolve all dependencies, regardless
55
# Manual changes might be lost - proceed with caution!
66
77
__metadata:
8-
version: 5
8+
version: 6
99
cacheKey: 0
1010
1111
\\"native-bar-x64@npm:1.0.0\\":

packages/yarnpkg-core/sources/Project.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ import {IdentHash, DescriptorHash, LocatorHash, PackageExtensionStatus} from './
4242
// When upgraded, the lockfile entries have to be resolved again (but the specific
4343
// versions are still pinned, no worry). Bump it when you change the fields within
4444
// the Package type; no more no less.
45-
const LOCKFILE_VERSION = 5;
45+
const LOCKFILE_VERSION = 6;
4646

4747
// Same thing but must be bumped when the members of the Project class changes (we
4848
// don't recommend our users to check-in this file, so it's fine to bump it even

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Manual changes might be lost - proceed with caution!
33

44
__metadata:
5-
version: 5
5+
version: 6
66
cacheKey: 8
77

88
"@actions/core@npm:^1.2.6":

0 commit comments

Comments
 (0)