chore(deps): update all non-major dependencies
This MR contains the following updates:
Release Notes
babel/babel
v7.13.16
👓 Spec Compliance
🐛 Bug Fix
-
babel-helpers
,babel-plugin-transform-modules-commonjs
,babel-plugin-transform-regenerator
,babel-plugin-transform-spread
,babel-preset-env
,babel-runtime-corejs2
,babel-runtime
-
#13129 Support iterating generators in browsers without
Symbol
(@nicolo-ribaudo)
-
#13129 Support iterating generators in browsers without
-
babel-helper-compilation-targets
-
babel-generator
- #13136 Fix printing of single-param async arrow function with comments (@nwalters512)
📝 Documentation
- Other
- #13155 Update links in eslint-parser README (@codyatwork)
-
babel-types
-
babel-helper-compilation-targets
🏠 Internal
-
babel-helper-bindify-decorators
,babel-helper-explode-class
- Other
-
babel-helper-call-delegate
-
#13153 Archive
@babel/helper-call-delegate
(@nicolo-ribaudo)
-
#13153 Archive
-
babel-helper-hoist-variables
,babel-plugin-transform-block-scoping
-
babel-cli
,babel-core
,babel-generator
,babel-plugin-transform-function-name
,babel-register
,babel-types
-
#13139 Remove remaining
lodash
dependencies (@nicolo-ribaudo)
-
#13139 Remove remaining
getsentry/sentry-javascript
v6.3.1
- [angular] fix: Make SentryErrorHandler extensible and export it publicly (#3438)
- [browser] feat: Capture information about the LCP element culprit (#3427)
- [core] fix: Correctly attach installed integrations to sdkinfo (#3447)
- [ember] fix: Add guards to ensure marks exist (#3436)
- [nextjs] fix: Fix incomplete merging of user config with Sentry config (#3434)
- [nextjs] ref: Use resolved paths for
require
calls in config code (#3426) - [node] fix: Fix for manual tests in node (#3428)
- [transports] feat: Honor no_proxy env variable (#3412)
v6.3.0
- [browser] feat: Parse safari-extension and safari-web-extension errors (#3374)
- [browser] fix: Provide better descriptions for the performance navigation timing spans (#3245)
- [browser] test: Replace Authorization with Accept header (#3400)
- [ci] ci: Add CodeQL scanning
- [core] Drop session if release is not a string or is missing and log (#3396)
- [docs] Document how to publish a new release (#3361)
- [gatsby] fix: Specify gatsby peer dep (#3385)
- [gatsby] chore(docs): Update @sentry/gatsby README (#3384)
- [integrations] feat(integrations): add prefix support for RewriteFrames (#3416)
- [integrations] ref: Use esm imports with localforage and add esModuleInterop (#3403)
- [nextjs] feat: Next.js SDK + Plugin (#3301)
- [node] fix: Generate a Sentry Release string from env if its not provided (#3393)
- [tracing] fix: Replace performance.timeOrigin in favour of browserPerformanceTimeOrigin (#3397)
- [tracing] fix: Mark span as failed when fetch API call fails (#3351)
- [utils] fix: Use the more reliable timeOrigin (#3398)
- [utils] fix: Wrap oldOnPopState.apply call in try/catch to prevent Firefox from crashing (#3377)
v6.2.5
- [utils] fix: Avoid performance.timeOrigin if too skewed (#3356)
v6.2.4
- [browser] fix: Add
SentryRequestType
toRateLimitingCategory
mapping (#3328) - [browser] ref: Add fast-path to
fetchImpl
and cleanup redundant iframe (#3341) - [node] fix: Fallback to empty string if
req.baseUrl
is empty (#3329) - [node] ref: Remove circular dependency in
@sentry/node
(#3335) - [tracing] fix: Attach mysql tracing to
Connection.createQuery
instead ofConnection.prototype.query
(#3353) - [tracing] ref: Clarify naming in
BrowserTracing
integration (#3338) - [ember] ref: Fix tests to be forward compatible with component changes (#3347)
- [ember] ref: Silence deprecation warnings in beta (#3346)
v6.2.3
- [gatsby] fix: Update Vercel environment variables to match their current system variables (#3337)
v6.2.2
- [hub] fix: Only create sessions if the correct methods are defined (#3281)
- [core] fix: Don't override SDK metadata (#3304)
- [browser] fix: Prevent fetch errors loops with invalid fetch implementations (#3318)
- [serverless] ref: Add compatible runtime nodejs14.x to building awslambda layer (#3303)
- [ember] fix: Keep route hook context when performance-wrapping (#3274)
- [integrations] fix: Normalized Event before caching. (#3305)
v6.2.1
- [core] fix: Moves SDK metadata-setting into the
NodeClient/BrowserClient
to protect it from being overwritten by other classes extendingBaseClient
like @sentry/serverless (#3279)
v6.2.0
- [tracing] feat: Mongoose tracing support added to MongoDB (#3252)
- [tracing] fix: Add missing
find
method from mongo tracing list (#3253) - [tracing] fix: Create
spanRecorder
whenever transactions are sampled (#3255) - [node] fix: Parse ESM based frames with
file://
protocol (#3264) - [react] fix: Remove react-dom peer dependency for RN (#3250)
- [ember] fix: Fixing fetching config during build step (#3246)
- [serverless]: fix: Handle incoming
sentry-trace
header (#3261)
chaijs/chai
v4.3.4
This fixes broken inspect behavior with bigints (#1321) (#1383) thanks @vapier
v4.3.3
This reintroduces Assertion
as an export in the mjs file. See #1378 & #1375
v4.3.2
This fixes a regression in IE11. See #1380 & #1379
v4.3.1
This releases fixed an engine incompatibility with 4.3.0
The 4.x.x series of releases will be compatible with Node 4.0. Please report any errors found in Node 4 as bugs, and they will be fixed.
The 5.x.x series, when released, will drop support for Node 4.0
This fix also ensures pathval
is updated to 1.1.1
to fix CVE-2020-7751
v4.3.0
This is a minor release.
Not many changes have got in since the last release but this one contains a very important change (#1257) which will allow jest
users to get better diffs. From this release onwards, jest
users will be able to see which operator was used in their diffs. The operator
is a property of the AssertionError
thrown when assertions fail. This flag indicates what kind of comparison was made.
This is also an important change for plugin maintainers. Plugin maintainers will now have access to the operator
flag, which they can have access to through an
utilmethod called
getOperator`.
Thanks to all the amazing people that contributed to this release.
New Features
- Allow
contain.oneOf
to take an array of possible values (@voliva) - Adding operator attribute to assertion error (#1257) (@rpgeeganage)
- The
closeTo
error message will now inform the user when adelta
is required (@eouw0o83hf)
Docs
- Add contains flag to oneOf documentation (@voliva)
Tests
- Make sure that
useProxy
config is checked inoverwriteProperty
(@vieiralucas) - Add tests for
contain.oneOf
(@voliva )
Chores
- Update mocha to version 6.1.4
- Add node v10 and v12 to ci (@vieiralucas)
- Drop support for node v4, v6 and v9 (@vieiralucas)
- Fix sauce config for headless chrome (@meeber)
- Update dev dependencies (@meeber)
- Removed phantomjs dependency (#1204)
eslint/eslint
v7.25.0
-
5df5e4a
Update: highlight last write reference for no-unused-vars (fixes #14324) (#14335) (Nitin Kumar) -
0023872
Docs: Add deprecated note toworking-with-rules-deprecated
page (#14344) (Michael Novotny) -
36fca70
Chore: Upgrade eslump to 3.0.0 (#14350) (Stephen Wade) -
59b689a
Chore: add node v16 (#14355) (薛定谔的猫) -
35a1f5e
Sponsors: Sync README with website (ESLint Jenkins) -
fb0a92b
Chore: rename misspelled identifier in test (#14346) (Tobias Nießen) -
f2babb1
Docs: update pull request template (#14336) (Nitin Kumar) -
02dde29
Docs: Fix anchor in 'docs/developer-guide/working-with-rules.md' (#14332) (Nate-Wilkins) -
07d14c3
Chore: remove extraneous command from lint-staged config (#14314) (James George) -
41b3570
Update: lint code block with same extension but different content (#14227) (JounQin) -
eb29996
Docs: add more examples with arrow functions for no-sequences rule (#14313) (Nitin Kumar)
gajus/eslint-plugin-jsdoc
v32.3.1
Bug Fixes
-
check-examples
: disable chai-friendly/no-unused-expressions for default expression rules (06f0112)
Stuk/jszip
v3.6.0
karma-runner/karma
v6.3.2
Bug Fixes
- fix running tests in IE9 (#3668) (0055bc5), closes /github.com/karma-runner/karma/blob/026fff870913fb6cd2858dd962935dc74c92b725/client/main.js#L14 #3665
v6.3.1
Bug Fixes
v6.3.0
Features
v6.2.0
Features
6.1.2 (2021-03-09)
Bug Fixes
- commitlint: skip task on master (#3650) (3fc6fda)
- patch karma to allow loading virtual packages (#3663) (5bfcf5f)
6.1.1 (2021-02-12)
Bug Fixes
- config: check extension before ts-node register (#3651) (474f4e1), closes #3329
- report launcher process error when exit event is not emitted (#3647) (7ab86be)
v6.1.2
Bug Fixes
- commitlint: skip task on master (#3650) (3fc6fda)
- patch karma to allow loading virtual packages (#3663) (5bfcf5f)
v6.1.1
Bug Fixes
- config: check extension before ts-node register (#3651) (474f4e1), closes #3329
- report launcher process error when exit event is not emitted (#3647) (7ab86be)
v6.1.0
Features
6.0.4 (2021-02-01)
Bug Fixes
- cli: temporarily disable strict parameters validation (#3641) (9c755e0), closes #3625
- client: fix a false positive page reload error in Safari (#3643) (2a57b23)
- ensure that Karma supports running tests on IE 11 (#3642) (dbd1943)
6.0.3 (2021-01-27)
Bug Fixes
6.0.2 (2021-01-25)
Bug Fixes
6.0.1 (2021-01-20)
Bug Fixes
- server: set maxHttpBufferSize to the socket.io v2 default (#3626) (69baddc), closes #3621
- restore
customFileHandlers
provider (#3624) (25d9abb)
v6.0.4
Bug Fixes
- cli: temporarily disable strict parameters validation (#3641) (9c755e0), closes #3625
- client: fix a false positive page reload error in Safari (#3643) (2a57b23)
- ensure that Karma supports running tests on IE 11 (#3642) (dbd1943)
v6.0.3
Bug Fixes
v6.0.2
Bug Fixes
v6.0.1
Bug Fixes
mochajs/mocha
v8.3.2
🐛 Fixes
-
#4599: Fix regression in
require
interface (@alexander-fenster)
📖 Documentation
- #4601: Add build to GH actions run (@christian-bromann)
- #4596: Filter active sponsors/backers (@juergba)
- #4225: Update config file examples (@pkuczynski)
v8.3.1
🐛 Fixes
-
#4577: Browser: fix
EvalError
caused by regenerator-runtime (@snoack) -
#4574: ESM: allow
import
from mocha in parallel mode (@nicojs)
v8.3.0
🎉 Enhancements
- #4506: Add error code for test timeout errors (@boneskull)
- #4112: Add BigInt support to stringify util function (@JosejeSinohui)
🐛 Fixes
- #4557: Add file location when SyntaxError happens in ESM (@giltayar)
-
#4521: Fix
require
error when bundling Mocha with Webpack (@devhazem)
📖 Documentation
- #4507: Add support for typescript-style docstrings (@boneskull)
- #4503: Add GH Actions workflow status badge (@outsideris)
- #4494: Add example of generating tests dynamically with a closure (@maxwellgerber)
🔩 Other
- #4556: Upgrade all dependencies to latest stable (@AviVahl)
- #4543: Update dependencies yargs and yargs-parser (@juergba)
Also thanks to @outsideris and @HyunSangHan for various fixes to our website and documentation.
rollup/rollup
v2.45.2
2021-04-13
Bug Fixes
- Do not user a dynamic entry file name for naming a manual chunk (#4040)
Merge Requests
- #4040: Prioritize manual chunk name over dynamic entry id (@lukastaegert)
v2.45.1
2021-04-10
Bug Fixes
- Handle falsy return values from async plugin options hooks (#4039)
Merge Requests
- #4039: Do not fail when returning null or undefined from an async options hook (@lukastaegert)
v2.45.0
2021-04-09
Features
- Support private class instance methods and accessors (#4034)
Merge Requests
- #4034: feat: add support for private class methods (@dnalborczyk)
v2.44.0
2021-03-29
Features
- Add a new option
makeAbsoluteExternalsRelative
to opt out of renormalizing absolute external ids to relative ids (#4021) - Extend the
resolveId
plugin hook to allow forcing or preventing renormalization of absolute external ids (#4021) - Make the rendered code of individual modules available in the generated bundle (#4028)
Bug Fixes
- Handle objects with
__proto__
properties correctly (#4019)
Merge Requests
-
#4019: Deoptimize ObjectExpression when a
__proto__
property is present (@marijnh) - #4021: Improve absolute path handling (@lukastaegert)
- #4026: chore: fix vscode launch config (change tdd to bdd) (@jameslahm)
- #4027: Post comment for MRs from forks (@lukastaegert)
- #4028: Expose rendered module code to generateBundle hook (@btd)
v2.43.1
2021-03-28
Bug Fixes
- Prevent infinite recursions in certain scenarios when calling object properties (#4025)
Merge Requests
- #4025: Handle recursive this mutation detection (@lukastaegert)
v2.43.0
2021-03-27
Features
- Track side effects of function properties in objects for better tree-shaking (#4011)
Merge Requests
- #4011: Disable pessimistic object deoptimization for calls when the called function doesn't ref this (@marijnh)
-
#4012: fix
sourcemap
reference in docs (@tjenkinson) - #4015: Use SIGTERM instead of SIGINT to kill test child processes in tests (@marijnh)
v2.42.4
2021-03-24
Bug Fixes
- Do not discard plugin return values when using perf option (#4010)
Merge Requests
- #4010: Return hook result inside promise with async timer end (@SuperOleg39)
v2.42.3
2021-03-22
Bug Fixes
- Do not ignore
#__PURE__
comments in front of optional chaining expressions (#4007)
Merge Requests
- #4007: Tree-shake pure call expressions with optional chaining (@lukastaegert)
v2.42.2
2021-03-22
Bug Fixes
- Use correct import.meta.url in relative imports from transpiled config files (#4005)
Merge Requests
- #4005: Use correct import.meta.url in config files (@lukastaegert)
v2.42.1
2021-03-20
Bug Fixes
- Do not produce unhandled Promise rejections when plugins throw while using the
perf
option (#4004)
Merge Requests
v2.42.0
2021-03-19
Features
- Prevent infinite loops when several plugins are using
this.resolve
in their resolveId hook (#4000)
Merge Requests
- #4000: Break infinite loops in this.resolve (@lukastaegert)
v2.41.5
2021-03-18
Bug Fixes
- Make sure unused property accesses of external namespaces can be tree-shaken (#4001)
Merge Requests
- #4001: Do not count accessing members of an external namespace as side-effects (@lukastaegert)
v2.41.4
2021-03-16
Bug Fixes
- Do not replace external namespace imports with individual named imports to avoid changing behaviour with regard to missing exports (#3999)
Merge Requests
- #3999: Allow to safely probe external namespaces (@lukastaegert)
v2.41.3
2021-03-16
Bug Fixes
- Always retain arguments passed to empty object pattern parameters (#3998)
Merge Requests
- #3998: Do not create invalid code if a function argument is an empty object pattern (@lukastaegert)
v2.41.2
2021-03-12
Bug Fixes
- Also remove sourcemaps comments if plugins return a pre-made ast (#3987)
Merge Requests
v2.41.1
2021-03-11
Merge Requests
- #3990: Add browser sourcemap and remove log (@lukastaegert)
v2.41.0
2021-03-09
Features
- Add option to
treeshake.propertyReadSideEffects
to keep all property accesses (#3985)
Bug Fixes
- Also respect pure comment annotations when a plugin provides an AST in the transform hook provided they use this.parse (#3981)
Merge Requests
- #3981: Move pure comment annotation to Graph.contextParse (@yannayl)
- #3985: implement --treeshake.propertyReadSideEffects=always to handle getters with side effects (@kzc)
v2.40.0
2021-02-26
Features
- Make sure that entry point variable names take precedence over variable names in dependencies when deconflicting (#3977)
Bug Fixes
- Replace
:
in generated file names to prevent invalid files on Windows (#3972)
Merge Requests
-
#3972: Don't allow
:
in file names (@lukastaegert) - #3976: Add soft breaks to guide to improve mobile experience (@lukastaegert)
- #3977: Reverse module deconflicting order (@lukastaegert)
v2.39.1
2021-02-23
Bug Fixes
- Make sure local variables named Symbol, Object or Promise do not conflict with code generated by Rollup (#3971)
Merge Requests
- #3964: Remove extra word (@jamonholmgren)
- #3971: Avoid conflicts with local variables named Symbol, Object, Promise (@lukastaegert)
v2.39.0
2021-02-12
Features
- Add "validate" option to verify generated chunks are valid JavaScript (#3952)
Bug Fixes
- Always add exports properties for uninitialized named exports (#3957)
- Allow using an external namespace reexport together with named exports (#3959)
- Avoid invalid generated code in certain scenarios with SystemJS exports (#3960)
Merge Requests
-
#3952: implement
validate
output option and--validate
CLI option (@kzc) - #3956: Update dependencies, fix fsevents issue (@lukastaegert)
- #3957: Make sure uninitialised exports turn up via .hasOwnProperty for non-ES formats (@lukastaegert)
- #3959: Allow overriding individual exports of reexported external namespaces (@lukastaegert)
- #3960: Make sure system exports are valid JavaScript (@lukastaegert)
v2.38.5
2021-02-05
Bug Fixes
- Prevent invalid code when simplifying assignments and delcarations (#3951)
- Prevent behaviour-changing line-breaks when simplifying assignments in return statements (#3951)
- Slightly improve white-space rendering when simplifying certain expressions (#3951)
Merge Requests
- #3951: Wrap simplified assignments if necessary (@lukastaegert)
v2.38.4
2021-02-02
Bug Fixes
- Do not change logic when tree-shaking declarations in if statements or loops (#3947)
Merge Requests
- #3947: Do not tear apart declarations in loop or if bodies (@lukastaegert)
v2.38.3
2021-02-01
Bug Fixes
- Prevent an unexpected live-binding when default exporting a synthetic named export (#3946)
Merge Requests
- #3945: Upgrade chokidar and fsevents for Apple M1 compatibility (@threepointone)
- #3946: Make sure default exports snapshot synthetic named exports (@lukastaegert)
v2.38.2
2021-01-31
Bug Fixes
- Do not generate invalid code for partially tree-shaken declarations in for loops (#3943)
- Always include function bodies of functions in side-effect-free modules (#3944)
Merge Requests
- #3943: Do not partially tree-shake unused declarations in for loops (@lukastaegert)
- #3944: Correctly include functions with side effects from side-effect-free modules (@lukastaegert)
v2.38.1
2021-01-28
Bug Fixes
- Fix internal error when resolving a missing entry point in the browser build (#3935)
Merge Requests
- #3935: fix: remove isolated resolve() for compat with browser distribution (@cmorten and @lukastaegert)
- #3936: Ensure test after() callback is always executed (@Benjamin-Dobell)
- #3937: Modernize references to other software (@ludofischer)
v2.38.0
2021-01-22
Features
- Entirely remove declared variables that only have an initializer side effect (#3933)
Merge Requests
- #3933: Tree-shake unused declarations while keeping initializer side-effects (@lukastaegert)
v2.37.1
2021-01-20
Merge Requests
- #3929: Deduplicate acorn import (@lukastaegert)
v2.37.0
2021-01-19
Features
- Always check modules for side effects that only indirectly reexport a used variable (#3840)
- Warn if a circular dependency would cause wrong execution order when preserving modules (#3840)
Bug Fixes
- Allow consuming synthetic exports via modules that reexport a namespace (#3894)
- Do not crash for circular default reexports (#3840)
- Do not crash for circular synthetic namespaces (#3840)
- Improve circular dependency execution order in certain scenarios (#3840)
Merge Requests
- #3840: Improve circular dependency execution order (@lukastaegert)
- #3894: Always respect synthetic namespaces in namespace reexport (@lukastaegert)
v2.36.2
2021-01-16
Bug Fixes
- Fix an issue where invalid code was generated for unused assignments with side effects (#3926)
Merge Requests
- #3926: Correctly simplify assignments with parentheses (@lukastaegert)
v2.36.1
2021-01-06
Bug Fixes
- Solve issues that result in invalid code when partially removing assignments (#3921)
Merge Requests
- #3921: Prevent invalid code when removing assignment target of side-effectful object expression (@lukastaegert)
v2.36.0
2021-01-05
Features
- Support partial tree-shaking of chained assignments and unused assignment targets (#3919)
Merge Requests
- #3919: Treeshake chained assignment expressions (@lukastaegert)
v2.35.1
2020-12-14
Bug Fixes
- Allow closing the bundle when watching in case of generate errors by adding the bundle to the error event (#3909)
- Automatically close all bundles on generate errors when watching and using the CLI (#3909)
- Try to create remaining bundles when watching and one of them throws (#3909)
Merge Requests
- #3909: Forward bundle through watch error events (@lukastaegert)
v2.35.0
2020-12-14
Features
- Add
closeBundle
hook that is triggered bybundle.close()
in the JS API (#3883)
Merge Requests
v2.34.2
2020-12-06
Bug Fixes
- Revert pattern export change (#3898)
Merge Requests
- #3898: Revert pattern to folder export (@lukastaegert)
v2.34.1
2020-12-03
Bug Fixes
- Avoid Node deprecation warning by using a pattern export for nested Rollup files (#3896)
Merge Requests
- #3887: Run memory leak test on all systems (@lukastaegert)
- #3892: Add pull_request to windows github actions (@shellscape)
- #3893: Update dependencies (@lukastaegert)
- #3896: Replace deprecated folder package export with pattern export (@lukastaegert)
v2.34.0
2020-11-29
Features
- Support RequireJS comaptible AMD ids in code-splitting builds via amd.autoId (#3867)
- Allow adding an AMD id base path (#3867)
Bug Fixes
- Warn when using an constant AMD id in a code-splitting build (#3867)
Merge Requests
- #3867: Implement amd.autoId/amd.basePath options (@tjenkinson)
vladshcherbin/rollup-plugin-copy
v3.4.0
- Pass
src
path torename
function - Pass
filename
totransform
function - Improve typescript types
olifolkerd/tabulator
v4.9.3
- Fixed regression in the setColumnLayout function
v4.9.2
Missing dependency for gulp-uglify-es has been added to the package.json
Fixed regression with excptuion being thrown when rendering table in IE
Fixed issue with row components not being passed into custom sorter functions
Fixed regression in persitance system that was preventing column order from being persisted
Using the paginationInitialPage option with remote pagination no longer results in a console warning if the page is not set to 1
Removed debug trace command from movable rows module
The select editor now correctly handles false values when used as a header filter with multiselect mode enabled
The autocomplete editor is now correctly reset when clearFilter is called, so the showListOnEmpty option now functions as expected
The built in header filter empty check function now considers headers with a numeric value of 0 to not be empty
The dataTreeSelectPropagate option now correctly includes all child rows in the slection, including ones in a currently collapsed parent
The setColumnLayout now works when the horizontal DOM is enabled
When focusing on an editable cell with the horizontal virtual DOM enabled, the table now correctly scrolls the cell to be visible
Fixed regression preventing UI update of selected rows that had yet to be rendered
v4.9.1
- Fixed regression in select editor when values param property is set to true
v4.9.0
There are a large number of updates to Tabulator in this release, Checkout the Release Notes for full details
Microsoft/tslib
v2.2.0
This release supports TypeScript 4.3's new functionality for ECMAScript private methods and accessors, and private static class members.
It does so by expanding the scope of __classPrivateFieldGet
and __classPrivateFieldSet
. See microsoft#146 for more details.
v2.1.0
This release adds a new __spreadArray
helper which avoids side-effects compared to the now-deprecated __spreadArrays
and __spread
helpers. See microsoft#133 for more details.
This release also provides a more-specific error message when extending from a type which is not a function and not null. See microsoft#138 for more details.
Microsoft/TypeScript
v4.2.4
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for TypeScript v4.2.0 (Beta).
- fixed issues query for TypeScript v4.2.1 (RC).
- fixed issues query for TypeScript v4.2.2 (Stable).
- fixed issues query for TypeScript v4.2.3.
- fixed issues query for TypeScript v4.2.4.
Downloads are available on:
v4.2.3
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for TypeScript v4.2.0 (Beta).
- fixed issues query for TypeScript v4.2.1 (RC).
- fixed issues query for TypeScript v4.2.2 (Stable).
- fixed issues query for TypeScript v4.2.3.
Downloads are available on:
v4.2.2
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for TypeScript v4.2.0 (Beta).
- fixed issues query for TypeScript v4.2.1 (RC).
- fixed issues query for TypeScript v4.2.2.
Downloads are available on:
v4.1.5
This release contains a fix for an issue when language service plugins have no specified name.
v4.1.4
This release contains fixes for a security risk involving language service plugin loading. More details are available here.
v4.1.3
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for TypeScript v4.1.0 (Beta).
- fixed issues query for TypeScript v4.1.1 (RC).
- fixed issues query for TypeScript v4.1.2 (Stable).
- fixed issues query for TypeScript v4.1.3 (Stable).
Downloads are available on:
perry-mitchell/webdav-client
v3.6.2
2021-01-06
-
Bugfixes:
- #231 Unable to target files using custom request
-
Security Patches:
- #232 Axios server-side request forgery vulerability (CVE-2020-28168)
Configuration
-
If you want to rebase/retry this MR, check this box.
This MR has been generated by Renovate Bot.