Skip to content

Update all non-major dependencies

Reiter, Christoph requested to merge renovate/all-minor-patch into master

This MR contains the following updates:

Package Type Update Change
@babel/core (source) devDependencies patch 7.12.13 -> 7.12.16
@babel/preset-env (source) devDependencies patch 7.12.13 -> 7.12.16
@rollup/plugin-babel devDependencies minor 5.2.3 -> 5.3.0
@rollup/plugin-commonjs devDependencies minor 17.0.0 -> 17.1.0
@rollup/plugin-node-resolve devDependencies minor 11.1.1 -> 11.2.0
@rollup/plugin-node-resolve devDependencies minor 11.0.1 -> 11.2.0
@sentry/browser dependencies minor 5.27.4 -> 5.30.0
async-mutex dependencies patch 0.2.4 -> 0.2.6
chai (source) devDependencies minor 4.2.0 -> 4.3.0
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.19.0 -> 7.20.0
eslint (source) devDependencies minor 7.13.0 -> 7.20.0
eslint-plugin-jsdoc devDependencies minor 31.0.1 -> 31.6.1
file-saver dependencies patch 2.0.2 -> 2.0.5
highlight.js (source) dependencies minor 10.5.0 -> 10.6.0
i18next (source) dependencies patch 19.8.4 -> 19.8.7
jszip dependencies minor 3.5.0 -> 3.6.0
karma (source) devDependencies patch 6.1.0 -> 6.1.1
karma (source) devDependencies minor 6.0.0 -> 6.1.1
mocha (source) devDependencies minor 8.2.1 -> 8.3.0
rollup (source) devDependencies minor 2.38.5 -> 2.39.0
rollup (source) devDependencies minor 2.33.3 -> 2.39.0
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.5
webdav dependencies patch 3.6.1 -> 3.6.2

Release Notes

babel/babel

v7.12.16

Compare Source

🐛 Bug Fix
💅 Polish
🏠 Internal
  • Other
  • 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
getsentry/sentry-javascript

v5.30.0

Compare Source

  • [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

Compare Source

  • Fix version

v5.29.1

Compare Source

  • [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

Compare Source

  • [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

Compare Source

  • [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

Compare Source

  • [hub] fix: Don't invoke scope updates in scope listeners

v5.27.5

Compare Source

DirtyHairy/async-mutex

v0.2.6

Compare Source

  • Fix a nasty bug related to consecutive calls to Mutex::release.

v0.2.5

Compare Source

  • Nothing new thanks to NPM. Go away. Install 0.2.6.
chaijs/chai

v4.3.0

Compare Source

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.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 a delta is required (@​eouw0o83hf)
Docs
  • Add contains flag to oneOf documentation (@​voliva)
Tests
Chores
DataTables/Dist-DataTables-DataTables

v1.10.23

Compare Source

DataTables/Dist-DataTables-Responsive

v2.2.7

Compare Source

DataTables/Dist-DataTables-Responsive-DataTables

v2.2.7

Compare Source

eslint/eslint

v7.20.0

Compare Source

gajus/eslint-plugin-jsdoc

v31.6.1

Compare Source

Bug Fixes

v31.6.0

Compare Source

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: add exemptAsync option (0ed24c0)

v31.5.0

Compare Source

Bug Fixes
  • require-returns: check labeled statements (51f37f1)
  • require-throws: check labeled statements (ceadcfe)
  • require-yields: check test 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 unless forceReturnsWithAsync is set; fixes #​550 (565fdbd)

v31.4.0

Compare Source

Bug Fixes
  • check-line-alignment: escape user tag name in regex (c0ae4cb)
Features
  • check-line-alignment: allow tags option to configure which tags should be aligned. (780b8b5)

v31.3.3

Compare Source

Bug Fixes
  • check-line-alignment: apply alignment to return tags and avoid possibility for "never" option to insert extra space with returns/return as well as handle missing type (cb39556)

v31.3.2

Compare Source

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

Compare Source

Bug Fixes
  • bug with false positive decorator detection (evident sans semi-colons); e.g., require-jsdoc fixer (6bda6b4)

v31.3.0

[Compare Source](https://github.com/gajus/


Renovate configuration

📅 Schedule: "before 3am on Monday" (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This MR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports

Loading