Skip to content

Commit

Permalink
⬆️ update pnpm to v9.
Browse files Browse the repository at this point in the history
🔧 add new `no-restricted-imports` rule to avoid redundant or old library imports.
  • Loading branch information
loucyx committed Apr 17, 2024
1 parent 94403fc commit 9324b97
Show file tree
Hide file tree
Showing 36 changed files with 534 additions and 357 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -49,7 +49,7 @@
},
"engines": {
"node": ">=21",
"pnpm": ">=8"
"pnpm": ">=9"
},
"homepage": "https://lou.codes",
"keywords": [
Expand Down
8 changes: 8 additions & 0 deletions packages/@lou.codes/ansi/CHANGELOG.md
@@ -1,5 +1,13 @@
# Change log

## 1.0.21

### Patch Changes

- ⬆️ update `pnpm` to v9.
- ⬆️ upgrade `@lou.codes/constants` to `v2.0.2`.
- ⬆️ upgrade `@lou.codes/types` to `v2.0.3`.

## 1.0.20

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/@lou.codes/ansi/package.json
@@ -1,7 +1,7 @@
{
"name": "@lou.codes/ansi",
"description": "📟 Functional CLI ANSI formatter",
"version": "1.0.20",
"version": "1.0.21",
"author": {
"email": "contact@lou.codes",
"name": "Lou Cyx",
Expand All @@ -17,7 +17,7 @@
},
"engines": {
"node": ">=21",
"pnpm": ">=8"
"pnpm": ">=9"
},
"exports": {
".": "./dist/index.js",
Expand Down

0 comments on commit 9324b97

Please sign in to comment.