feat!: bump lockfile to v6.1 (#7643)

This commit is contained in:
Zoltan Kochan
2024-02-13 01:41:51 +01:00
committed by GitHub
parent 8936f6f096
commit c692f802f4
6 changed files with 12 additions and 6 deletions

View File

@@ -0,0 +1,6 @@
---
"pnpm": major
"@pnpm/constants": minor
---
Bump lockfile to v6.1

View File

@@ -1,4 +1,4 @@
lockfileVersion: '6.0'
lockfileVersion: '6.1'
settings:
autoInstallPeers: true

View File

@@ -1,4 +1,4 @@
lockfileVersion: '6.0'
lockfileVersion: '6.1'
settings:
autoInstallPeers: true

View File

@@ -1,7 +1,7 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`writeLockfiles() 1`] = `
"lockfileVersion: '6.0'
"lockfileVersion: '6.1'
dependencies:
is-negative:

View File

@@ -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

View File

@@ -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,