-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #262 from shufo/renovate/all-minor-dependencies
- Loading branch information
Showing
13 changed files
with
286 additions
and
277 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"type": "commonjs" | ||
} | ||
"type": "commonjs" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"type": "commonjs" | ||
} | ||
"type": "commonjs" | ||
} |
2 changes: 1 addition & 1 deletion
2
__tests__/fixtures/runtimeConfig/tailwind_esmodule/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"type": "module" | ||
"type": "module" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,63 +1,54 @@ | ||
{ | ||
"name": "@shufo/prettier-plugin-blade", | ||
"engines": { | ||
"node": ">= 14.0.0" | ||
}, | ||
"version": "1.14.1", | ||
"dependencies": { | ||
"blade-formatter": "1.42.0", | ||
"prettier": "3.4.2" | ||
}, | ||
"devDependencies": { | ||
"@biomejs/biome": "1.5.3", | ||
"@types/concat-stream": "^2.0.0", | ||
"@types/prettier": "^3.0.0", | ||
"codecov": "^3.8.3", | ||
"concat-stream": "^2.0.0", | ||
"cross-env": "^7.0.3", | ||
"esbuild": "^0.19.0", | ||
"esbuild-node-externals": "^1.4.1", | ||
"ts-node": "^10.5.0", | ||
"typescript": "^5.0.0", | ||
"vitest": "^2.0.0" | ||
}, | ||
"main": "dist/index.cjs", | ||
"scripts": { | ||
"build": "cross-env NODE_ENV=production ESM_BUILD=true node build/build.js && cross-env NODE_ENV=production node build/build.js", | ||
"watch": "ESM_BUILD=true node build/build.js", | ||
"test": "yarn run build && node --experimental-vm-modules node_modules/.bin/vitest", | ||
"lint": "biome lint .", | ||
"fix": "biome lint . --apply", | ||
"format": "biome format . --write", | ||
"prettier": "prettier --plugin @shufo/prettier-plugin-blade" | ||
}, | ||
"license": "MIT", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"type": "module", | ||
"exports": { | ||
".": { | ||
"import": "./dist/index.js", | ||
"require": "./dist/index.cjs", | ||
"default": "./dist/index.js" | ||
}, | ||
"./*": "./*" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/shufo/prettier-plugin-blade.git" | ||
}, | ||
"files": [ | ||
"dist", | ||
"src", | ||
"CHANGELOG.md" | ||
], | ||
"keywords": [ | ||
"prettier", | ||
"blade", | ||
"formatter", | ||
"laravel" | ||
], | ||
"author": "Shuhei Hayashibara" | ||
"name": "@shufo/prettier-plugin-blade", | ||
"engines": { | ||
"node": ">= 14.0.0" | ||
}, | ||
"version": "1.14.1", | ||
"dependencies": { | ||
"blade-formatter": "1.42.0", | ||
"prettier": "3.4.2" | ||
}, | ||
"devDependencies": { | ||
"@biomejs/biome": "1.9.4", | ||
"@types/concat-stream": "^2.0.0", | ||
"@types/prettier": "^3.0.0", | ||
"codecov": "^3.8.3", | ||
"concat-stream": "^2.0.0", | ||
"cross-env": "^7.0.3", | ||
"esbuild": "^0.24.0", | ||
"esbuild-node-externals": "^1.4.1", | ||
"ts-node": "^10.5.0", | ||
"typescript": "^5.0.0", | ||
"vitest": "^2.0.0" | ||
}, | ||
"main": "dist/index.cjs", | ||
"scripts": { | ||
"build": "cross-env NODE_ENV=production ESM_BUILD=true node build/build.js && cross-env NODE_ENV=production node build/build.js", | ||
"watch": "ESM_BUILD=true node build/build.js", | ||
"test": "yarn run build && node --experimental-vm-modules node_modules/.bin/vitest", | ||
"lint": "biome lint .", | ||
"fix": "biome lint . --apply", | ||
"format": "biome format . --write", | ||
"prettier": "prettier --plugin @shufo/prettier-plugin-blade" | ||
}, | ||
"license": "MIT", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"type": "module", | ||
"exports": { | ||
".": { | ||
"import": "./dist/index.js", | ||
"require": "./dist/index.cjs", | ||
"default": "./dist/index.js" | ||
}, | ||
"./*": "./*" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/shufo/prettier-plugin-blade.git" | ||
}, | ||
"files": ["dist", "src", "CHANGELOG.md"], | ||
"keywords": ["prettier", "blade", "formatter", "laravel"], | ||
"author": "Shuhei Hayashibara" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,31 @@ | ||
{ | ||
"compilerOptions": { | ||
"allowJs": true, | ||
"target": "ES6", | ||
"module": "nodenext", | ||
"lib": ["esnext"], | ||
"baseUrl": "./", | ||
"declaration": true, | ||
"declarationDir": "./types", | ||
"allowSyntheticDefaultImports": true, | ||
"esModuleInterop": true, | ||
"moduleResolution": "node", | ||
"forceConsistentCasingInFileNames": true, | ||
"types": ["node", "@types/jest"], | ||
"strict": true, | ||
"skipLibCheck": true, | ||
"resolveJsonModule": true | ||
}, | ||
"ts-node": { | ||
"compilerOptions": { | ||
"module": "CommonJS" | ||
} | ||
}, | ||
"ts-jest": { | ||
"compilerOptions": { | ||
"module": "CommonJS" | ||
} | ||
}, | ||
"exclude": ["node_modules"], | ||
"include": ["src/**/*", "node_modules/@types", "__tests__/**/*"] | ||
"compilerOptions": { | ||
"allowJs": true, | ||
"target": "ES6", | ||
"module": "nodenext", | ||
"lib": ["esnext"], | ||
"baseUrl": "./", | ||
"declaration": true, | ||
"declarationDir": "./types", | ||
"allowSyntheticDefaultImports": true, | ||
"esModuleInterop": true, | ||
"moduleResolution": "node", | ||
"forceConsistentCasingInFileNames": true, | ||
"types": ["node", "@types/jest"], | ||
"strict": true, | ||
"skipLibCheck": true, | ||
"resolveJsonModule": true | ||
}, | ||
"ts-node": { | ||
"compilerOptions": { | ||
"module": "CommonJS" | ||
} | ||
}, | ||
"ts-jest": { | ||
"compilerOptions": { | ||
"module": "CommonJS" | ||
} | ||
}, | ||
"exclude": ["node_modules"], | ||
"include": ["src/**/*", "node_modules/@types", "__tests__/**/*"] | ||
} |
Oops, something went wrong.