Skip to content

Commit 04f334a

Browse files
committed
chore(projects): release v1.4.3
1 parent 73f4e0a commit 04f334a

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,31 @@
11
# Changelog
22

33

4+
## [v1.4.3](https://github.com/soybeanjs/eslint-config/compare/v1.4.2...v1.4.3) (2024-11-25)
5+
6+
###    🏡 Chore
7+
8+
- **deps**:
9+
- bump eslint-plugin-n from 17.11.1 to 17.13.1 &nbsp;-&nbsp; by **dependabot[bot]** in https://github.com/soybeanjs/eslint-config/issues/6 [<samp>(61c24)</samp>](https://github.com/soybeanjs/eslint-config/commit/61c2476)
10+
- bump @eslint/js from 9.13.0 to 9.14.0 &nbsp;-&nbsp; by **dependabot[bot]** in https://github.com/soybeanjs/eslint-config/issues/10 [<samp>(ca91e)</samp>](https://github.com/soybeanjs/eslint-config/commit/ca91e24)
11+
- bump @typescript-eslint/parser from 8.11.0 to 8.14.0 &nbsp;-&nbsp; by **dependabot[bot]** in https://github.com/soybeanjs/eslint-config/issues/11 [<samp>(d224c)</samp>](https://github.com/soybeanjs/eslint-config/commit/d224c6e)
12+
- update deps &nbsp;-&nbsp; by @soybeanjs [<samp>(323b6)</samp>](https://github.com/soybeanjs/eslint-config/commit/323b67f)
13+
- **deps-dev**:
14+
- bump eslint-plugin-astro from 1.3.0 to 1.3.1 &nbsp;-&nbsp; by **dependabot[bot]** in https://github.com/soybeanjs/eslint-config/issues/4 [<samp>(e4fd7)</samp>](https://github.com/soybeanjs/eslint-config/commit/e4fd7d2)
15+
- bump tsup from 8.3.0 to 8.3.5 &nbsp;-&nbsp; by **dependabot[bot]** in https://github.com/soybeanjs/eslint-config/issues/5 [<samp>(42bda)</samp>](https://github.com/soybeanjs/eslint-config/commit/42bda58)
16+
- bump astro from 4.16.7 to 4.16.12 &nbsp;-&nbsp; by **dependabot[bot]** in https://github.com/soybeanjs/eslint-config/issues/7 [<samp>(ba831)</samp>](https://github.com/soybeanjs/eslint-config/commit/ba83142)
17+
- bump @unocss/core from 0.63.6 to 0.64.0 &nbsp;-&nbsp; by **dependabot[bot]** in https://github.com/soybeanjs/eslint-config/issues/8 [<samp>(851cd)</samp>](https://github.com/soybeanjs/eslint-config/commit/851cd1e)
18+
- bump @unocss/eslint-config from 0.63.6 to 0.64.0 &nbsp;-&nbsp; by **dependabot[bot]** in https://github.com/soybeanjs/eslint-config/issues/9 [<samp>(0942d)</samp>](https://github.com/soybeanjs/eslint-config/commit/0942d06)
19+
- **projects**:
20+
- add dependabot.yml &nbsp;-&nbsp; by @soybeanjs [<samp>(67873)</samp>](https://github.com/soybeanjs/eslint-config/commit/67873ac)
21+
- update package.json &nbsp;-&nbsp; by @soybeanjs [<samp>(f179d)</samp>](https://github.com/soybeanjs/eslint-config/commit/f179d66)
22+
- update pnpm-lock.yaml &nbsp;-&nbsp; by @soybeanjs [<samp>(73f4e)</samp>](https://github.com/soybeanjs/eslint-config/commit/73f4e0a)
23+
24+
### &nbsp;&nbsp;&nbsp;❤️ Contributors
25+
26+
[![soybeanjs](https://github.com/soybeanjs.png?size=48)](https://github.com/soybeanjs)&nbsp;&nbsp;
27+
[dependabot[bot]](mailto:49699333+dependabot[bot]@users.noreply.github.com)
28+
429
## [v1.4.2](https://github.com/soybeanjs/eslint-config/compare/v1.4.1...v1.4.2) (2024-10-24)
530

631
### &nbsp;&nbsp;&nbsp;🛠 Optimizations

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@soybeanjs/eslint-config",
33
"type": "module",
4-
"version": "1.4.2",
4+
"version": "1.4.3",
55
"packageManager": "[email protected]",
66
"description": "SoybeanJS's eslint flat config presets with prettier.",
77
"author": {

0 commit comments

Comments
 (0)