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.13.15 -> 7.13.16
@babel/runtime-corejs3 devDependencies patch 7.13.10 -> 7.13.17
@rollup/plugin-node-resolve devDependencies minor 11.0.1 -> 11.2.1
@rollup/plugin-replace devDependencies minor 2.3.4 -> 2.4.2
@sentry/browser dependencies minor 6.1.0 -> 6.3.1
@types/mocha devDependencies patch 8.2.0 -> 8.2.2
chai (source) devDependencies minor 4.2.0 -> 4.3.4
datatables.net-buttons (source) dependencies minor 1.6.5 -> 1.7.0
datatables.net-buttons-dt (source) dependencies minor 1.6.5 -> 1.7.0
datatables.net-dt (source) dependencies patch 1.10.22 -> 1.10.24
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.24.0 -> 7.25.0
eslint (source) devDependencies minor 7.13.0 -> 7.25.0
eslint-plugin-jsdoc devDependencies patch 32.3.0 -> 32.3.1
eslint-plugin-jsdoc devDependencies minor 32.1.0 -> 32.3.1
file-saver dependencies patch 2.0.2 -> 2.0.5
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.3.2
mocha (source) devDependencies minor 8.2.1 -> 8.3.2
rollup (source) devDependencies minor 2.33.3 -> 2.45.2
rollup-plugin-copy devDependencies minor 3.3.0 -> 3.4.0
tabulator-tables (source) dependencies minor 4.8.4 -> 4.9.3
tslib (source) devDependencies minor 2.0.3 -> 2.2.0
typescript (source) devDependencies minor 4.1.2 -> 4.2.4
webdav dependencies patch 3.6.1 -> 3.6.2

Release Notes

babel/babel

v7.13.16

Compare Source

👓 Spec Compliance
🐛 Bug Fix
  • babel-helpers, babel-plugin-transform-modules-commonjs, babel-plugin-transform-regenerator, babel-plugin-transform-spread, babel-preset-env, babel-runtime-corejs2, babel-runtime
  • babel-helper-compilation-targets
  • babel-generator
📝 Documentation
🏠 Internal
  • babel-helper-bindify-decorators, babel-helper-explode-class
  • Other
  • babel-helper-call-delegate
  • babel-helper-hoist-variables, babel-plugin-transform-block-scoping
  • babel-cli, babel-core, babel-generator, babel-plugin-transform-function-name, babel-register, babel-types
getsentry/sentry-javascript

v6.3.1

Compare Source

  • [angular] fix: Make SentryErrorHandler extensible and export it publicly (#​3438)
  • [browser] feat: Capture information about the LCP element culprit (#​3427)
  • [core] fix: Correctly attach installed integrations to sdkinfo (#​3447)
  • [ember] fix: Add guards to ensure marks exist (#​3436)
  • [nextjs] fix: Fix incomplete merging of user config with Sentry config (#​3434)
  • [nextjs] ref: Use resolved paths for require calls in config code (#​3426)
  • [node] fix: Fix for manual tests in node (#​3428)
  • [transports] feat: Honor no_proxy env variable (#​3412)

v6.3.0

Compare Source

  • [browser] feat: Parse safari-extension and safari-web-extension errors (#​3374)
  • [browser] fix: Provide better descriptions for the performance navigation timing spans (#​3245)
  • [browser] test: Replace Authorization with Accept header (#​3400)
  • [ci] ci: Add CodeQL scanning
  • [core] Drop session if release is not a string or is missing and log (#​3396)
  • [docs] Document how to publish a new release (#​3361)
  • [gatsby] fix: Specify gatsby peer dep (#​3385)
  • [gatsby] chore(docs): Update @​sentry/gatsby README (#​3384)
  • [integrations] feat(integrations): add prefix support for RewriteFrames (#​3416)
  • [integrations] ref: Use esm imports with localforage and add esModuleInterop (#​3403)
  • [nextjs] feat: Next.js SDK + Plugin (#​3301)
  • [node] fix: Generate a Sentry Release string from env if its not provided (#​3393)
  • [tracing] fix: Replace performance.timeOrigin in favour of browserPerformanceTimeOrigin (#​3397)
  • [tracing] fix: Mark span as failed when fetch API call fails (#​3351)
  • [utils] fix: Use the more reliable timeOrigin (#​3398)
  • [utils] fix: Wrap oldOnPopState.apply call in try/catch to prevent Firefox from crashing (#​3377)

v6.2.5

Compare Source

  • [utils] fix: Avoid performance.timeOrigin if too skewed (#​3356)

v6.2.4

Compare Source

  • [browser] fix: Add SentryRequestType to RateLimitingCategory mapping (#​3328)
  • [browser] ref: Add fast-path to fetchImpl and cleanup redundant iframe (#​3341)
  • [node] fix: Fallback to empty string if req.baseUrl is empty (#​3329)
  • [node] ref: Remove circular dependency in @sentry/node (#​3335)
  • [tracing] fix: Attach mysql tracing to Connection.createQuery instead of Connection.prototype.query (#​3353)
  • [tracing] ref: Clarify naming in BrowserTracing integration (#​3338)
  • [ember] ref: Fix tests to be forward compatible with component changes (#​3347)
  • [ember] ref: Silence deprecation warnings in beta (#​3346)

v6.2.3

Compare Source

  • [gatsby] fix: Update Vercel environment variables to match their current system variables (#​3337)

v6.2.2

Compare Source

  • [hub] fix: Only create sessions if the correct methods are defined (#​3281)
  • [core] fix: Don't override SDK metadata (#​3304)
  • [browser] fix: Prevent fetch errors loops with invalid fetch implementations (#​3318)
  • [serverless] ref: Add compatible runtime nodejs14.x to building awslambda layer (#​3303)
  • [ember] fix: Keep route hook context when performance-wrapping (#​3274)
  • [integrations] fix: Normalized Event before caching. (#​3305)

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)
chaijs/chai

v4.3.4

Compare Source

This fixes broken inspect behavior with bigints (#​1321) (#​1383) thanks @​vapier

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

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

v1.7.0

Compare Source

DataTables/Dist-DataTables-Buttons-DataTables

v1.7.0

Compare Source

DataTables/Dist-DataTables-DataTables

v1.10.24

Compare Source

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

Compare Source

  • 5df5e4a Update: highlight last write reference for no-unused-vars (fixes #​14324) (#​14335) (Nitin Kumar)
  • 0023872 Docs: Add deprecated note to working-with-rules-deprecated page (#​14344) (Michael Novotny)
  • 36fca70 Chore: Upgrade eslump to 3.0.0 (#​14350) (Stephen Wade)
  • 59b689a Chore: add node v16 (#​14355) (薛定谔的猫)
  • 35a1f5e Sponsors: Sync README with website (ESLint Jenkins)
  • fb0a92b Chore: rename misspelled identifier in test (#​14346) (Tobias Nießen)
  • f2babb1 Docs: update pull request template (#​14336) (Nitin Kumar)
  • 02dde29 Docs: Fix anchor in 'docs/developer-guide/working-with-rules.md' (#​14332) (Nate-Wilkins)
  • 07d14c3 Chore: remove extraneous command from lint-staged config (#​14314) (James George)
  • 41b3570 Update: lint code block with same extension but different content (#​14227) (JounQin)
  • eb29996 Docs: add more examples with arrow functions for no-sequences rule (#​14313) (Nitin Kumar)
gajus/eslint-plugin-jsdoc

v32.3.1

Compare Source

Bug Fixes
  • check-examples: disable chai-friendly/no-unused-expressions for default expression rules (06f0112)
eligrey/FileSaver.js

v2.0.5

Compare Source

v2.0.4

Compare Source

changes how it detect safari

jquery/jquery

v3.6.0

Compare Source

https://blog.jquery.com/2021/03/02/jquery-3-6-0-released/

Stuk/jszip

v3.6.0

Compare Source

  • Fix: redirect main to dist on browsers (see #​742)
  • Fix duplicate require DataLengthProbe, utils (see #​734)
  • Fix small error in read_zip.md (see #​703)
karma-runner/karma

v6.3.2

Compare Source

Bug Fixes

v6.3.1

Compare Source

Bug Fixes

v6.3.0

Compare Source

Features
  • support asynchronous config.set() call in karma.conf.js (#​3660) (4c9097a)

v6.2.0

Compare Source

Features
  • plugins: add support wildcard config for scoped package plugin (#​3659) (39831b1)

6.1.2 (2021-03-09)

Bug Fixes

6.1.1 (2021-02-12)

Bug Fixes

v6.1.2

Compare Source

Bug Fixes

v6.1.1

Compare Source

Bug Fixes

v6.1.0

Compare Source

Features
  • config: improve karma.config.parseConfig error handling (#​3635) (9dba1e2)

6.0.4 (2021-02-01)

Bug Fixes

6.0.3 (2021-01-27)

Bug Fixes
  • plugins: refactor instantiatePlugin from preproprocessor (#​3628) (e02858a)

6.0.2 (2021-01-25)

Bug Fixes

6.0.1 (2021-01-20)

Bug Fixes

v6.0.4

Compare Source

Bug Fixes

v6.0.3

Compare Source

Bug Fixes
  • plugins: refactor instantiatePlugin from preproprocessor (#​3628) (e02858a)

v6.0.2

Compare Source

Bug Fixes

v6.0.1

Compare Source

Bug Fixes
mochajs/mocha

v8.3.2

Compare Source

🐛 Fixes

📖 Documentation

v8.3.1

Compare Source

🐛 Fixes

v8.3.0

Compare Source

🎉 Enhancements

🐛 Fixes

📖 Documentation

🔩 Other

Also thanks to @​outsideris and @​HyunSangHan for various fixes to our website and documentation.

rollup/rollup

v2.45.2

Compare Source

2021-04-13

Bug Fixes
  • Do not user a dynamic entry file name for naming a manual chunk (#​4040)
Merge Requests

v2.45.1

Compare Source

2021-04-10

Bug Fixes
  • Handle falsy return values from async plugin options hooks (#​4039)
Merge Requests

v2.45.0

Compare Source

2021-04-09

Features
  • Support private class instance methods and accessors (#​4034)
Merge Requests

v2.44.0

Compare Source

2021-03-29

Features
  • Add a new option makeAbsoluteExternalsRelative to opt out of renormalizing absolute external ids to relative ids (#​4021)
  • Extend the resolveId plugin hook to allow forcing or preventing renormalization of absolute external ids (#​4021)
  • Make the rendered code of individual modules available in the generated bundle (#​4028)
Bug Fixes
  • Handle objects with __proto__ properties correctly (#​4019)
Merge Requests

v2.43.1

Compare Source

2021-03-28

Bug Fixes
  • Prevent infinite recursions in certain scenarios when calling object properties (#​4025)
Merge Requests

v2.43.0

Compare Source

2021-03-27

Features
  • Track side effects of function properties in objects for better tree-shaking (#​4011)
Merge Requests

v2.42.4

Compare Source

2021-03-24

Bug Fixes
  • Do not discard plugin return values when using perf option (#​4010)
Merge Requests

v2.42.3

Compare Source

2021-03-22

Bug Fixes
  • Do not ignore #__PURE__ comments in front of optional chaining expressions (#​4007)
Merge Requests

v2.42.2

Compare Source

2021-03-22

Bug Fixes
  • Use correct import.meta.url in relative imports from transpiled config files (#​4005)
Merge Requests

v2.42.1

Compare Source

2021-03-20

Bug Fixes
  • Do not produce unhandled Promise rejections when plugins throw while using the perf option (#​4004)
Merge Requests

v2.42.0

Compare Source

2021-03-19

Features
  • Prevent infinite loops when several plugins are using this.resolve in their resolveId hook (#​4000)
Merge Requests

v2.41.5

Compare Source

2021-03-18

Bug Fixes
  • Make sure unused property accesses of external namespaces can be tree-shaken (#​4001)
Merge Requests

v2.41.4

Compare Source

2021-03-16

Bug Fixes
  • Do not replace external namespace imports with individual named imports to avoid changing behaviour with regard to missing exports (#​3999)
Merge Requests

v2.41.3

Compare Source

2021-03-16

Bug Fixes
  • Always retain arguments passed to empty object pattern parameters (#​3998)
Merge Requests

v2.41.2

Compare Source

2021-03-12

Bug Fixes
  • Also remove sourcemaps comments if plugins return a pre-made ast (#​3987)
Merge Requests

v2.41.1

Compare Source

2021-03-11

Merge Requests

v2.41.0

Compare Source

2021-03-09

Features
  • Add option to treeshake.propertyReadSideEffects to keep all property accesses (#​3985)
Bug Fixes
  • Also respect pure comment annotations when a plugin provides an AST in the transform hook provided they use this.parse (#​3981)
Merge Requests
  • #​3981: Move pure comment annotation to Graph.contextParse (@​yannayl)
  • #​3985: implement --treeshake.propertyReadSideEffects=always to handle getters with side effects (@​kzc)

v2.40.0

Compare Source

2021-02-26

Features
  • Make sure that entry point variable names take precedence over variable names in dependencies when deconflicting (#​3977)
Bug Fixes
  • Replace : in generated file names to prevent invalid files on Windows (#​3972)
Merge Requests

v2.39.1

Compare Source

2021-02-23

Bug Fixes
  • Make sure local variables named Symbol, Object or Promise do not conflict with code generated by Rollup (#​3971)
Merge Requests

v2.39.0

Compare Source

2021-02-12

Features
  • Add "validate" option to verify generated chunks are valid JavaScript (#​3952)
Bug Fixes
  • Always add exports properties for uninitialized named exports (#​3957)
  • Allow using an external namespace reexport together with named exports (#​3959)
  • Avoid invalid generated code in certain scenarios with SystemJS exports (#​3960)
Merge Requests

v2.38.5

Compare Source

2021-02-05

Bug Fixes
  • Prevent invalid code when simplifying assignments and delcarations (#​3951)
  • Prevent behaviour-changing line-breaks when simplifying assignments in return statements (#​3951)
  • Slightly improve white-space rendering when simplifying certain expressions (#​3951)
Merge Requests

v2.38.4

Compare Source

2021-02-02

Bug Fixes
  • Do not change logic when tree-shaking declarations in if statements or loops (#​3947)
Merge Requests

v2.38.3

Compare Source

2021-02-01

Bug Fixes
  • Prevent an unexpected live-binding when default exporting a synthetic named export (#​3946)
Merge Requests

v2.38.2

Compare Source

2021-01-31

Bug Fixes
  • Do not generate invalid code for partially tree-shaken declarations in for loops (#​3943)
  • Always include function bodies of functions in side-effect-free modules (#​3944)
Merge Requests

v2.38.1

Compare Source

2021-01-28

Bug Fixes
  • Fix internal error when resolving a missing entry point in the browser build (#​3935)
Merge Requests

v2.38.0

Compare Source

2021-01-22

Features
  • Entirely remove declared variables that only have an initializer side effect (#​3933)
Merge Requests

v2.37.1

Compare Source

2021-01-20

Merge Requests

v2.37.0

Compare Source

2021-01-19

Features
  • Always check modules for side effects that only indirectly reexport a used variable (#​3840)
  • Warn if a circular dependency would cause wrong execution order when preserving modules (#​3840)
Bug Fixes
  • Allow consuming synthetic exports via modules that reexport a namespace (#​3894)
  • Do not crash for circular default reexports (#​3840)
  • Do not crash for circular synthetic namespaces (#​3840)
  • Improve circular dependency execution order in certain scenarios (#​3840)
Merge Requests

v2.36.2

Compare Source

2021-01-16

Bug Fixes
  • Fix an issue where invalid code was generated for unused assignments with side effects (#​3926)
Merge Requests

v2.36.1

Compare Source

2021-01-06

Bug Fixes
  • Solve issues that result in invalid code when partially removing assignments (#​3921)
Merge Requests

v2.36.0

Compare Source

2021-01-05

Features
  • Support partial tree-shaking of chained assignments and unused assignment targets (#​3919)
Merge Requests

v2.35.1

Compare Source

2020-12-14

Bug Fixes
  • Allow closing the bundle when watching in case of generate errors by adding the bundle to the error event (#​3909)
  • Automatically close all bundles on generate errors when watching and using the CLI (#​3909)
  • Try to create remaining bundles when watching and one of them throws (#​3909)
Merge Requests

v2.35.0

Compare Source

2020-12-14

Features
  • Add closeBundle hook that is triggered by bundle.close() in the JS API (#​3883)
Merge Requests

v2.34.2

Compare Source

2020-12-06

Bug Fixes
  • Revert pattern export change (#​3898)
Merge Requests

v2.34.1

Compare Source

2020-12-03

Bug Fixes
  • Avoid Node deprecation warning by using a pattern export for nested Rollup files (#​3896)
Merge Requests

v2.34.0

Compare Source

2020-11-29

Features
  • Support RequireJS comaptible AMD ids in code-splitting builds via amd.autoId (#​3867)
  • Allow adding an AMD id base path (#​3867)
Bug Fixes
  • Warn when using an constant AMD id in a code-splitting build (#​3867)
Merge Requests
vladshcherbin/rollup-plugin-copy

v3.4.0

Compare Source

  • Pass src path to rename function
  • Pass filename to transform function
  • Improve typescript types
olifolkerd/tabulator

v4.9.3

Compare Source

  • Fixed regression in the setColumnLayout function

v4.9.2

Compare Source

Missing dependency for gulp-uglify-es has been added to the package.json Fixed regression with excptuion being thrown when rendering table in IE Fixed issue with row components not being passed into custom sorter functions Fixed regression in persitance system that was preventing column order from being persisted Using the paginationInitialPage option with remote pagination no longer results in a console warning if the page is not set to 1 Removed debug trace command from movable rows module The select editor now correctly handles false values when used as a header filter with multiselect mode enabled The autocomplete editor is now correctly reset when clearFilter is called, so the showListOnEmpty option now functions as expected The built in header filter empty check function now considers headers with a numeric value of 0 to not be empty The dataTreeSelectPropagate option now correctly includes all child rows in the slection, including ones in a currently collapsed parent The setColumnLayout now works when the horizontal DOM is enabled When focusing on an editable cell with the horizontal virtual DOM enabled, the table now correctly scrolls the cell to be visible Fixed regression preventing UI update of selected rows that had yet to be rendered

v4.9.1

Compare Source

  • Fixed regression in select editor when values param property is set to true

v4.9.0

Compare Source

There are a large number of updates to Tabulator in this release, Checkout the Release Notes for full details

Microsoft/tslib

v2.2.0

Compare Source

This release supports TypeScript 4.3's new functionality for ECMAScript private methods and accessors, and private static class members.

It does so by expanding the scope of __classPrivateFieldGet and __classPrivateFieldSet. See microsoft#​146 for more details.

v2.1.0

Compare Source

This release adds a new __spreadArray helper which avoids side-effects compared to the now-deprecated __spreadArrays and __spread helpers. See microsoft#​133 for more details.

This release also provides a more-specific error message when extending from a type which is not a function and not null. See microsoft#​138 for more details.

Microsoft/TypeScript

v4.2.4

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v4.2.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v4.2.2

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v4.1.5

Compare Source

This release contains a fix for an issue when language service plugins have no specified name.

v4.1.4

Compare Source

This release contains fixes for a security risk involving language service plugin loading. More details are available here.

v4.1.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

perry-mitchell/webdav-client

v3.6.2

Compare Source

2021-01-06

  • Bugfixes:
    • #​231 Unable to target files using custom request
  • Security Patches:

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