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.11
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.12
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Mar 25, 2025

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

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

    ## [1.0.12](v1.0.11...v1.0.12) (2025-03-25)
    
    ### Bug Fixes
    
    * **deps:** update dependency eslint-plugin-prettier to v5.2.5 ([#28](#28)) ([0558e0f](0558e0f))
    semantic-release-bot committed Mar 25, 2025
    Copy the full SHA
    857a6fc View commit details
Showing with 9 additions and 2 deletions.
  1. +7 −0 CHANGELOG.md
  2. +2 −2 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.12](https://github.com/eik-lib/eslint-config/compare/v1.0.11...v1.0.12) (2025-03-25)


### Bug Fixes

* **deps:** update dependency eslint-plugin-prettier to v5.2.5 ([#28](https://github.com/eik-lib/eslint-config/issues/28)) ([0558e0f](https://github.com/eik-lib/eslint-config/commit/0558e0f85766263949ad972424e5d27ca2cbe0c8))

## [1.0.11](https://github.com/eik-lib/eslint-config/compare/v1.0.10...v1.0.11) (2025-03-24)


4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eik/eslint-config",
"version": "1.0.11",
"version": "1.0.12",
"description": "Shared ESLint config for Eik modules",
"type": "module",
"exports": {
@@ -38,7 +38,7 @@
},
"dependencies": {
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.4",
"eslint-plugin-prettier": "5.2.5",
"globals": "15.15.0"
},
"devDependencies": {