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/plugin-transform-runtime (source) devDependencies patch 7.13.8 -> 7.13.9
@babel/preset-env (source) devDependencies patch 7.13.8 -> 7.13.9
@babel/runtime-corejs3 devDependencies patch 7.13.8 -> 7.13.9
@rollup/plugin-commonjs devDependencies minor 17.0.0 -> 17.1.0
@rollup/plugin-node-resolve devDependencies minor 11.0.1 -> 11.2.0
@rollup/plugin-replace devDependencies minor 2.3.4 -> 2.4.1
@sentry/browser dependencies minor 6.1.0 -> 6.2.1
@types/mocha devDependencies patch 8.2.0 -> 8.2.1
async-mutex dependencies minor ^0.2.4 -> ^0.3.0
chai (source) devDependencies patch 4.3.0 -> 4.3.3
chai (source) devDependencies minor 4.2.0 -> 4.3.3
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.21.0
eslint-plugin-jsdoc devDependencies minor 32.1.0 -> 32.2.0
file-saver dependencies patch 2.0.2 -> 2.0.5
fonttools dependencies minor 4.18.2 -> 4.21.1
i18next (source) dependencies patch 19.9.0 -> 19.9.1
i18next (source) dependencies minor 19.8.4 -> 19.9.1
jquery (source) dependencies minor 3.5.1 -> 3.6.0
jszip dependencies minor 3.5.0 -> 3.6.0
karma (source) devDependencies minor 6.0.0 -> 6.1.1
mocha (source) devDependencies patch 8.3.0 -> 8.3.1
mocha (source) devDependencies minor 8.2.1 -> 8.3.1
rollup (source) devDependencies minor 2.33.3 -> 2.40.0
rollup-plugin-copy devDependencies minor 3.3.0 -> 3.4.0
rollup-plugin-license devDependencies minor 2.2.0 -> 2.3.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 minor 4.1.2 -> 4.2.3
webdav dependencies patch 3.6.1 -> 3.6.2

Release Notes

babel/babel

v7.13.9

Compare Source

🐛 Bug Fix
🏠 Internal
  • babel-plugin-transform-runtime, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
getsentry/sentry-javascript

v6.2.1

Compare Source

  • [core] fix: Moves SDK metadata-setting into the NodeClient/BrowserClient to protect it from being overwritten by other classes extending BaseClient like @​sentry/serverless (#​3279)

v6.2.0

Compare Source

  • [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)
DirtyHairy/async-mutex

v0.3.1

Compare Source

  • withTimeout: make Jest happy and cancel timer when the mutex is acquired. Thanks to cantoine for the MR.

v0.3.0

Compare Source

  • Deprecate Mutex::release / Semaphore::release and remove them from the documentation. The methods are still available in 0.3.x, but will be removed in 0.4.0.

    I don't like breaking existing APIs, but using those methods is inherently dangerous as they can accidentially release locks acquired in a completely different place. Furthermore, they are mostly useless for semaphores. I consider adding them an unfortunate mistake on my end.

    A safe alternative is the usage of runExclusive which allows to execute blocks exclusively and automatically manages acquiring and releasing the mutex or semaphore.

  • Add Mutex::cancel / Semaphore::cancel for rejecting all currently pending locks.

  • Add tryAcquire decorator for lock-or-fail semantics.

chaijs/chai

v4.3.3

Compare Source

This reintroduces Assertion as an export in the mjs file. See #​1378 & #​1375

v4.3.2

Compare Source

This fixes a regression in IE11. See #​1380 & #​1379

v4.3.1

Compare Source

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

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.21.0

Compare Source

v7.20.0

Compare Source

v7.19.0

Compare Source

v7.18.0

Compare Source


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