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: podium-lib/eslint-config
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.8
Choose a base ref
...
head repository: podium-lib/eslint-config
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.9
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 (#20)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 1, 2025
    Copy the full SHA
    240f2ca View commit details
  2. chore(deps): update eslint and prettier packages (#21)

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

Commits on Mar 24, 2025

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

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

    ## [1.0.9](v1.0.8...v1.0.9) (2025-03-24)
    
    ### Bug Fixes
    
    * **deps:** update dependency eslint-plugin-prettier to v5.2.4 ([#22](#22)) ([4170da6](4170da6))
    semantic-release-bot committed Mar 24, 2025
    Copy the full SHA
    49f1cd8 View commit details
Showing with 12 additions and 5 deletions.
  1. +7 −0 CHANGELOG.md
  2. +5 −5 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.9](https://github.com/podium-lib/eslint-config/compare/v1.0.8...v1.0.9) (2025-03-24)


### Bug Fixes

* **deps:** update dependency eslint-plugin-prettier to v5.2.4 ([#22](https://github.com/podium-lib/eslint-config/issues/22)) ([4170da6](https://github.com/podium-lib/eslint-config/commit/4170da604db64d3dbd3d88cee9b923a878285851))

## [1.0.8](https://github.com/podium-lib/eslint-config/compare/v1.0.7...v1.0.8) (2025-02-12)


10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@podium/eslint-config",
"version": "1.0.8",
"version": "1.0.9",
"description": "Shared ESLint config for Podium modules",
"type": "module",
"exports": {
@@ -38,14 +38,14 @@
},
"dependencies": {
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.3",
"eslint-plugin-prettier": "5.2.4",
"globals": "15.15.0"
},
"devDependencies": {
"@podium/semantic-release-config": "2.0.0",
"eslint": "9.19.0",
"prettier": "3.4.2",
"eslint": "9.21.0",
"prettier": "3.5.2",
"rimraf": "6.0.1",
"semantic-release": "24.2.1"
"semantic-release": "24.2.3"
}
}