Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: antfu/eslint-plugin-format
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.3
Choose a base ref
...
head repository: antfu/eslint-plugin-format
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.0
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Jan 8, 2025

  1. chore: update deps

    antfu committed Jan 8, 2025
    Copy the full SHA
    c648378 View commit details
  2. chore: release v1.0.0

    antfu committed Jan 8, 2025
    Copy the full SHA
    81475fa View commit details
Showing with 1,567 additions and 1,470 deletions.
  1. +16 −16 package.json
  2. +1,550 −1,454 pnpm-lock.yaml
  3. +1 −0 workers/dprint.cjs
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "eslint-plugin-format",
"type": "module",
"version": "0.1.3",
"packageManager": "pnpm@9.14.4",
"version": "1.0.0",
"packageManager": "pnpm@9.15.3",
"description": "Format various languages with formatters in ESLint",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
@@ -67,30 +67,30 @@
"dependencies": {
"@dprint/formatter": "^0.3.0",
"@dprint/markdown": "^0.17.8",
"@dprint/toml": "^0.6.3",
"@dprint/toml": "^0.6.4",
"eslint-formatting-reporter": "^0.0.0",
"eslint-parser-plain": "^0.1.0",
"prettier": "^3.4.1",
"eslint-parser-plain": "^0.1.1",
"prettier": "^3.4.2",
"synckit": "^0.9.2"
},
"devDependencies": {
"@antfu/eslint-config": "^3.11.2",
"@antfu/ni": "^0.23.1",
"@antfu/eslint-config": "^3.12.1",
"@antfu/ni": "^0.23.2",
"@antfu/utils": "^0.7.10",
"@types/eslint": "^9.6.1",
"@types/node": "^22.10.1",
"bumpp": "^9.8.1",
"eslint": "^9.16.0",
"@types/node": "^22.10.5",
"bumpp": "^9.9.3",
"eslint": "^9.17.0",
"eslint-plugin-format": "workspace:*",
"esno": "^4.8.0",
"lint-staged": "^15.2.10",
"pnpm": "^9.14.4",
"lint-staged": "^15.3.0",
"pnpm": "^9.15.3",
"rimraf": "^6.0.1",
"simple-git-hooks": "^2.11.1",
"typescript": "~5.6.3",
"unbuild": "^2.0.0",
"vite": "^6.0.1",
"vitest": "^2.1.6"
"typescript": "^5.7.2",
"unbuild": "^3.2.0",
"vite": "^6.0.7",
"vitest": "^2.1.8"
},
"simple-git-hooks": {
"pre-commit": "npx lint-staged"
Loading