chore(deps): update all non-major dependencies#443
Merged
Shinigami92 merged 1 commit intomainfrom Feb 7, 2022
Merged
Conversation
ST-DDT
previously approved these changes
Feb 7, 2022
Codecov Report
@@ Coverage Diff @@
## main #443 +/- ##
=======================================
Coverage 99.32% 99.32%
=======================================
Files 1920 1920
Lines 174214 174214
Branches 893 893
=======================================
Hits 173042 173042
Misses 1116 1116
Partials 56 56 |
29e0ad7 to
4543750
Compare
Shinigami92
previously approved these changes
Feb 7, 2022
4543750 to
6e923c8
Compare
ST-DDT
approved these changes
Feb 7, 2022
Shinigami92
approved these changes
Feb 7, 2022
demipel8
pushed a commit
to demipel8/faker
that referenced
this pull request
Mar 11, 2022
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This file contains hidden or 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
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:
~0.14.18->~0.14.19~0.14.0->~0.14.16.29.1->6.30.0Release Notes
evanw/esbuild
v0.14.19Compare Source
Special-case
constinlining at the top of a scope (#1317, #1981)The minifier now inlines
constvariables (even across modules during bundling) if a certain set of specific requirements are met:constvariables to be inlined are at the top of their scopeimportorexportstatements with pathsnull,undefined,true,false, an integer, or a short real numberPractically speaking this basically means that you can trigger this optimization by just putting the constants you want inlined into a separate file (e.g.
constants.js) and bundling everything together.These specific conditions are present to avoid esbuild unintentionally causing any behavior changes by inlining constants when the variable reference could potentially be evaluated before being declared. It's possible to identify more cases where constants can be inlined but doing so may require complex call graph analysis so it has not been implemented. Although these specific heuristics may change over time, this general approach to constant inlining should continue to work going forward.
Here's an example:
antfu/esno
v0.14.1Compare Source
pnpm/pnpm
v6.30.0Compare Source
Minor Changes
v6.29.2Compare Source
Patch Changes
node_modulesdirectories inside injected dependencies should not be overwritten #4299.Configuration
📅 Schedule: "before 2am" (UTC).
🚦 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 has been generated by WhiteSource Renovate. View repository job log here.