Skip to content

Commit b25efbd

Browse files
authored
feat(deps): upgrade oxlint to 1.55.0 and oxfmt to 0.40.0 (#806)
1 parent 2acc082 commit b25efbd

6 files changed

Lines changed: 195 additions & 191 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2+
"ignoredPlatforms": ["win32"],
23
"commands": ["vpx -s cowsay hello # should work without package.json"]
34
}

packages/cli/snap-tests-global/create-from-monorepo-subdir/steps.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"ignoredPlatforms": ["win32"],
23
"commands": [
34
{
45
"command": "cd apps/website && vp create --no-interactive vite:generator # from workspace subdir",

packages/cli/snap-tests-global/migration-not-supported-npm8.2/steps.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"ignoredPlatforms": ["win32"],
23
"commands": [
34
"vp migrate --no-interactive # migration should fail because npm version is not supported",
45
"cat package.json # check package.json is not updated"

packages/cli/snap-tests-global/new-vite-monorepo/steps.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"ignoredPlatforms": ["win32"],
23
"commands": [
34
{
45
"command": "vp create vite:monorepo --no-interactive # create monorepo with default values",

0 commit comments

Comments
 (0)