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.16 -> 7.12.17
@babel/plugin-transform-runtime (source) devDependencies patch 7.12.15 -> 7.12.17
@babel/preset-env (source) devDependencies patch 7.12.16 -> 7.12.17
@babel/runtime-corejs3 devDependencies patch 7.12.13 -> 7.12.18
@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.0
@sentry/browser dependencies minor 6.1.0 -> 6.2.0
@types/mocha devDependencies patch 8.2.0 -> 8.2.1
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.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
i18next (source) dependencies patch 19.8.7 -> 19.8.9
i18next (source) dependencies patch 19.8.4 -> 19.8.9
jszip dependencies minor 3.5.0 -> 3.6.0
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.33.3 -> 2.39.0
rollup-plugin-copy devDependencies minor 3.3.0 -> 3.4.0
rollup-plugin-typescript2 devDependencies minor ^0.29.0 -> ^0.30.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.17

Compare Source

🐛 Bug Fix
💅 Polish
  • babel-helper-create-class-features-plugin, babel-helpers, babel-plugin-proposal-private-methods
🏠 Internal
getsentry/sentry-javascript

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

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)

v7.17.0

[Compare


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.

Edited by Reiter, Christoph

Merge request reports

Loading