Update all non-major dependencies
This MR contains the following updates:
Release Notes
babel/babel
v7.12.16
🐛 Bug Fix
-
babel-core -
babel-parser- #12735 [parser] Fix scope handling of Flow declared functions (@nicolo-ribaudo)
- #12775 babel-parser(ts): Throw recoverable for duplicates access modifier (@sosukesuzuki)
- #12771 babel-parser(ts): Raise recoverable error for abstract interface (@sosukesuzuki)
-
#12763 fix(ts): include
assertsinTSTypePredicatelocation (@fedeci) -
#12758 [TS] Create
TSUnionTypeorTSIntersectionTypewhen typealias has a leading operator (@fedeci)
-
babel-plugin-transform-typescript
💅 Polish
🏠 Internal
- Other
- #12781 pnp does not work with ESM dev scripts (@JLHwung)
- #12766 docs: Update build requirements in CONTRIBUTING.md (@sosukesuzuki)
-
babel-cli,babel-core,babel-helper-compilation-targets,babel-helper-create-class-features-plugin,babel-helper-create-regexp-features-plugin,babel-helper-member-expression-to-functions,babel-helper-validator-option,babel-node,babel-parser,babel-plugin-proposal-class-static-block,babel-plugin-proposal-dynamic-import,babel-plugin-proposal-optional-chaining,babel-plugin-transform-react-jsx-development,babel-plugin-transform-react-jsx,babel-preset-env,babel-preset-typescript-
#12759 Avoid importing
.jsonfiles (@nicolo-ribaudo)
-
#12759 Avoid importing
getsentry/sentry-javascript
v5.30.0
- [node] fix: esbuild warning dynamic require (#3164)
- [tracing] ref: Expose required things for React Native auto tracing (#3144)
- [ember] fix: rootURL breaking route recognition (#3166)
- [serverless] feat: Zip serverless dependencies for AWS Lambda (#3110)
- [build] feat: Target to deploy on AWS Lambda (#3165)
- [build] ref: Remove TravisCI (#3149)
- [build] ref: Upgrade action-prepare-release to latest version
v5.29.2
- Fix version
v5.29.1
- [types] ref: Loosen tag types, create new
Primitivetype (#3108) - [tracing] feat: Send sample rate and type in transaction item header in envelope (#3068)
- [tracing] fix(web-vitals): Fix TTFB capture in Safari (#3106)
v5.29.0
- [tracing] feat: MongoDB Tracing Support (#3072)
- [tracing] feat: MySQL Tracing Support (#3088)
- [tracing] feat: PostgreSQL Tracing Support (#3064)
- [tracing] fix: Add
sentry-traceheader to outgoing http(s) requests in node (#3053) - [node] fix: Revert express tracing integration type to use any (#3093)
v5.28.0
- [browser] fix: Handle expo file dir stack frames (#3070)
- [vue] feat: @sentry/vue (#2953)
- [node] ref: Revamp express route info extraction (#3084)
- [browser] fix: Dont append dsn twice to report dialog calls (#3079)
- [ember] fix: Use correct import from
@sentry/browser(#3077) - [node] ref: Express integration span name change and path unification (#3078)
v5.27.6
- [hub] fix: Don't invoke scope updates in scope listeners
v5.27.5
- [hub] fix: Sync ScopeListeners (#3065)
- [tracing] fix: Typo in constant name in @sentry/tracing (#3058)
DirtyHairy/async-mutex
v0.2.6
- Fix a nasty bug related to
consecutive calls to
Mutex::release.
v0.2.5
- Nothing new thanks to NPM. Go away. Install 0.2.6.
chaijs/chai
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 anutilmethod calledgetOperator`.
Thanks to all the amazing people that contributed to this release.
New Features
- Allow
contain.oneOfto take an array of possible values (@voliva) - Adding operator attribute to assertion error (#1257) (@rpgeeganage)
- The
closeToerror message will now inform the user when adeltais required (@eouw0o83hf)
Docs
- Add contains flag to oneOf documentation (@voliva)
Tests
- Make sure that
useProxyconfig 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.20.0
-
f4ac3b0Docs: fix sibling selector descriptions (#14099) (Milos Djermanovic) -
9d6063aFix: Crash with esquery when using JSX (fixes #13639) (#14072) (Yosuke Ota) -
a0871f1Docs: Triage process (#14014) (Nicholas C. Zakas) -
ad90761Update: add enforceForJSX option to no-unused-expressions rule (#14012) (Duncan Beevers) -
d6c84afFix:--initautoconfig shouldn't add deprecated rules (fixes #14017) (#14060) (Milos Djermanovic) -
9b277a1Fix: Support ENOTDIR error code in the folder existence checking utility (#13973) (Constantine Genchevsky) -
7aeb127Upgrade: pin @babel/code-frame@7.12.11 (#14067) (Milos Djermanovic) -
b4e2af5Docs: Add more fields to bug report template (#14039) (Nicholas C. Zakas) -
96f1d49Sponsors: Sync README with website (ESLint Jenkins) -
cb27b0aBuild: package.json update for eslint-config-eslint release (ESLint Jenkins) -
4cab165Sponsors: Sync README with website (ESLint Jenkins)
gajus/eslint-plugin-jsdoc
v31.6.1
Bug Fixes
v31.6.0
Bug Fixes
-
require-returns,require-yields: support more AST checking (6fd8a07) -
require-yields: avoid checking nested generators (as with functions) (b9058e4) -
return-yields,return-yields-check: allow generator detection on exported; handle more AST types; fixes #682 (4e768aa)
Features
-
require-returns-check: addexemptAsyncoption (0ed24c0)
v31.5.0
Bug Fixes
-
require-returns: check labeled statements (51f37f1) -
require-throws: check labeled statements (ceadcfe) -
require-yields: checktestpart of if expression and check conditionals (db001be) -
require-yields: check labeled statements (aceb7a0)
Features
-
require-returns: if function returns a Promise whose executor resolves with undefined, avoid need to document unlessforceReturnsWithAsyncis set; fixes #550 (565fdbd)
v31.4.0
Bug Fixes
-
check-line-alignment: escape user tag name in regex (c0ae4cb)
Features
-
check-line-alignment: allowtagsoption to configure which tags should be aligned. (780b8b5)
v31.3.3
Bug Fixes
-
check-line-alignment: apply alignment to return tags and avoid possibility for "never" option to insert extra space withreturns/returnas well as handle missing type (cb39556)
v31.3.2
Bug Fixes
- while a fix provided for decorator detection and useful for inserting empty jsdoc blocks when fixers are enabled, it appears to have a 25% or so degradation in performance when tested with a large repository, so reverting. (e08d889)
Reverts
- Revert "optimize: ensure with new fix that we avoid checking back too far" (0fc4663)
v31.3.1
Bug Fixes
- bug with false positive decorator detection (evident sans semi-colons); e.g.,
require-jsdocfixer (6bda6b4)
v31.3.0
[Compare Source](https://github.com/gajus/
Renovate configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.