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: jill64/eslint-config-ts
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.52
Choose a base ref
...
head repository: jill64/eslint-config-ts
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.53
Choose a head ref
  • 4 commits
  • 1 file changed
  • 3 contributors

Commits on Nov 18, 2024

  1. fix(deps): update typescript-eslint monorepo to v8.15.0

    renovate[bot] authored Nov 18, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    3ffd0ac View commit details
  2. chore: synchronize README.md

    wraith-ci[bot] committed Nov 18, 2024
    Copy the full SHA
    d0321aa View commit details
  3. chore: bump to 1.1.53

    wraith-ci[bot] committed Nov 18, 2024
    Copy the full SHA
    01759b2 View commit details
  4. Merge pull request #102 from jill64/renovate/typescript-eslint-monorepo

    fix(deps): update typescript-eslint monorepo to v8.15.0
    wraith-ci[bot] authored Nov 18, 2024
    Copy the full SHA
    4c1d359 View commit details
Showing with 4 additions and 4 deletions.
  1. +4 −4 package.json
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@jill64/eslint-config-ts",
"description": "🔹Pre-Defined ESLint Flat Config for TypeScript",
"version": "1.1.52",
"version": "1.1.53",
"type": "module",
"main": "dist/index.js",
"license": "MIT",
@@ -25,7 +25,7 @@
"repository": {
"type": "git",
"url": "git+https://github.com/jill64/eslint-config-ts.git",
"image": "https://opengraph.githubassets.com/93f7012c3061f6c8ae765b0f792cb2c0931467f9e49855217ece9d4bbbad342c/jill64/eslint-config-ts"
"image": "https://opengraph.githubassets.com/25068244456120e117f34858edc2a5a42e74f13f176126c367eee50d34496dde/jill64/eslint-config-ts"
},
"publishConfig": {
"access": "public"
@@ -51,8 +51,8 @@
"@types/eslint": "8.56.7",
"@eslint/js": "8.57.1",
"@types/eslint-config-prettier": "6.11.3",
"@typescript-eslint/eslint-plugin": "8.14.0",
"@typescript-eslint/parser": "8.14.0",
"@typescript-eslint/eslint-plugin": "8.15.0",
"@typescript-eslint/parser": "8.15.0",
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-deprecation": "3.0.0"