fix(deps): update dependencies (minor) #225
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.15.4
->0.17.2
0.21.4
->0.23.0
20.14.15
->20.17.10
9.0.11
->9.1.7
15.2.11
->15.3.0
3.1.4
->3.2.1
3.1.4
->3.2.1
3.3.3
->3.4.2
12.3.3
->12.4.0
29.1.5
->29.2.5
5.5.4
->5.7.2
Release Notes
arethetypeswrong/arethetypeswrong.github.io (@arethetypeswrong/cli)
v0.17.2
Patch Changes
59940cd
]v0.17.1
Patch Changes
1bfc877
: Fix typo in MissingExportEquals messagedb6464d
: Fix minor typos55544ac
: Fix truncated stdout when piping more than 64kb to another process5f96cdc
]def786e
]1bfc877
]db6464d
]v0.17.0
Patch Changes
e7ac94c
]v0.16.4
Patch Changes
3ca2866
]v0.16.3
Patch Changes
66ada51
: Fix warning message json-format suggestion to use proper syntaxv0.16.2
Patch Changes
622b71f
]v0.16.1
Patch Changes
5ee6f29
: Update README with new problem kindv0.16.0
Compare Source
Minor Changes
d480f1c
: New problem kind: Named exports cannot be detected by Node.js. Thanks @laverdet!Patch Changes
970b141
]d480f1c
]Thinkmill/manypkg (@manypkg/cli)
v0.23.0
Compare Source
Minor Changes
1a5ea55
Thanks @VanTanev! - Change theROOT_HAS_DEV_DEPENDENCIES
rule toROOT_HAS_PROD_DEPENDENCIES
. Monorepo root should usedevDependencies
instead ofdependencies
for better support of production-only installs, useful in eg Docker builds.v0.22.0
Compare Source
Minor Changes
#231
aeb50f5
Thanks @VanTanev! - Upgradedpackage-json
,semver
andsembear
dependencies.#226
2fafd9a
Thanks @VanTanev! - Replacechalk
withpicocolors
#228
1cbdcb9
Thanks @VanTanev! - Remove thefind-up
dependency.#231
aeb50f5
Thanks @VanTanev! - Node.js version requirement raised to>= 18.0.0
#224
3c3198a
Thanks @VanTanev! - Replacespawndamnit
withtinyexec
for fewer dependencies#229
4a835ed
Thanks @VanTanev! - Updatevalidate-npm-package-name
to5.0.1
to remove one transitive dependency.#225
d0f4d92
Thanks @VanTanev! - Replacefs-extra
with nativenode:fs/promises
typicode/husky (husky)
v9.1.7
Compare Source
v9.1.6
Compare Source
v9.1.5
Compare Source
v9.1.4
Compare Source
v9.1.3
Compare Source
PATH
v9.1.2
Compare Source
v9.1.1
Compare Source
v9.1.0
Compare Source
Super saiyan
goddog! It's over 9.0.0!There's a bug with this release which prevents the deprecation notice to appear and requires to remove
#!/usr/bin/env sh
and. "$(dirname -- "$0")/_/husky.sh"
(which are deprecated by the way). I'll publish a new version to fix that. Sorry about any inconvenience.What's new
You can now run package commands directly, no need for
npx
or equivalents.It makes writing hooks more intuitive and is also slightly faster 🐺⚡️
A new recipe has been added to the docs. Lint staged files without external dependencies (inspired by Prettier docs). Feel free to modify it.
For more advanced use cases, see lint-staged.
Fixes
bunx husky init
commandDeprecations
#!/usr/bin/env sh
and. "$(dirname -- "$0")/_/husky.sh"
from your hooks~/.huskyrc
to.config/husky/init.sh
Support for these will be removed in v10, notices have been added.
Friendly reminder
If Git hooks don't fit your workflow, you can disable Husky globally. Just add
export HUSKY=0
to.config/husky/init.sh
.I've seen some confusion about this on X, so just a heads-up!
Sponsoring
Husky is downloaded over 45M times per month and used by ~1.5M projects. If your company wants to sponsor, you can do so here: GitHub Sponsors.
Have a nice summer ☀️ I'm open to new opportunities/consulting so feel free to drop me a message 😉
lint-staged/lint-staged (lint-staged)
v15.3.0
Compare Source
Minor Changes
#1495
e69da9e
Thanks @iiroj! - Added more info to the debug logs so that "environment" info doesn't need to be added separately to GitHub issues.#1493
fa0fe98
Thanks @iiroj! - Added more help messages around the automaticgit stash
that lint-staged creates as a backup (by default). The console output also displays the short git hash of the stash so that it's easier to recover lost files in case some fatal errors are encountered, or the process is killed before completing.For example:
where the backup can be seen with
git show 20addf8
, orgit stash list
:lit/lit (lit)
v3.2.1
Compare Source
Patch Changes
99703a03
- Revert the Terser plugin for Rollup torollup-plugin-terser
from@rollup/plugin-terser
due to a bug that prevented our minified name prefixing from working.
v3.2.0
Compare Source
Minor Changes
feccc1ba
- Add MathML support with themathml
template tagPatch Changes
feccc1ba
]:lit/lit (lit-html)
v3.2.1
Compare Source
Patch Changes
99703a03
- Revert the Terser plugin for Rollup torollup-plugin-terser
from@rollup/plugin-terser
due to a bug that prevented our minified name prefixing from working.
v3.2.0
Compare Source
Minor Changes
feccc1ba
- Add MathML support with themathml
template tagprettier/prettier (prettier)
v3.4.2
Compare Source
diff
Treat U+30A0 & U+30FB in Katakana Block as CJK (#16796 by @tats-u)
Prettier doesn't treat U+30A0 & U+30FB as Japanese. U+30FB is commonly used in Japanese to represent the delimitation of first and last names of non-Japanese people or “and”. The following “C言語・C++・Go・Rust” means “C language & C++ & Go & Rust” in Japanese.
U+30A0 can be used as the replacement of the
-
in non-Japanese names (e.g. “Saint-Saëns” (Charles Camille Saint-Saëns) can be represented as “サン゠サーンス” in Japanese), but substituted by ASCII hyphen (U+002D) or U+FF1D (full width hyphen) in many cases (e.g. “サン=サーンス” or “サン=サーンス”).Fix comments print on class methods with decorators (#16891 by @fisker)
Fix non-idempotent formatting (#16899 by @seiyab)
This bug fix is not language-specific. You may see similar change in any languages. This fixes regression in 3.4.0 so change caused by it should yield same formatting as 3.3.3.
v3.4.1
Compare Source
diff
Remove unnecessary parentheses around assignment in
v-on
(#16887 by @fisker)<!-- Input --> <template> <button @​click="foo += 2">Click</button> </template> <!-- Prettier 3.4.0 --> <template> <button @​click="(foo += 2)">Click</button> </template> <!-- Prettier 3.4.1 --> <template> <button @​click="foo += 2">Click</button> </template>
v3.4.0
Compare Source
diff
🔗 Release Notes
JamieMason/syncpack (syncpack)
v12.4.0
Compare Source
#232
#202
#206
#214
#200
#207
#236
bbf2cd9
c2a7744
1e01808
kulshekhar/ts-jest (ts-jest)
v29.2.5
Compare Source
v29.2.4
Compare Source
v29.2.3
Compare Source
v29.2.2
Compare Source
v29.2.1
Compare Source
v29.2.0
Compare Source
Bug Fixes
Features
presets
totransform
config (22fb027)Code refactoring
TsJestTransformerOptions
type everywhere possibly (7d001be)react-app
to use Vite (827c8ad)microsoft/TypeScript (typescript)
v5.7.2
Compare Source
v5.6.3
Compare Source
v5.6.2
Compare Source
Configuration
📅 Schedule: Branch creation - "on the 1st day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.