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: jcamp-code/eslint-config
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.4
Choose a base ref
...
head repository: jcamp-code/eslint-config
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 481c1c21e9fc3137adbe2ff7724da381c8d915e9
Choose a head ref
  • 3 commits
  • 6 files changed
  • 1 contributor

Commits on Oct 31, 2023

  1. Copy the full SHA
    b8b2beb View commit details
  2. chore(deps): update actions/checkout action to v4 (#25)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Oct 31, 2023
    Copy the full SHA
    d829508 View commit details
  3. chore(deps): update actions/setup-node action to v4 (#32)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Oct 31, 2023
    Copy the full SHA
    481c1c2 View commit details
Showing with 213 additions and 148 deletions.
  1. +1 −1 .github/workflows/codeql.yml
  2. +2 −2 .github/workflows/lint-action.yml
  3. +2 −2 .github/workflows/publish-npm.yml
  4. +1 −1 .github/workflows/release.yml
  5. +1 −1 package.json
  6. +206 −141 pnpm-lock.yaml
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -46,7 +46,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
4 changes: 2 additions & 2 deletions .github/workflows/lint-action.yml
Original file line number Diff line number Diff line change
@@ -23,11 +23,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
version: 8
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18
cache: pnpm
4 changes: 2 additions & 2 deletions .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
@@ -5,11 +5,11 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
version: 8
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
registry-url: 'https://registry.npmjs.org'
node-version: 18
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ jobs:
- uses: pnpm/action-setup@v2
with:
version: 8
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
registry-url: 'https://registry.npmjs.org'
node-version: 18
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@
"prettier": ">=3.0.3"
},
"dependencies": {
"@antfu/eslint-config": "^1.0.0-beta.27",
"@antfu/eslint-config": "^1.0.0-beta.29",
"@ianvs/prettier-plugin-sort-imports": "^4.1.1",
"eslint-config-prettier": "^9.0.0",
"prettier-plugin-tailwindcss": "^0.5.6"
347 changes: 206 additions & 141 deletions pnpm-lock.yaml

Large diffs are not rendered by default.