fix(deps): update all non-major dependencies
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| @sentry/browser | dependencies | minor | 5.27.4 -> 5.29.2 |
| async-mutex | dependencies | patch | 0.2.4 -> 0.2.6 |
| datatables.net-dt (source) | dependencies | patch | 1.10.22 -> 1.10.23 |
| datatables.net-responsive (source) | dependencies | patch | 2.2.6 -> 2.2.7 |
| datatables.net-responsive-dt (source) | dependencies | patch | 2.2.6 -> 2.2.7 |
| eslint (source) | devDependencies | minor | 7.13.0 -> 7.17.0 |
| eslint-plugin-jsdoc | devDependencies | patch | 31.0.1 -> 31.0.3 |
| file-saver | dependencies | patch | 2.0.2 -> 2.0.5 |
| rollup (source) | devDependencies | minor | 2.33.3 -> 2.36.1 |
| tabulator-tables (source) | dependencies | minor | 4.8.4 -> 4.9.3 |
| tslib (source) | devDependencies | minor | 2.0.3 -> 2.1.0 |
| typescript (source) | devDependencies | patch | 4.1.2 -> 4.1.3 |
| webdav | dependencies | patch | 3.6.1 -> 3.6.2 |
Release Notes
getsentry/sentry-javascript
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.
eslint/eslint
v7.17.0
-
e128e77Update: check logical assignment in no-constant-condition (#13946) (Milos Djermanovic) -
cc48713Chore: refactor calculating range and loc in no-useless-escape (#13964) (Milos Djermanovic) -
535fe47Update: use regexpp's default ecmaVersion in no-control-regex (#13969) (Milos Djermanovic) -
83e98cdFix: use regexpp's default ecmaVersion in no-invalid-regexp (#13968) (Milos Djermanovic) -
7297363Docs: fix examples for no-multi-str (#13966) (Milos Djermanovic) -
0649871Update: add autofix to rule multiline-ternary (#13958) (薛定谔的猫) -
f6e7e32Fix: no-useless-escape wrong loc and fix with CRLF in template elements (#13953) (Milos Djermanovic) -
19c69c0Fix: one-var shouldn't split declaration if it isn't in a statement list (#13959) (Milos Djermanovic) -
e451b96Docs: update build tool for webpack (#13962) (Sam Chen) -
c3e9accChore: fix typos (#13960) (YeonJuan) -
7289ecfSponsors: Sync README with website (ESLint Jenkins)
v7.16.0
-
a62ad6fUpdate: fix false negative of no-extra-parens with NewExpression (#13930) (Milos Djermanovic) -
f85b4c7Fix: require-atomic-updates false positive across await (fixes #11954) (#13915) (buhi) -
301d0c0Fix: no-constant-condition false positives with unary expressions (#13927) (Milos Djermanovic) -
555c128Fix: false positive with await and ** in no-extra-parens (fixes #12739) (#13923) (Milos Djermanovic) -
d93c935Docs: update JSON Schema links (#13936) (Milos Djermanovic) -
8d0c93aUpgrade: table@6.0.4 (#13920) (Rouven Weßling) -
9247683Docs: Remove for deleted npm run profile script (#13931) (Brandon Mills) -
ab240d4Fix: prefer-exponentiation-operator invalid autofix with await (#13924) (Milos Djermanovic) -
dc76911Chore: Add .pre-commit-hooks.yaml file (#13628) (Álvaro Mondéjar) -
2124e1bDocs: Fix wrong rule name (#13913) (noisyboy25) -
06b5809Sponsors: Sync README with website (ESLint Jenkins) -
26fc12fDocs: Update README team and sponsors (ESLint Jenkins)
v7.15.0
-
5c11aabUpgrade: @eslint/esintrc and espree for bug fixes (refs #13878) (#13908) (Brandon Mills) -
0eb7957Upgrade: file-entry-cache@6.0.0 (#13877) (Rouven Weßling) -
683ad00New: no-unsafe-optional-chaining rule (fixes #13431) (#13859) (YeonJuan) -
cbc57fbFix: one-var autofixing for export (fixes #13834) (#13891) (Anix) -
110cf96Docs: Fix a broken link in working-with-rules.md (#13875) (Anton Niklasson)
v7.14.0
-
5f09073Update: fix 'skip' options in no-irregular-whitespace (fixes #13852) (#13853) (Milos Djermanovic) -
1861b40Docs: correct the function-call-argument-newline 'default' descriptions (#13866) (Trevin Hofmann) -
98c00c4New: Add no-nonoctal-decimal-escape rule (fixes #13765) (#13845) (Milos Djermanovic) -
95d2fe6Chore: remove eslint comment from no-octal-escape tests (#13846) (Milos Djermanovic) -
2004b7eFix: enable debug logs for @eslint/eslintrc (fixes #13850) (#13861) (Milos Djermanovic) -
d2239a1Fix: no-useless-constructor crash on bodyless constructor (fixes #13830) (#13842) (Ari Perkkiö) -
eda0aa1Docs: no-restricted-imports is only for static imports (#13863) (Robat Williams) -
042ae44Docs: Fix JS syntax and doc URL in working-with-custom-formatters.md (#13828) (Raphael LANG) -
038dc73Chore: Test on Node.js 15 (#13844) (Brandon Mills) -
37a06d6Sponsors: Sync README with website (ESLint Jenkins)
gajus/eslint-plugin-jsdoc
v31.0.3
Bug Fixes
-
newline-after-description: handle description on same line as opening asterisks; fixes #668 (040d177)
v31.0.2
Bug Fixes
rollup/rollup
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
closeBundlehook 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)
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 Renovate configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.