From 04f334afd22289b13473e9d32f89384c5aa4e4ff Mon Sep 17 00:00:00 2001 From: Soybean Date: Mon, 25 Nov 2024 10:11:01 +0800 Subject: [PATCH] chore(projects): release v1.4.3 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71a5b70..f4b66e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,31 @@ # Changelog +## [v1.4.3](https://github.com/soybeanjs/eslint-config/compare/v1.4.2...v1.4.3) (2024-11-25) + +###    🏡 Chore + +- **deps**: + - bump eslint-plugin-n from 17.11.1 to 17.13.1  -  by **dependabot[bot]** in https://github.com/soybeanjs/eslint-config/issues/6 [(61c24)](https://github.com/soybeanjs/eslint-config/commit/61c2476) + - bump @eslint/js from 9.13.0 to 9.14.0  -  by **dependabot[bot]** in https://github.com/soybeanjs/eslint-config/issues/10 [(ca91e)](https://github.com/soybeanjs/eslint-config/commit/ca91e24) + - bump @typescript-eslint/parser from 8.11.0 to 8.14.0  -  by **dependabot[bot]** in https://github.com/soybeanjs/eslint-config/issues/11 [(d224c)](https://github.com/soybeanjs/eslint-config/commit/d224c6e) + - update deps  -  by @soybeanjs [(323b6)](https://github.com/soybeanjs/eslint-config/commit/323b67f) +- **deps-dev**: + - bump eslint-plugin-astro from 1.3.0 to 1.3.1  -  by **dependabot[bot]** in https://github.com/soybeanjs/eslint-config/issues/4 [(e4fd7)](https://github.com/soybeanjs/eslint-config/commit/e4fd7d2) + - bump tsup from 8.3.0 to 8.3.5  -  by **dependabot[bot]** in https://github.com/soybeanjs/eslint-config/issues/5 [(42bda)](https://github.com/soybeanjs/eslint-config/commit/42bda58) + - bump astro from 4.16.7 to 4.16.12  -  by **dependabot[bot]** in https://github.com/soybeanjs/eslint-config/issues/7 [(ba831)](https://github.com/soybeanjs/eslint-config/commit/ba83142) + - bump @unocss/core from 0.63.6 to 0.64.0  -  by **dependabot[bot]** in https://github.com/soybeanjs/eslint-config/issues/8 [(851cd)](https://github.com/soybeanjs/eslint-config/commit/851cd1e) + - bump @unocss/eslint-config from 0.63.6 to 0.64.0  -  by **dependabot[bot]** in https://github.com/soybeanjs/eslint-config/issues/9 [(0942d)](https://github.com/soybeanjs/eslint-config/commit/0942d06) +- **projects**: + - add dependabot.yml  -  by @soybeanjs [(67873)](https://github.com/soybeanjs/eslint-config/commit/67873ac) + - update package.json  -  by @soybeanjs [(f179d)](https://github.com/soybeanjs/eslint-config/commit/f179d66) + - update pnpm-lock.yaml  -  by @soybeanjs [(73f4e)](https://github.com/soybeanjs/eslint-config/commit/73f4e0a) + +###    ❤️ Contributors + +[![soybeanjs](https://github.com/soybeanjs.png?size=48)](https://github.com/soybeanjs)   +[dependabot[bot]](mailto:49699333+dependabot[bot]@users.noreply.github.com) + ## [v1.4.2](https://github.com/soybeanjs/eslint-config/compare/v1.4.1...v1.4.2) (2024-10-24) ###    🛠 Optimizations diff --git a/package.json b/package.json index 261deff..a188e1b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@soybeanjs/eslint-config", "type": "module", - "version": "1.4.2", + "version": "1.4.3", "packageManager": "pnpm@9.12.2", "description": "SoybeanJS's eslint flat config presets with prettier.", "author": {