chore(deps): update all non-major dependencies #642
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:
^2.4.5
->^2.4.7
^2.5.2
->^2.5.4
^1.2.149
->^1.2.154
^5.13.0
->^5.14.0
^5.13.0
->^5.14.0
^3.6.3
->^3.6.4
^8.10.0
->^8.11.0
^2.69.2
->^2.70.0
^4.6.0
->^4.6.2
Release Notes
dotansimha/graphql-code-generator (@graphql-codegen/typescript)
v2.4.7
Compare Source
Patch Changes
54718c0
: Improve @Deprecated Enum Type developer experience54718c0
]v2.4.6
Compare Source
Patch Changes
11d05e3
]dotansimha/graphql-code-generator (@graphql-codegen/typescript-resolvers)
v2.5.4
Compare Source
Patch Changes
54718c0
]v2.5.3
Compare Source
Patch Changes
1f5aaf0
: Fix #7566 external resolver name export for directiveResolverMappings11d05e3
]swc-project/swc
v1.2.154
Compare Source
Bug Fixes
(es) Change error message as it can be misleading (#3982) (48f2fd8)
(es/preset-env) Fix compilation issue (#3972) (7ebfcfa)
(es/preset-env) Publish
builtin.json
(#3973) (858372f)(es/preset-env) Move out finished proposals (#3970) (502f934)
(preset-env) Use
core-js-compat
and@babel/compat-data
directly (#3968) (487273f)Features
(*) Update dependencies (#3964) (1206c84)
(css/codegen) Fix source maps and ast defs (#3974) (516dbc6)
(css/prefixer) Prefix more properties (#3976) (4a9a5ff)
(es/lints) Mark catch params as binding patterns while checking duplicates (#3981) (f28134f)
Miscellaneous Tasks
(ci) Skip unnecessary package for the benchmark (#3980) (485dc54)
(es/parser) Add some inline attributes (#3969) (6a6c322)
(es/preset-env) Use js script for copying files (#3986) (83722df)
Performance
(common) Use
fxhash
everywhere (#3985) (db60291)(es/minifier) Make mangler faster by merging hash sets into one (#3983) (107c91d)
(es/minifier) Use fxhash for integers (#3984) (67e6154)
(es/minifier) Merge hashmap for scoping before checking (#3988) (1beecce)
Testing
v1.2.153
Compare Source
Bug Fixes
(api/rust) Fix transform comment api (#3962) (fcbd3c5)
(es) Adjust tracing span level (#3911) (ca071fb)
(es/codegen) Fix sourcemap issue caused by reserved
BytePos
values (#3948) (e8018c5)(es/compat) Refer this in constructor when
super_is_callable_constructor
is set (#3944) (de8a711)(es/lints) Don't visit types while collecting
const
(#3967) (c6b5371)(es/minifier) Preserve fuction parameters used for template literals in
evaluate
andreduce_vars
(#3949) (91a302a)(es/parser) Parse if-else chain iteratively (#3961) (76e6468)
(node-swc/types) Add
reserved
toTerserMangleOptions
(#3959) (70a68a7)Features
(css/codegen) Support source map (#3958) (5a6ebd3)
(es) Add an option to preserve all comments (#3815) (c5a0c9a)
(es/lints) Refine error message (#3952) (579aeb7)
v1.2.152
Compare Source
Bug Fixes
(es) Don't create
.swc
if not required (#3937) (46e9d3f)(es/compat/es2015) Fix span handling of
arrow
andclasses
(#3921) (12b8606)(es/minifier) Skip exported vars while collapsing vars (#3928) (cc564ff)
(es/module) Make exported vars follow specification (#3906) (534fc52)
(es/module) Fix exported vars with bigint values (#3909) (8559fc9)
(es/module) Use correct return values for suffix update expressions (#3927) (dc457b4)
(es/module/cjs) Allow re-exports to be lazy (#3856) (f575b1b)
(es/parser) Fix the logic for token contexts (#3926) (4b4aef3)
(es/transform/optimization) Prevent inlining of vars used as RHS in logical expressions (#3907) (782a874)
(es/typescript) Remove imports used in interfaces and type signatures (#3893) (5c92b2d)
(wasm) Fix handling of
swc_common::GLOBALS
(#3936) (45a4374)Features
(common) Align
stable_hasher
to latest rustc (#3895) (372f298)(css/lints) Implement
custom-property-no-missing-var-function
rule (#3890) (19ececc)(css/lints) Implement
no-duplicate-at-import-rules
rule (#3833) (59c84ac)(css/parser) Improve error recovery (#3901) (6f781c3)
(css/prefixer) Implement more prefixing rules (#3905) (b25c479)
(css/prefixer) Handle more properties (#3919) (c2b9e1c)
(css/prefixer) Implement more rules (#3933) (62ab179)
(es/compat) Add tracing support to remaining compat transforms (#3904) (bd0a921)
(es/compat) Add pure comments for class fields keys (#3939) (112f428)
(es/fixer) Remove extra parens around IIFE in statements (#3918) (7cfa930)
(es/minifier) Remove pure calls (#3925) (bd838ac)
(es/minifier) Improve dropping of unused vars (#3923) (9e4dea6)
(es/parser) Report errors for non-abstract members in an abstract class (#3917) (16182d5)
(es/parser) Relax MSRV requirement (#3922) (a8ac7e3)
(es/testing) Print comments in
test_fixture
(#3920) (3d43a9b)(preset-env) Update
browserslist-rs
(#3935) (aec1a54)Performance
(*) Update
tracing
to improve performance of disabled spans (#3932) (86ea237)(es) Add fast memory deallocator (#3910) (f3da349)
(es/minifier) Remove needless type parameter (#3897) (8b3aa6d)
(es/minifier) Make optimization of pure calls parallel (#3938) (f1ec862)
(es/parser) Improve performance by adjusting inlining (#3902) (4387813)
Refactor
v1.2.151
Compare Source
Bug Fixes
jest.spyOn
(8e30d83)Features
(es/compat) Enable
set_public_method
for TypeScript (#3884) (cb93883)(es/fixer) Remove extra parens around iife in expression position (#3887) (9dd0105)
(es/lints) Support module/script mode in
duplicate_bindings
(#3880) (0181fbe)Performance
(es/lints) Extract top level bindings only if the rule is enabled (#3889) (3e8efac)
(es/minifier) Add a fast-path to export merger (#3891) (a47eed7)
v1.2.150
Compare Source
Bug Fixes
(es/module) Fix
jsc.paths
(#3879) (a65755f)(es/parser) Fix parsing of
const
in ambient context (#3883) (aea59b8)typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v5.14.0
Compare Source
Bug Fixes
Features
checksVoidReturns
(#4623) (1085177)typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v5.14.0
Compare Source
Note: Version bump only for package @typescript-eslint/parser
apollographql/apollo-server
v3.6.4
Compare Source
apollo-server-core
: Fixes a regression in v3.6.0 where usage reporting would never send traces for unexecutable operations (parse errors, validation errors, and unknown operation name errors). While "traces" for these operations won't actually contain an execution tree, they can contain interesting errors. Issue #6193 PR #6194eslint/eslint
v8.11.0
Compare Source
Features
800bd25
feat: adddestructuredArrayIgnorePattern
option inno-unused-vars
(#15649) (Nitin Kumar)8933fe7
feat: Catchundefined
andBoolean()
in no-constant-condition (#15613) (Jordan Eldredge)f90fd9d
feat: Add ESLint favicon to the HTML report document (#15671) (Mahdi Hosseinzadeh)57b8a57
feat:valid-typeof
always banundefined
(#15635) (Zzzen)Bug Fixes
6814922
fix: escaping for square brackets in ignore patterns (#15666) (Milos Djermanovic)c178ce7
fix: extend the autofix range in comma-dangle to ensure the last element (#15669) (Milos Djermanovic)Documentation
c481cec
docs: add fast-eslint-8 to atom integrations (userguide) (#15695) (db developer)d2255db
docs: Add clarification abouteslint-enable
(#15680) (dosisod)8b9433c
docs: add object pattern to first section of computed-property-spacing (#15679) (Milos Djermanovic)de800c3
docs: link to minimatch docs added. (#15688) (Gaurav Tewari)8f675b1
docs: sort-imports add single named import example (#15675) (Arye Eidelman)Chores
385c9ad
chore: rm trailing space in docs (#15689) (唯然)rollup/rollup
v2.70.0
Compare Source
2022-03-07
Features
watchChange
andcloseWatcher
hooks asynchronous and make Rollup wait for these hooks before continuing (#4427)Bug Fixes
watchChange
but display them properly (#4427)Pull Requests
gilamran/tsc-watch
v4.6.2
Compare Source
file_emitted
signal support when--listEmittedFiles
is used issuefile_emitted
with the emitted file pathv4.6.1
Compare Source
--maxNodeMem
param to set manually node allocated memory issue - (Thanks to @pp0rtal for the idea and the PR!)Configuration
📅 Schedule: "before 12pm on Sunday" (UTC).
🚦 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 WhiteSource Renovate. View repository job log here.