-
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
chore(deps): update all non-major dependencies #46
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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
December 14, 2022 16:43
90307e2
to
d13a16e
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
December 14, 2022 16:50
d13a16e
to
a391910
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
December 16, 2022 22:35
a391910
to
8a177a4
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
December 17, 2022 22:53
8a177a4
to
fb5b653
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
December 21, 2022 10:14
fb5b653
to
1b9f574
Compare
renovate
bot
requested review from
sabazusi and
takkyun
and removed request for
a team
December 21, 2022 10:14
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
December 21, 2022 13:21
1b9f574
to
b91db74
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. ⚠ Warning: custom changes will be lost. |
thundermiracle
added a commit
that referenced
this pull request
Dec 22, 2022
* chore(deps): update all non-major dependencies * chore: update index.js manually Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: ThunderMiracle <ho.shinjo@justincase-tech.com>
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:
^1.3.21
->^1.3.24
^0.2.23
->^0.2.24
^18.11.10
->^18.11.17
^0.34.0
->^0.36.0
7.18.0
->7.19.0
^2.8.0
->^2.8.1
^4.9.3
->^4.9.4
Release Notes
swc-project/swc
v1.3.24
Compare Source
Bug Fixes
(css/minifier) Don't remove custom variables with different case (#6655) (dd7280d)
(css/minifier) Fix a bug with a modern hash (#6664) (1d3e06a)
(es/helpers) Fix loose mode (#6691) (5016ebe)
(es/minifier) Abort IIFE invoker completely on eval (#6659) (bb9fab8)
(es/minifier) Don't inline invalid LHS into an update argument (#6680) (7e6ec8d)
(es/preset-env) Align polyfills with
@babel/plugin-polyfill-corejs3
(#6673) (5fed222)Features
(css/compat) Support function notation (#6651) (39afc46)
(css/compat) Support
not
with multiple arguments (#6668) (352896f)(css/compat) Support
hwb
color (#6687) (b23cf50)(css/minifier) Compress alpha in a hex (#6653) (f6292e6)
(css/minifier) Improve compression of media at-rules (#6665) (2fd3ced)
(css/parser) Normalize hex colors (#6652) (b257d5d)
(css/parser) Normalize selector AST (#6657) (649438b)
(css/parser) Normalize declaration and important (#6663) (1fc97a7)
(css/parser) Normalize dimension (#6654) (3d3863d)
(css/parser) Normalize URL functions (#6675) (c01464e)
(css/parser) Normalize at-rule names (#6676) (7f8ba9c)
(css/parser) Normalize keyframe selectors (#6688) (d7a0524)
(css/parser) Normalize and improve function name (#6667) (2571070)
(css/prefixer) Support font-face format (#6644) (199ac74)
(css/prefixer) Support
word-wrap
(#6679) (46241b4)(css/prefixer) Support
place-*
properties (#6685) (d8df1b5)(css/prefixer) Support
overflow
(#6678) (1c7f003)(es/minifier) Improve simplification of
?.
(#6681) (707b1e3)Miscellaneous Tasks
(ci) Fix upload of cli binaries (#6701) (025d626)
(helpers) Fix license (#6690) (8a71dbc)
Performance
(css/prefixer) Use
JsWord
instead of&str
(#6658) (d27a270)(es/minifier) Use rope-like structure for the name mangler (#6661) (cb4173a)
Refactor
(css/compat) Merge nesting into the compiler (#6686) (1840e74)
(css/prefixer) Use
eq_ignore_span
(#6656) (d4660a4)Testing
Build
v1.3.23
Compare Source
Bug Fixes
(css/minifier) Fix compressions of transform functions (#6617) (208fd55)
(css/minifier) Fix compression of timing functions (#6618) (59e8bf4)
(css/minifier) Fix minification of
@supports
at-rule (#6632) (d3fbfff)(es/codegen) Don't print trailing coma for a rest argument (#6610) (68d76af)
(es/codegen) Fix codegen of TypeScript mapped types (#6621) (5c53a74)
(es/fixer) Add correct parens to
OptChainExpr
inMemberExpr
(#6639) (be5ea7f)(es/minifier) Abort IIFE invoker on
eval
(#6478) (8b2e1d1)(es/minifier) Abort sequential inliner on optional chaining (#6637) (e4e4d6c)
(es/parser) Parse types in
CallExpression
inside templates (#6611) (c44f1d0)(html/parser) Fix parsing of CDATA in the svg context (#6620) (19c2ee5)
(node-swc) Add missing
const_to_let
to the type (#6615) (7e841a5)Features
(css/compat) Add
Compiler
(#6626) (b3bbd74)(css/compat) Support custom media queries (#6625) (a5f7b4b)
(css/compat) Implement compat pass for media ranges (#6631) (704b3ce)
(css/compat) Support color with hex alpha (#6643) (fe06b80)
(css/minifier) Support
to
andfrom
withinitial
(#6613) (cb49fa6)(css/minifier) Remove adjacent identical declarations (#6619) (fb94694)
(css/prefixer) Prefix percentage with
opacity
(#6638) (2fee4d1)(css/prefixer) Support
display
(#6640) (c8b724f)(css/prefixer) Support nested calc (#6645) (5d0dc6e)
(dbg-swc) Kill
creduce
on drop (#6614) (2bf7805)Miscellaneous Tasks
(atoms) Make
sort.sh
cross-platform (#6629) (3f469ff)(ci) Adjust upload of cli binaries (#6624) (81b352d)
(es/minifier) Expose
globals_defs
pass (#6633) (08ccb83)Performance
(html/codegen) Reduce allocations (#6622) (bfdafdb)
(html/minifier) Reduce allocations (#6623) (7d3aa66)
Refactor
Testing
creduce
(#6646) (7f3e698)v1.3.22
Compare Source
Bug Fixes
(common) Fix handling of input source maps (#6561) (4af52c7)
(common) Fix
BytePos
->CharPos
calculations (#6574) (a203fdb)(css/parser) Fix recovery more for invalid component values in declaration value (#6560) (db1eb48)
(css/parser) Fix parsing of nested rules (#6563) (a1fe907)
(css/parser) Fix a small bug (#6591) (4de378c)
(css/parser) Avoid skipping extra whitespaces (#6592) (d8936ad)
(es/compat) Prepend generated
_loop
to the correct scope (#6604) (4c2d422)(es/parser) Fix
typeof
inTSCallSignatureDeclaration
(#6553) (aa28aa0)(es/parser) Fix parsing of JSX with ASI (#6577) (ad95ead)
(es/resolver) Reset
in_type
flag correctly (#6597) (29ba05d)(es/typescript) Strip inline type declarations (#6600) (fe0c651)
(node-swc) Sync types for
jsc.optimizer.globals
(#6603) (b97aa45)(xml/parser) Fix parsing of legacy document types (#6555) (cdf0d8a)
(xml/parser) Fix various bugs (#6566) (01232f0)
Features
(css/ast) Make AST intuitive (#6606) (b4eef53)
(css/plugin) Prepare Wasm plugins (#6567) (8cdc28c)
(css/plugin) Support Wasm plugin (#6568) (fa8f7b0)
(es/analyzer) Extract the analyzer from the minifier to a separate crate (#6586) (e1d01d8)
(html/parser) Improve lexer (#6543) (49b7e9e)
Miscellaneous Tasks
(ci) Add debug logs for cli binaries (#6556) (8083484)
(ci) Fix CI (#6558) (8587589)
(ci) Fix benchmark action (#6582) (d8adc58)
(ci) Fix benchmark action (#6596) (154c315)
(css/lexer) Fix typo (#6588) (f383836)
Performance
(css/ast) Reduce token size (#6569) (8633d27)
(css/codegen) Reduce allocations (#6599) (538d63e)
(css/minifier) Remove redundant clone (#6579) (70ac028)
(css/minifier) Remove more redundant clones (#6580) (4171ee7)
(css/minifier) Improve performance (#6583) (7895599)
(css/parser) Reduce clones and allocations (#6585) (6479670)
(css/parser) Reduce number of function calls (#6587) (252edb5)
(css/parser) Don't allocate for comparisons (#6593) (08b6eab)
(html/parser) Optimize usage of buffers (#6590) (d6e9613)
Refactor
(common) Cleanup source_map.rs (#6570) (b3ea52f)
(es/minifier) Remove unnecessary code (#6575) (586bfd5)
(xml/parser) Simplify logic for parsing elements (#6557) (85a03e7)
Testing
swc-project/jest
v0.2.24
Compare Source
vercel/ncc
v0.36.0
Compare Source
Bug Fixes
Features
pnpm/pnpm
v7.19.0
Compare Source
Minor Changes
package.json
that is in the root of the workspace:pnpm.requiredScripts
. Scripts listed in this array will be required in each project of the worksapce. Otherwise,pnpm -r run <script name>
will fail #5569.node_modules
directories when linking new dependencies. This improves performance, when installing in a project that already has anode_modules
directory #5795.Patch Changes
pnpm rebuild
should work in projects that use the hoisted node linker #5560.pnpm patch
should print instructions about how to commit the changes #5809.-S
flag in command shims pnpm/cmd-shim#42.Our Gold Sponsors
Our Silver Sponsors
v7.18.2
Compare Source
Patch Changes
--json
to thepnpm publish --help
output #5773.pnpm update
should not replaceworkspace:*
,workspace:~
, andworkspace:^
withworkspace:<version>
#5764.--json
option #5710.server.js
#5782.pnpm license list
should not fail if a license file is an executable #5740.Our Gold Sponsors
Our Silver Sponsors
v7.18.1
Compare Source
Patch Changes
pnpm audit
if anignoreCves
list is declared inpackage.json
#5756.pnpm audit --json
should ignore vulnerabilities listed inauditConfig.ignoreCves
#5734.pnpm licenses
should print help, not just an error message #5745.Our Gold Sponsors
Our Silver Sponsors
prettier/prettier
v2.8.1
Compare Source
diff
Fix SCSS map in arguments (#9184 by @agamkrbit)
Support auto accessors syntax (#13919 by @sosukesuzuki)
Support for Auto Accessors Syntax landed in TypeScript 4.9.
(Doesn't work well with
babel-ts
parser)Microsoft/TypeScript
v4.9.4
: TypeScript 4.9.4Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
Changes:
e286821
Bump version to 4.9.4 and LKG.eb5419f
Cherry-pick #51704 to release 4.9 (#51712)b4d382b
Cherry-pick changes for narrowing to tagged literal types.e7a02f4
Port of #51626 and #51689 to release-4.9 (#51627)1727912
Cherry-pick fix aroundvisitEachChild
to release-4.9. (#51544)This list of changes was auto generated.
Configuration
📅 Schedule: Branch creation - "before 3:00 am on the 1st and 15th day of the month" in timezone Asia/Tokyo, 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 has been generated by Mend Renovate. View repository job log here.