Skip to content

chore(deps): 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.3 -> 7.12.10
@babel/plugin-transform-runtime devDependencies patch 7.12.1 -> 7.12.10
@babel/preset-env (source) devDependencies patch 7.12.1 -> 7.12.11
@rollup/plugin-babel devDependencies patch 5.2.1 -> 5.2.2
@sentry/browser dependencies minor 5.27.4 -> 5.29.2
async-mutex dependencies patch 0.2.4 -> 0.2.6
chokidar devDependencies minor 3.4.3 -> 3.5.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.13.0 -> 7.17.0
eslint-plugin-jsdoc devDependencies patch 30.7.8 -> 30.7.13
fabric (source) dependencies minor 4.2.0 -> 4.3.0
file-saver dependencies patch 2.0.2 -> 2.0.5
highlight.js (source) dependencies minor 10.3.2 -> 10.5.0
i18next (source) dependencies patch 19.8.3 -> 19.8.4
rollup (source) devDependencies minor 2.33.2 -> 2.36.1
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

babel/babel

v7.12.10

Compare Source

👓 Spec Compliance
  • babel-parser
    • #​12443 Make sure estree test should not throw if babel parser does not throw (@​JLHwung)
    • #​12375 Make sure babel parser throws exactly same recoverable errors when estree plugin is enabled (@​JLHwung)
🐛 Bug Fix
💅 Polish
📝 Documentation
🏠 Internal

v7.12.9

Compare Source

🐛 Bug Fix
  • babel-plugin-transform-typescript, babel-traverse

v7.12.8

Compare Source

🐛 Bug Fix
🏠 Internal

v7.12.7

Compare Source

👓 Spec Compliance
🐛 Bug Fix
  • babel-parser
  • babel-helper-optimise-call-expression, babel-plugin-proposal-class-properties
  • babel-compat-data, babel-preset-env
  • babel-plugin-transform-modules-systemjs, babel-plugin-transform-parameters, babel-preset-env, babel-traverse
  • babel-plugin-proposal-numeric-separator
💅 Polish
  • babel-preset-react, babel-preset-typescript
  • babel-types
🏠 Internal
:running_woman: Performance
🔬 Output optimization
  • babel-helper-member-expression-to-functions, babel-plugin-proposal-class-properties, babel-plugin-proposal-optional-chaining
getsentry/sentry-javascript

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.
paulmillr/chokidar

v3.5.0

Compare Source

  • Support for ARM Macs with Apple Silicon.
  • Fixed missing removal of symlinks when the target path was deleted (#​1042)
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.17.0

Compare Source

  • e128e77 Update: check logical assignment in no-constant-condition (#​13946) (Milos Djermanovic)
  • cc48713 Chore: refactor calculating range and loc in no-useless-escape (#​13964) (Milos Djermanovic)
  • 535fe47 Update: use regexpp's default ecmaVersion in no-control-regex (#​13969) (Milos Djermanovic)
  • 83e98cd Fix: use regexpp's default ecmaVersion in no-invalid-regexp (#​13968) (Milos Djermanovic)
  • 7297363 Docs: fix examples for no-multi-str (#​13966) (Milos Djermanovic)
  • 0649871 Update: add autofix to rule multiline-ternary (#​13958) (薛定谔的猫)
  • f6e7e32 Fix: no-useless-escape wrong loc and fix with CRLF in template elements (#​13953) (Milos Djermanovic)
  • 19c69c0 Fix: one-var shouldn't split declaration if it isn't in a statement list (#​13959) (Milos Djermanovic)
  • e451b96 Docs: update build tool for webpack (#​13962) (Sam Chen)
  • c3e9acc Chore: fix typos (#​13960) (YeonJuan)
  • 7289ecf Sponsors: Sync README with website (ESLint Jenkins)

v7.16.0

Compare Source


Renovate configuration

📅 Schedule: At any time (no schedule defined).

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

Edited by Reiter, Christoph

Merge request reports