mirror of
https://github.com/home-assistant/core.git
synced 2026-09-26 01:11:51 -04:00
Update pnpm to 12.2.1 (#181419)
Co-authored-by: Ariel Ebersberger <ariel@ebersberger.io>
This commit is contained in:
co-authored by
Ariel Ebersberger
parent
7cbdff19ae
commit
8c1cdca6c9
@@ -1,6 +1,7 @@
|
||||
ignore: |
|
||||
tests/fixtures/core/config/yaml_errors/
|
||||
.github/workflows/*.lock.yml
|
||||
tests/e2e/pnpm-lock.yaml
|
||||
rules:
|
||||
braces:
|
||||
level: error
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"version": "1.0.0",
|
||||
"description": "End-to-end browser tests for Home Assistant Core",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@11.25.0",
|
||||
"packageManager": "pnpm@12.2.1",
|
||||
"scripts": {
|
||||
"test": "playwright test"
|
||||
},
|
||||
|
||||
Generated
+101
@@ -1,3 +1,104 @@
|
||||
---
|
||||
lockfileVersion: '9.0'
|
||||
|
||||
importers:
|
||||
|
||||
.:
|
||||
configDependencies: {}
|
||||
packageManagerDependencies:
|
||||
pnpm:
|
||||
specifier: 12.2.1
|
||||
version: 12.2.1
|
||||
|
||||
packages:
|
||||
|
||||
'@pnpm/exe.darwin-arm64@12.2.1':
|
||||
resolution: {integrity: sha512-efC1yfz2xbyHiMLrQAYtnoo5XP20LeAiYYcyL1962qQagZrMXIB0BoQYeZoPTLggLh0Q4MD7jpZUInU5fWxCgQ==}
|
||||
cpu: [arm64]
|
||||
os: [darwin]
|
||||
|
||||
'@pnpm/exe.darwin-x64@12.2.1':
|
||||
resolution: {integrity: sha512-0bloFmxrvYY5LYex5V6SZySwg+egBk0pOW+YUeOm9fiG2U1wv+qRVLBOUvIzLAeJE7vBlAzxUwXkQAYtr12n+Q==}
|
||||
cpu: [x64]
|
||||
os: [darwin]
|
||||
|
||||
'@pnpm/exe.linux-arm64-musl@12.2.1':
|
||||
resolution: {integrity: sha512-AZl7apVZC4TV1/vTp/bS16XUsHeqx9AHsU4V55joiGR+iR6vl+WF0WlGvGCTjqjICS4q/kThpgNrtG8aqQ9seQ==}
|
||||
cpu: [arm64]
|
||||
os: [linux]
|
||||
libc: [musl]
|
||||
|
||||
'@pnpm/exe.linux-arm64@12.2.1':
|
||||
resolution: {integrity: sha512-S36+tMEGrPz3nwtfFU9kYxbHoi8sV7WJfMO9njEL4jRaShTNaLRERMAqyI2DUCiA5QCr6/a50lt4+pKCV2mCvw==}
|
||||
cpu: [arm64]
|
||||
os: [linux]
|
||||
libc: [glibc]
|
||||
|
||||
'@pnpm/exe.linux-x64-musl@12.2.1':
|
||||
resolution: {integrity: sha512-4MQClkAk1em55LFZJpeIqb7j+gEqCgX8yC42j9DFWL42q1uMX1e1tvTy2Dtd4NoWQqgdkLxOStZ+D9CYC+28ow==}
|
||||
cpu: [x64]
|
||||
os: [linux]
|
||||
libc: [musl]
|
||||
|
||||
'@pnpm/exe.linux-x64@12.2.1':
|
||||
resolution: {integrity: sha512-A/AlR71Leph7qgB3ThSU9yU/vLfre4HmP6nbt3/qt51fzAjQ0xuq7j+cw0f1yDskzOsGzmo5uD6ruefCwLK5uQ==}
|
||||
cpu: [x64]
|
||||
os: [linux]
|
||||
libc: [glibc]
|
||||
|
||||
'@pnpm/exe.win32-arm64@12.2.1':
|
||||
resolution: {integrity: sha512-TEGUmroT6NGfo2O2+tHK9Zr1lhP1zLzpwx+QAQV19l8V4ljUoMfz8Os5V9zzNCtIpzyKcK7SuG7fkVbxFgRMzg==}
|
||||
cpu: [arm64]
|
||||
os: [win32]
|
||||
|
||||
'@pnpm/exe.win32-x64@12.2.1':
|
||||
resolution: {integrity: sha512-V2Q+AF8fCsw8/CC3bWF8kopOmH0aAjgk9m7H7uAQNulOYIJs9YJBiAlgByswmt+igV9axc4dBI//ZlK2NKpDcw==}
|
||||
cpu: [x64]
|
||||
os: [win32]
|
||||
|
||||
pnpm@12.2.1:
|
||||
resolution: {integrity: sha512-9Vymiqy561q2nGb4KKmK+JoyKGcDrvH42hMcp+q01nfzS/qF4YZGepGcB5nfi29KokD33CkZszsycxkBBBYmFg==}
|
||||
engines: {node: '>=18.*'}
|
||||
hasBin: true
|
||||
|
||||
snapshots:
|
||||
|
||||
'@pnpm/exe.darwin-arm64@12.2.1':
|
||||
optional: true
|
||||
|
||||
'@pnpm/exe.darwin-x64@12.2.1':
|
||||
optional: true
|
||||
|
||||
'@pnpm/exe.linux-arm64-musl@12.2.1':
|
||||
optional: true
|
||||
|
||||
'@pnpm/exe.linux-arm64@12.2.1':
|
||||
optional: true
|
||||
|
||||
'@pnpm/exe.linux-x64-musl@12.2.1':
|
||||
optional: true
|
||||
|
||||
'@pnpm/exe.linux-x64@12.2.1':
|
||||
optional: true
|
||||
|
||||
'@pnpm/exe.win32-arm64@12.2.1':
|
||||
optional: true
|
||||
|
||||
'@pnpm/exe.win32-x64@12.2.1':
|
||||
optional: true
|
||||
|
||||
pnpm@12.2.1:
|
||||
optionalDependencies:
|
||||
'@pnpm/exe.darwin-arm64': 12.2.1
|
||||
'@pnpm/exe.darwin-x64': 12.2.1
|
||||
'@pnpm/exe.linux-arm64': 12.2.1
|
||||
'@pnpm/exe.linux-arm64-musl': 12.2.1
|
||||
'@pnpm/exe.linux-x64': 12.2.1
|
||||
'@pnpm/exe.linux-x64-musl': 12.2.1
|
||||
'@pnpm/exe.win32-arm64': 12.2.1
|
||||
'@pnpm/exe.win32-x64': 12.2.1
|
||||
|
||||
---
|
||||
lockfileVersion: '9.0'
|
||||
|
||||
settings:
|
||||
|
||||
Reference in New Issue
Block a user