Commit be8a8b6
authored
chore: remove some build warnings (#1612)
1. remove old entry point from knip config
addresses:
```
. check:knip$ knip
│ Configuration hints (1)
│ ./lingui.config.ts .knip.jsonc Refine entry pattern (no matches)
└─ Done in 3.1s
```
2. upgrade caniuse-lite
addresses:
```
. check:lint$ eslint src
│ Browserslist: caniuse-lite is outdated. Please run:
│ npx update-browserslist-db@latest
│ Why you should do it regularly: https://github.com/browserslist/update-db#readme
└─ Done in 5.4s
```
3. approve builds
addresses:
```
╭ Warning ───────────────────────────────────────────────────────────────────────────────────╮
│ │
│ Ignored build scripts: esbuild, oxc-resolver. │
│ Run "pnpm approve-builds" to pick which dependencies should be allowed to run scripts. │
│ │
╰────────────────────────────────────────────────────────────────────────────────────────────╯
```1 parent 0a5a6b8 commit be8a8b6
3 files changed
+10
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
117 | 121 | | |
118 | 122 | | |
119 | 123 | | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments