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
@rollup/plugin-babel devDependencies patch 5.2.2 -> 5.2.3
@rollup/plugin-commonjs devDependencies minor 17.0.0 -> 17.1.0
@rollup/plugin-node-resolve devDependencies minor 11.0.1 -> 11.1.1
@sentry/browser dependencies minor 5.27.4 -> 5.30.0
async-mutex dependencies patch 0.2.4 -> 0.2.6
chokidar devDependencies patch 3.5.0 -> 3.5.1
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.17.0 -> 7.19.0
eslint (source) devDependencies minor 7.13.0 -> 7.19.0
eslint-plugin-jsdoc devDependencies minor 31.0.3 -> 31.6.0
eslint-plugin-jsdoc devDependencies minor 31.0.1 -> 31.6.0
fabric (source) dependencies patch 4.3.0 -> 4.3.1
file-saver dependencies patch 2.0.2 -> 2.0.5
i18next (source) dependencies patch 19.8.4 -> 19.8.5
karma (source) devDependencies patch 6.0.0 -> 6.0.3
pdfjs-dist (source) dependencies minor 2.5.207 -> 2.6.347
rollup (source) devDependencies minor 2.36.1 -> 2.38.2
rollup (source) devDependencies minor 2.33.3 -> 2.38.2
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.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.
paulmillr/chokidar

v3.5.1

Compare Source

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

Compare Source

v7.18.0

Compare Source

  • 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 with let 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: test foo( ) 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

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

Features
  • check-param-names: add options disableExtraPropertyReporting 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

📅 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