mirror of
https://github.com/pnpm/pnpm.git
synced 2026-02-08 22:22:05 -05:00
feat!: bump lockfile to v6.1 (#7643)
This commit is contained in:
6
.changeset/famous-games-worry.md
Normal file
6
.changeset/famous-games-worry.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
"pnpm": major
|
||||
"@pnpm/constants": minor
|
||||
---
|
||||
|
||||
Bump lockfile to v6.1
|
||||
@@ -1,4 +1,4 @@
|
||||
lockfileVersion: '6.0'
|
||||
lockfileVersion: '6.1'
|
||||
|
||||
settings:
|
||||
autoInstallPeers: true
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
lockfileVersion: '6.0'
|
||||
lockfileVersion: '6.1'
|
||||
|
||||
settings:
|
||||
autoInstallPeers: true
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`writeLockfiles() 1`] = `
|
||||
"lockfileVersion: '6.0'
|
||||
"lockfileVersion: '6.1'
|
||||
|
||||
dependencies:
|
||||
is-negative:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
export const WANTED_LOCKFILE = 'pnpm-lock.yaml'
|
||||
export const LOCKFILE_VERSION = '6.0'
|
||||
export const LOCKFILE_VERSION = '6.1'
|
||||
|
||||
export const ENGINE_NAME = `${process.platform}-${process.arch}-node-${process.version.split('.')[0]}`
|
||||
export const LAYOUT_VERSION = 5
|
||||
|
||||
@@ -15,7 +15,7 @@ exports[`pnpm dedupe updates old resolutions from importers block and removes ol
|
||||
},
|
||||
@@ -20,18 +20,6 @@
|
||||
},
|
||||
"lockfileVersion": "6.0",
|
||||
"lockfileVersion": "6.1",
|
||||
"packages": Object {
|
||||
- "/ajv@6.10.2": Object {
|
||||
- "dependencies": Object {
|
||||
@@ -98,7 +98,7 @@ exports[`pnpm dedupe updates old resolutions from package block 1`] = `
|
||||
|
||||
@@ -20,15 +20,6 @@
|
||||
},
|
||||
"lockfileVersion": "6.0",
|
||||
"lockfileVersion": "6.1",
|
||||
"packages": Object {
|
||||
- "/punycode@2.1.1": Object {
|
||||
- "dev": false,
|
||||
|
||||
Reference in New Issue
Block a user