Skip to content

Commit

Permalink
build(deps-dev): Bump prettier from 3.3.2 to 3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jul 22, 2024
1 parent 36da603 commit 028545a
Show file tree
Hide file tree
Showing 6 changed files with 90 additions and 42 deletions.
3 changes: 1 addition & 2 deletions .commitlintrc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"extends": ["@commitlint/config-conventional"],
"rules": {
"subject-case": [2, "always", "sentence-case"],
"scope-case": [2, "always", ["camel-case", "upper-case"]]
"subject-case": [2, "always", "sentence-case"]
}
}
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: "weekly"
interval: 'weekly'
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
node-version: '20.x'
- name: Install dependencies
run: npm ci
- name: Prettification Check
run: npm run prettification-check
- name: Linting
run: npm run lint
- name: Run Build Script
Expand Down
24 changes: 10 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,35 +2,31 @@

## [1.1.1](https://github.com/nioe/madr-tools/compare/v1.1.0...v1.1.1) (2024-07-18)


### 📦 Build System & Dependencies

* Add `dependabot` ([b395524](https://github.com/nioe/madr-tools/commit/b395524fc4a328c9ce3b3400a3eaef3f3eecbd27))
* **deps-dev:** Bump @types/node from 20.14.10 to 20.14.11 ([ed3c1ff](https://github.com/nioe/madr-tools/commit/ed3c1ff226b9641286892ed14abcfe4e73211da6))
* **deps-dev:** Bump @typescript-eslint/eslint-plugin from 7.15.0 to 7.16.1 ([81e2565](https://github.com/nioe/madr-tools/commit/81e2565e22eafb2a015201920d581aaabf514f20))
* **deps-dev:** Bump @typescript-eslint/parser from 7.15.0 to 7.16.1 ([e92968a](https://github.com/nioe/madr-tools/commit/e92968a1eab29601ab269a0c0685ffcffa06d7e7))
* **deps-dev:** Bump eslint-plugin-prettier from 5.1.3 to 5.2.1 ([1482e0a](https://github.com/nioe/madr-tools/commit/1482e0a0dc9ae9158db778fb1300239379c40027))
* **deps-dev:** Bump rimraf from 5.0.8 to 6.0.1 ([7496af3](https://github.com/nioe/madr-tools/commit/7496af325ea2e399e405f76986506bb452e2e8e5))
* Enable tree shaking ([9464623](https://github.com/nioe/madr-tools/commit/946462320d1da69f0554699b47679e4bfe81d349))
- Add `dependabot` ([b395524](https://github.com/nioe/madr-tools/commit/b395524fc4a328c9ce3b3400a3eaef3f3eecbd27))
- **deps-dev:** Bump @types/node from 20.14.10 to 20.14.11 ([ed3c1ff](https://github.com/nioe/madr-tools/commit/ed3c1ff226b9641286892ed14abcfe4e73211da6))
- **deps-dev:** Bump @typescript-eslint/eslint-plugin from 7.15.0 to 7.16.1 ([81e2565](https://github.com/nioe/madr-tools/commit/81e2565e22eafb2a015201920d581aaabf514f20))
- **deps-dev:** Bump @typescript-eslint/parser from 7.15.0 to 7.16.1 ([e92968a](https://github.com/nioe/madr-tools/commit/e92968a1eab29601ab269a0c0685ffcffa06d7e7))
- **deps-dev:** Bump eslint-plugin-prettier from 5.1.3 to 5.2.1 ([1482e0a](https://github.com/nioe/madr-tools/commit/1482e0a0dc9ae9158db778fb1300239379c40027))
- **deps-dev:** Bump rimraf from 5.0.8 to 6.0.1 ([7496af3](https://github.com/nioe/madr-tools/commit/7496af325ea2e399e405f76986506bb452e2e8e5))
- Enable tree shaking ([9464623](https://github.com/nioe/madr-tools/commit/946462320d1da69f0554699b47679e4bfe81d349))

## [1.1.0](https://github.com/nioe/madr-tools/compare/v1.0.1...v1.1.0) (2024-07-08)


### 🚀 Features

* Bundle dependencies to make CLI work without installing additional packages ([0cb0326](https://github.com/nioe/madr-tools/commit/0cb03264e7deb28550fffdb5af718d128ca0bfe2))
- Bundle dependencies to make CLI work without installing additional packages ([0cb0326](https://github.com/nioe/madr-tools/commit/0cb03264e7deb28550fffdb5af718d128ca0bfe2))

## [1.0.1](https://github.com/nioe/madr-tools/compare/v1.0.0...v1.0.1) (2024-07-08)


### 🐛 Bug Fixes

* Make finding correct title work on Windows with CRLF ([01e356c](https://github.com/nioe/madr-tools/commit/01e356c1979aec6a610c8621ae51938695dbc34c))

- Make finding correct title work on Windows with CRLF ([01e356c](https://github.com/nioe/madr-tools/commit/01e356c1979aec6a610c8621ae51938695dbc34c))

### 📦 Build System & Dependencies

* Update dependencies ([383396f](https://github.com/nioe/madr-tools/commit/383396fd6145f137c9bea3c810299ee6eb72d33d))
- Update dependencies ([383396f](https://github.com/nioe/madr-tools/commit/383396fd6145f137c9bea3c810299ee6eb72d33d))

## [1.0.0](https://github.com/nioe/adr-tools/compare/v0.0.2...v1.0.0) (2022-02-15)

Expand Down
Loading

0 comments on commit 028545a

Please sign in to comment.