-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(deps): update all non-major dependencies #22
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
d056fff
to
6f64feb
Compare
6f64feb
to
ea369e9
Compare
ea369e9
to
ccc328a
Compare
ccc328a
to
f8bed54
Compare
f8bed54
to
9f64055
Compare
9f64055
to
ff80e1d
Compare
ff80e1d
to
c210631
Compare
c210631
to
7d4c074
Compare
7d4c074
to
489db6e
Compare
489db6e
to
257434a
Compare
257434a
to
6216f4a
Compare
6216f4a
to
cf18f07
Compare
cf18f07
to
e5c88f0
Compare
e5c88f0
to
e2a1e66
Compare
26f1cb1
to
1e9fbc5
Compare
1e9fbc5
to
60f0fa6
Compare
60f0fa6
to
262d193
Compare
262d193
to
47af694
Compare
47af694
to
53c725f
Compare
53c725f
to
d3b148f
Compare
d3b148f
to
1060865
Compare
1060865
to
c07b0d1
Compare
c07b0d1
to
86fab32
Compare
86fab32
to
c8a8ff4
Compare
c8a8ff4
to
82322aa
Compare
82322aa
to
f38917f
Compare
f38917f
to
cd3d882
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
^22.10.5
->^22.10.7
^8.19.1
->^8.20.0
^8.19.1
->^8.20.0
^65.4.0
->^65.4.2
^1.1.14
->^1.1.25
^9.10.0
->^9.10.1
^5.0.0
->^5.1.0
^11.2.0
->^11.3.0
^15.3.0
->^15.4.0
9.14.2
->9.15.4
^3.3.3
->^3.4.2
Release Notes
facebook/react (eslint-plugin-react-hooks)
v5.1.0
Compare Source
jprichardson/node-fs-extra (fs-extra)
v11.3.0
Compare Source
fs
methods (#1044, #1045)fs.opendir
incopy()
/copySync()
for better perf/scalability (#972, #1028)pnpm/pnpm (pnpm)
v9.15.4
Compare Source
v9.15.3
Compare Source
v9.15.2
: pnpm 9.15.2Compare Source
Patch Changes
publish
/pack
error with workspace dependencies with relative paths #8904. It was broken inv9.4.0
(398472c).pnpm patch
on Windows #7546.git ls-remote
works via HTTPS #8906.Platinum Sponsors
Gold Sponsors
v9.15.1
Compare Source
v9.15.0
Compare Source
v9.14.4
Compare Source
v9.14.3
Compare Source
prettier/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
Configuration
📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.