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: eik-lib/eslint-config
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.10
Choose a base ref
...
head repository: eik-lib/eslint-config
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.11
Choose a head ref
  • 4 commits
  • 2 files changed
  • 2 contributors

Commits on Mar 1, 2025

  1. chore(deps): update dependency semantic-release to v24.2.3 (#25)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 1, 2025
    Copy the full SHA
    4ee6f75 View commit details
  2. chore(deps): update dependency eslint to v9.21.0 (#26)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 1, 2025
    Copy the full SHA
    5404d6c View commit details

Commits on Mar 24, 2025

  1. fix(deps): update dependency eslint-plugin-prettier to v5.2.4 (#27)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 24, 2025
    Copy the full SHA
    5a68b1c View commit details
  2. chore(release): 1.0.11 [skip ci]

    ## [1.0.11](v1.0.10...v1.0.11) (2025-03-24)
    
    ### Bug Fixes
    
    * **deps:** update dependency eslint-plugin-prettier to v5.2.4 ([#27](#27)) ([5a68b1c](5a68b1c))
    semantic-release-bot committed Mar 24, 2025
    Copy the full SHA
    608dcf0 View commit details
Showing with 11 additions and 4 deletions.
  1. +7 −0 CHANGELOG.md
  2. +4 −4 package.json
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.0.11](https://github.com/eik-lib/eslint-config/compare/v1.0.10...v1.0.11) (2025-03-24)


### Bug Fixes

* **deps:** update dependency eslint-plugin-prettier to v5.2.4 ([#27](https://github.com/eik-lib/eslint-config/issues/27)) ([5a68b1c](https://github.com/eik-lib/eslint-config/commit/5a68b1c4d5697633ed9c85e9db2df97afa6e6d23))

## [1.0.10](https://github.com/eik-lib/eslint-config/compare/v1.0.9...v1.0.10) (2025-02-12)


8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eik/eslint-config",
"version": "1.0.10",
"version": "1.0.11",
"description": "Shared ESLint config for Eik modules",
"type": "module",
"exports": {
@@ -38,15 +38,15 @@
},
"dependencies": {
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.3",
"eslint-plugin-prettier": "5.2.4",
"globals": "15.15.0"
},
"devDependencies": {
"@eik/prettier-config": "1.0.1",
"@eik/semantic-release-config": "1.0.0",
"eslint": "9.19.0",
"eslint": "9.21.0",
"prettier": "3.4.2",
"rimraf": "6.0.1",
"semantic-release": "24.2.1"
"semantic-release": "24.2.3"
}
}