Update all non-major dependencies
This MR contains the following updates:
Release Notes
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
Primitive
type (#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-trace
header 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.
eslint/eslint
v7.19.0
-
ce7f061
Update: add shadowed variable loc to message in no-shadow (fixes #13646) (#13841) (t-mangoe) -
c60e23f
Update: fixlet
logic in for-in and for-of loops in no-extra-parens (#14011) (Milos Djermanovic) -
d76e8f6
Fix: no-useless-rename invalid autofix with parenthesized identifiers (#14032) (Milos Djermanovic) -
5800d92
Docs: Clarify stylistic rule update policy (#14052) (Brandon Mills) -
0ccf6d2
Docs: remove configuring.md (#14036) (Milos Djermanovic) -
65bb0ab
Chore: Clean up new issue workflow (#14040) (Nicholas C. Zakas) -
e1da90f
Fix: nested indenting for offsetTernaryExpressions: true (fixes #13971) (#13972) (Chris Brody) -
1a078b9
Update: check ternary:
even if?
was reported in space-infix-ops (#13963) (Milos Djermanovic) -
fb27422
Fix: extend prefer-const fixer range to whole declaration (fixes #13899) (#14033) (Nitin Kumar) -
e0b05c7
Docs: add a correct example to no-unsafe-optional-chaining (refs #14029) (#14050) (armin yahya) -
46e836d
Sponsors: Sync README with website (ESLint Jenkins) -
3fc4fa4
Docs: update configuring links (#14038) (Milos Djermanovic) -
8561c21
Docs: fix broken links in configuring/README.md (#14046) (Milos Djermanovic) -
1c309eb
Update: fix no-invalid-regexp false negatives with no flags specified (#14018) (Milos Djermanovic) -
f6602d5
Docs: Reorganize Configuration Documentation (#13837) (klkhan) -
c753b44
Sponsors: Sync README with website (ESLint Jenkins) -
a4fdb70
Docs: Fixed Typo (#14007) (Yash Singh) -
f7ca481
Docs: Explain why we disable lock files (refs eslint/tsc-meetings#234) (#14006) (Brandon Mills)
v7.18.0
-
e3264b2
Upgrade: @eslint/eslintrc to improve error message for invalid extends (#14009) (Milos Djermanovic) -
f17c3c3
Update: check logical assignment operators in the complexity rule (#13979) (Milos Djermanovic) -
672deb0
Docs: fix no-invalid-regexp docs regarding ecmaVersion (#13991) (Milos Djermanovic) -
179a910
Fix: --init crash on question to upgrade/downgrade ESLint (fixes #13978) (#13995) (Milos Djermanovic) -
292b1c0
Fix: no-extra-parens false positive withlet
identifier in for-loop (#13981) (Milos Djermanovic) -
de61f94
Sponsors: Sync README with website (ESLint Jenkins) -
9250d16
Upgrade: Bump lodash to fix security issue (#13993) (Frederik Prijck) -
75fea9b
Sponsors: Sync README with website (ESLint Jenkins) -
f2687e7
Docs: update space-in-parens related rules (#13985) (Chris Brody) -
4a38bbe
Docs: space-in-parens examples with no arguments etc. (#13987) (Chris Brody) -
3e49169
Sponsors: Sync README with website (ESLint Jenkins) -
c5bf1f2
Sponsors: Sync README with website (ESLint Jenkins) -
98a729c
Sponsors: Sync README with website (ESLint Jenkins) -
e83a696
Sponsors: Sync README with website (ESLint Jenkins) -
78cb483
Chore: testfoo( )
with space-in-parens option "always" (#13986) (Chris Brody) -
f6948f6
Docs: Update semantic versioning policy (#13970) (Nicholas C. Zakas) -
0688212
Sponsors: Sync README with website (ESLint Jenkins) -
aeba5e5
Chore: fix typo (#13975) (Nitin Kumar) -
4ee1134
Sponsors: Sync README with website (ESLint Jenkins)
gajus/eslint-plugin-jsdoc
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
: addexemptAsync
option (0ed24c0)
v31.5.0
Bug Fixes
-
require-returns
: check labeled statements (51f37f1) -
require-throws
: check labeled statements (ceadcfe) -
require-yields
: checktest
part 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 unlessforceReturnsWithAsync
is set; fixes #550 (565fdbd)
v31.4.0
Bug Fixes
-
check-line-alignment
: escape user tag name in regex (c0ae4cb)
Features
-
check-line-alignment
: allowtags
option 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
/return
as 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-jsdoc
fixer (6bda6b4)
v31.3.0
Features
-
check-param-names
: add optionsdisableExtraPropertyReporting
to allow extra properties to be documented without error (as long as there are no siblings destructured as for such cases, they wi
Renovate configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.