hello-pangea / dnd

Beautiful and accessible drag and drop for lists with React.
https://dnd.hellopangea.com
Other
2.06k stars 87 forks source link

chore(deps): update all non-major development dependencies #707

Closed renovate[bot] closed 10 months ago

renovate[bot] commented 10 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@atlaskit/css-reset 6.5.4 -> 6.6.1 age adoption passing confidence
@babel/core (source) 7.22.11 -> 7.23.2 age adoption passing confidence
@babel/eslint-parser (source) 7.22.11 -> 7.22.15 age adoption passing confidence
@babel/plugin-transform-modules-commonjs (source) 7.22.11 -> 7.23.0 age adoption passing confidence
@babel/plugin-transform-runtime (source) 7.22.10 -> 7.23.2 age adoption passing confidence
@babel/preset-env (source) 7.22.14 -> 7.23.2 age adoption passing confidence
@babel/preset-react (source) 7.22.5 -> 7.22.15 age adoption passing confidence
@babel/preset-typescript (source) 7.22.11 -> 7.23.2 age adoption passing confidence
@jest/environment 29.6.4 -> 29.7.0 age adoption passing confidence
@rollup/plugin-babel (source) 6.0.3 -> 6.0.4 age adoption passing confidence
@rollup/plugin-commonjs (source) 25.0.3 -> 25.0.7 age adoption passing confidence
@rollup/plugin-json (source) 6.0.0 -> 6.0.1 age adoption passing confidence
@rollup/plugin-node-resolve (source) 15.1.0 -> 15.2.3 age adoption passing confidence
@rollup/plugin-replace (source) 5.0.2 -> 5.0.5 age adoption passing confidence
@rollup/plugin-strip (source) 3.0.2 -> 3.0.4 age adoption passing confidence
@rollup/plugin-terser (source) 0.4.3 -> 0.4.4 age adoption passing confidence
@testing-library/dom 9.3.1 -> 9.3.3 age adoption passing confidence
@types/express (source) 4.17.17 -> 4.17.20 age adoption passing confidence
@types/fs-extra (source) 11.0.1 -> 11.0.3 age adoption passing confidence
@types/jest-axe (source) 3.5.5 -> 3.5.7 age adoption passing confidence
@types/markdown-it (source) 13.0.1 -> 13.0.5 age adoption passing confidence
@types/node (source) 18.17.12 -> 18.18.7 age adoption passing confidence
@types/react (source) 18.2.21 -> 18.2.33 age adoption passing confidence
@types/react-dom (source) 18.2.7 -> 18.2.14 age adoption passing confidence
@types/react-virtualized (source) 9.21.22 -> 9.21.26 age adoption passing confidence
@types/seedrandom (source) 3.0.5 -> 3.0.7 age adoption passing confidence
@typescript-eslint/eslint-plugin 6.5.0 -> 6.9.0 age adoption passing confidence
@typescript-eslint/parser 6.5.0 -> 6.9.0 age adoption passing confidence
babel-jest 29.6.4 -> 29.7.0 age adoption passing confidence
eslint (source) 8.48.0 -> 8.52.0 age adoption passing confidence
eslint-import-resolver-typescript 3.6.0 -> 3.6.1 age adoption passing confidence
eslint-plugin-cypress 2.14.0 -> 2.15.1 age adoption passing confidence
eslint-plugin-import 2.28.1 -> 2.29.0 age adoption passing confidence
eslint-plugin-jest 27.2.3 -> 27.6.0 age adoption passing confidence
eslint-plugin-prettier 5.0.0 -> 5.0.1 age adoption passing confidence
eslint-plugin-storybook 0.6.13 -> 0.6.15 age adoption passing confidence
jest (source) 29.6.4 -> 29.7.0 age adoption passing confidence
jest-environment-jsdom 29.6.4 -> 29.7.0 age adoption passing confidence
markdown-it 13.0.1 -> 13.0.2 age adoption passing confidence
rimraf 5.0.1 -> 5.0.5 age adoption passing confidence
rollup (source) 3.27.0 -> 3.29.4 age adoption passing confidence
rollup-plugin-dts 5.3.0 -> 5.3.1 age adoption passing confidence
webpack 5.88.2 -> 5.89.0 age adoption passing confidence

Release Notes

babel/babel (@​babel/core) ### [`v7.23.2`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7232-2023-10-11) [Compare Source](https://togithub.com/babel/babel/compare/v7.23.0...@babel/core@7.23.2) ##### :bug: Bug Fix - `babel-traverse` - [#​16033](https://togithub.com/babel/babel/pull/16033) Only evaluate own String/Number/Math methods ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-preset-typescript` - [#​16022](https://togithub.com/babel/babel/pull/16022) Rewrite `.tsx` extension when using `rewriteImportExtensions` ([@​jimmydief](https://togithub.com/jimmydief)) - `babel-helpers` - [#​16017](https://togithub.com/babel/babel/pull/16017) Fix: fallback to typeof when toString is applied to incompatible object ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helpers`, `babel-plugin-transform-modules-commonjs`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​16025](https://togithub.com/babel/babel/pull/16025) Avoid override mistake in namespace imports ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ### [`v7.23.0`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7230-2023-09-25) [Compare Source](https://togithub.com/babel/babel/compare/v7.22.20...v7.23.0) ##### :rocket: New Feature - `babel-plugin-proposal-import-wasm-source`, `babel-plugin-syntax-import-source`, `babel-plugin-transform-dynamic-import` - [#​15870](https://togithub.com/babel/babel/pull/15870) Support transforming `import source` for wasm ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-module-transforms`, `babel-helpers`, `babel-plugin-proposal-import-defer`, `babel-plugin-syntax-import-defer`, `babel-plugin-transform-modules-commonjs`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime`, `babel-standalone` - [#​15878](https://togithub.com/babel/babel/pull/15878) Implement `import defer` proposal transform support ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-generator`, `babel-parser`, `babel-types` - [#​15845](https://togithub.com/babel/babel/pull/15845) Implement `import defer` parsing support ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​15829](https://togithub.com/babel/babel/pull/15829) Add parsing support for the "source phase imports" proposal ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-generator`, `babel-helper-module-transforms`, `babel-parser`, `babel-plugin-transform-dynamic-import`, `babel-plugin-transform-modules-amd`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-modules-systemjs`, `babel-traverse`, `babel-types` - [#​15682](https://togithub.com/babel/babel/pull/15682) Add `createImportExpressions` parser option ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-standalone` - [#​15671](https://togithub.com/babel/babel/pull/15671) Pass through nonce to the transformed script element ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-function-name`, `babel-helper-member-expression-to-functions`, `babel-helpers`, `babel-parser`, `babel-plugin-proposal-destructuring-private`, `babel-plugin-proposal-optional-chaining-assign`, `babel-plugin-syntax-optional-chaining-assign`, `babel-plugin-transform-destructuring`, `babel-plugin-transform-optional-chaining`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime`, `babel-standalone`, `babel-types` - [#​15751](https://togithub.com/babel/babel/pull/15751) Add support for optional chain in assignments ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helpers`, `babel-plugin-proposal-decorators` - [#​15895](https://togithub.com/babel/babel/pull/15895) Implement the "decorator metadata" proposal ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-traverse`, `babel-types` - [#​15893](https://togithub.com/babel/babel/pull/15893) Add `t.buildUndefinedNode` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-preset-typescript` - [#​15913](https://togithub.com/babel/babel/pull/15913) Add `rewriteImportExtensions` option to TS preset ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-parser` - [#​15896](https://togithub.com/babel/babel/pull/15896) Allow TS tuples to have both labeled and unlabeled elements ([@​yukukotani](https://togithub.com/yukukotani)) ##### :bug: Bug Fix - `babel-plugin-transform-block-scoping` - [#​15962](https://togithub.com/babel/babel/pull/15962) fix: `transform-block-scoping` captures the variables of the method in the loop ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ##### :nail_care: Polish - `babel-traverse` - [#​15797](https://togithub.com/babel/babel/pull/15797) Expand evaluation of global built-ins in `@babel/traverse` ([@​lorenzoferre](https://togithub.com/lorenzoferre)) - `babel-plugin-proposal-explicit-resource-management` - [#​15985](https://togithub.com/babel/babel/pull/15985) Improve source maps for blocks with `using` declarations ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :microscope: Output optimization - `babel-core`, `babel-helper-module-transforms`, `babel-plugin-transform-async-to-generator`, `babel-plugin-transform-classes`, `babel-plugin-transform-dynamic-import`, `babel-plugin-transform-function-name`, `babel-plugin-transform-modules-amd`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-modules-umd`, `babel-plugin-transform-parameters`, `babel-plugin-transform-react-constant-elements`, `babel-plugin-transform-react-inline-elements`, `babel-plugin-transform-runtime`, `babel-plugin-transform-typescript`, `babel-preset-env` - [#​15984](https://togithub.com/babel/babel/pull/15984) Inline `exports.XXX =` update in simple variable declarations ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ### [`v7.22.20`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v72220-2023-09-16) [Compare Source](https://togithub.com/babel/babel/compare/v7.22.19...v7.22.20) ##### :house: Internal - `babel-helper-validator-identifier` - [#​15973](https://togithub.com/babel/babel/pull/15973) Remove special-casing of U+200C and U+200D ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-transform-dotall-regex` - [#​15974](https://togithub.com/babel/babel/pull/15974) Update Unicode test fixtures ([@​JLHwung](https://togithub.com/JLHwung)) ##### :leftwards_arrow_with_hook: Revert - `babel-helper-remap-async-to-generator`, `babel-helper-wrap-function`, `babel-plugin-proposal-explicit-resource-management`, `babel-plugin-proposal-function-sent`, `babel-plugin-transform-async-generator-functions`, `babel-plugin-transform-async-to-generator`, `babel-plugin-transform-block-scoping`, `babel-plugin-transform-class-properties`, `babel-plugin-transform-classes`, `babel-plugin-transform-parameters`, `babel-plugin-transform-runtime`, `babel-preset-env` - [#​15979](https://togithub.com/babel/babel/pull/15979) Revert "Improve output when wrapping functions" ([@​jjonescz](https://togithub.com/jjonescz)) ### [`v7.22.19`](https://togithub.com/babel/babel/releases/tag/v7.22.19) [Compare Source](https://togithub.com/babel/babel/compare/v7.22.18...v7.22.19) #### v7.22.19 (2023-09-14) Re-published 7.22.18, due to a releasing error. ### [`v7.22.18`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v72218-2023-09-14) [Compare Source](https://togithub.com/babel/babel/compare/v7.22.17...v7.22.18) ##### :bug: Bug Fix - `babel-helper-validator-identifier` - [#​15957](https://togithub.com/babel/babel/pull/15957) Update identifier name definitions to Unicode 15.1 ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-module-transforms`, `babel-plugin-transform-modules-amd`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-modules-umd` - [#​15898](https://togithub.com/babel/babel/pull/15898) Fix transform of named import with shadowed namespace import ([@​dhlolo](https://togithub.com/dhlolo)) ##### :leftwards_arrow_with_hook: Revert - [#​15965](https://togithub.com/babel/babel/pull/15965) Revert Node.js 20.6.0 bug workaround ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ### [`v7.22.17`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v72217-2023-09-08) [Compare Source](https://togithub.com/babel/babel/compare/v7.22.15...v7.22.17) ##### :bug: Bug Fix - `babel-core` - [#​15947](https://togithub.com/babel/babel/pull/15947) Fix compatibility with Node.js 20.6 ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-module-transforms`, `babel-plugin-transform-modules-commonjs` - [#​15941](https://togithub.com/babel/babel/pull/15941) Fix compiling duplicate ns imports to lazy CommonJS ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-types` - [#​15920](https://togithub.com/babel/babel/pull/15920) Make `ClassDeclaration["id"]` optional in babel-types ([@​jordanbtucker](https://togithub.com/jordanbtucker)) ##### :microscope: Output optimization - `babel-helper-remap-async-to-generator`, `babel-helper-wrap-function`, `babel-plugin-proposal-explicit-resource-management`, `babel-plugin-proposal-function-sent`, `babel-plugin-transform-async-generator-functions`, `babel-plugin-transform-async-to-generator`, `babel-plugin-transform-block-scoping`, `babel-plugin-transform-class-properties`, `babel-plugin-transform-classes`, `babel-plugin-transform-parameters`, `babel-plugin-transform-runtime`, `babel-preset-env` - [#​15922](https://togithub.com/babel/babel/pull/15922) Improve output when wrapping functions (e.g. `async` functions) ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ### [`v7.22.15`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v72215-2023-09-04) [Compare Source](https://togithub.com/babel/babel/compare/v7.22.11...v7.22.15) ##### :bug: Bug Fix - `babel-core` - [#​15923](https://togithub.com/babel/babel/pull/15923) Only perform config loading re-entrancy check for cjs ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :house: Internal - `babel-cli`, `babel-core`, `babel-generator`, `babel-helper-builder-binary-assignment-operator-visitor`, `babel-helper-compilation-targets`, `babel-helper-create-class-features-plugin`, `babel-helper-create-regexp-features-plugin`, `babel-helper-member-expression-to-functions`, `babel-helper-module-imports`, `babel-helper-module-transforms`, `babel-helper-transform-fixture-test-runner`, `babel-helper-validator-identifier`, `babel-helper-validator-option`, `babel-helpers`, `babel-node`, `babel-parser`, `babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression`, `babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining`, `babel-plugin-proposal-decorators`, `babel-plugin-proposal-destructuring-private`, `babel-plugin-proposal-pipeline-operator`, `babel-plugin-transform-async-generator-functions`, `babel-plugin-transform-block-scoping`, `babel-plugin-transform-classes`, `babel-plugin-transform-destructuring`, `babel-plugin-transform-for-of`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-object-rest-spread`, `babel-plugin-transform-optional-chaining`, `babel-plugin-transform-parameters`, `babel-plugin-transform-property-mutators`, `babel-plugin-transform-react-jsx`, `babel-plugin-transform-runtime`, `babel-plugin-transform-typescript`, `babel-preset-env`, `babel-preset-flow`, `babel-preset-react`, `babel-preset-typescript`, `babel-register`, `babel-standalone`, `babel-template`, `babel-traverse`, `babel-types` - [#​15892](https://togithub.com/babel/babel/pull/15892) Add explicit `.ts`/`.js` extension to all imports in `src` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))
jestjs/jest (@​jest/environment) ### [`v29.7.0`](https://togithub.com/jestjs/jest/blob/HEAD/CHANGELOG.md#2970) [Compare Source](https://togithub.com/jestjs/jest/compare/v29.6.4...v29.7.0) ##### Features - `[create-jest]` Add `npm init` / `yarn create` initialiser for Jest projects ([#​14465](https://togithub.com/jestjs/jest/pull/14453)) - `[jest-validate]` Allow deprecation warnings for unknown options ([#​14499](https://togithub.com/jestjs/jest/pull/14499)) ##### Fixes - `[jest-resolver]` Replace unmatched capture groups in `moduleNameMapper` with empty string instead of `undefined` ([#​14507](https://togithub.com/jestjs/jest/pull/14507)) - `[jest-snapshot]` Allow for strings as well as template literals in inline snapshots ([#​14465](https://togithub.com/jestjs/jest/pull/14465)) - `[@jest/test-sequencer]` Calculate test runtime if `perStats.duration` is missing ([#​14473](https://togithub.com/jestjs/jest/pull/14473)) ##### Performance - `[@jest/create-cache-key-function]` Cache access of `NODE_ENV` and `BABEL_ENV` ([#​14455](https://togithub.com/jestjs/jest/pull/14455)) ##### Chore & Maintenance - `[jest-cli]` Move internal config initialisation logic to the `create-jest` package ([#​14465](https://togithub.com/jestjs/jest/pull/14453))
rollup/plugins (@​rollup/plugin-babel) ### [`v6.0.4`](https://togithub.com/rollup/plugins/blob/HEAD/packages/babel/CHANGELOG.md#v604) [Compare Source](https://togithub.com/rollup/plugins/compare/7f90b607eda51bbc63e3409f470c1e51af148b70...a1a63fb6b88431f953e1a22af9f2d902e239689e) *2023-10-05* ##### Bugfixes - fix: ensure rollup 4 compatibility [#​1595](https://togithub.com/rollup/plugins/pull/1595)
rollup/plugins (@​rollup/plugin-commonjs) ### [`v25.0.7`](https://togithub.com/rollup/plugins/blob/HEAD/packages/commonjs/CHANGELOG.md#v2507) [Compare Source](https://togithub.com/rollup/plugins/compare/042736d99c46b6b413ce5abe66bc39216585ce86...ad406ba364bc39b4f1f5517292ee722a5862b97d) *2023-10-15* ##### Bugfixes - fix: bump magic-string version [#​1596](https://togithub.com/rollup/plugins/pull/1596) ### [`v25.0.6`](https://togithub.com/rollup/plugins/blob/HEAD/packages/commonjs/CHANGELOG.md#v2506) [Compare Source](https://togithub.com/rollup/plugins/compare/99fd13f4ac4ef8fa16aef02dd94699301c295cca...042736d99c46b6b413ce5abe66bc39216585ce86) *2023-10-15* ##### Bugfixes - fix: Keep the shebang at the top of the file content [#​1610](https://togithub.com/rollup/plugins/pull/1610) ### [`v25.0.5`](https://togithub.com/rollup/plugins/blob/HEAD/packages/commonjs/CHANGELOG.md#v2505) [Compare Source](https://togithub.com/rollup/plugins/compare/579f41d173635232f13a5e954521c7aaefaeab50...99fd13f4ac4ef8fa16aef02dd94699301c295cca) *2023-10-05* ##### Bugfixes - fix: ensure rollup 4 compatibility [#​1595](https://togithub.com/rollup/plugins/pull/1595) ### [`v25.0.4`](https://togithub.com/rollup/plugins/blob/HEAD/packages/commonjs/CHANGELOG.md#v2504) [Compare Source](https://togithub.com/rollup/plugins/compare/a5985b70b709d1746d196fff15612bb2450eb0ed...579f41d173635232f13a5e954521c7aaefaeab50) *2023-08-11* ##### Updates - docs: update docs [#​1545](https://togithub.com/rollup/plugins/pull/1545)
rollup/plugins (@​rollup/plugin-json) ### [`v6.0.1`](https://togithub.com/rollup/plugins/blob/HEAD/packages/json/CHANGELOG.md#v601) [Compare Source](https://togithub.com/rollup/plugins/compare/ba1c90019930e9a31f5c710bc72786772daf1373...6a4e19605458a484c9daa2c45635c7d73599fb23) *2023-10-05* ##### Bugfixes - fix: ensure rollup 4 compatibility [#​1595](https://togithub.com/rollup/plugins/pull/1595)
rollup/plugins (@​rollup/plugin-node-resolve) ### [`v15.2.3`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1523) [Compare Source](https://togithub.com/rollup/plugins/compare/dfe48153f8cb94fa92d520e047f49ff5f642c64c...f7fb936485437ea66baffaa078d82560085c6b6d) *2023-10-08* ##### Bugfixes - fix: modulePaths default is not set [#​1534](https://togithub.com/rollup/plugins/pull/1534) ### [`v15.2.2`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1522) [Compare Source](https://togithub.com/rollup/plugins/compare/767a8f5b49a3c871d681407a7b237475a7c6a97d...dfe48153f8cb94fa92d520e047f49ff5f642c64c) *2023-10-05* ##### Bugfixes - fix: ensure rollup 4 compatibility [#​1595](https://togithub.com/rollup/plugins/pull/1595) ### [`v15.2.1`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1521) [Compare Source](https://togithub.com/rollup/plugins/compare/7d395b8828db2b208c561a5bda87997c00ecf2b6...767a8f5b49a3c871d681407a7b237475a7c6a97d) *2023-08-22* ##### Bugfixes - fix: Implement package exports / imports resolution algorithm according to Node documentation [#​1549](https://togithub.com/rollup/plugins/pull/1549) ### [`v15.2.0`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1520) [Compare Source](https://togithub.com/rollup/plugins/compare/616bdd3e2dd613821267e4e56e9666d65aef862e...7d395b8828db2b208c561a5bda87997c00ecf2b6) *2023-08-17* ##### Features - feat: pass original importee to secondary resolve [#​1557](https://togithub.com/rollup/plugins/pull/1557)
rollup/plugins (@​rollup/plugin-replace) ### [`v5.0.5`](https://togithub.com/rollup/plugins/blob/HEAD/packages/replace/CHANGELOG.md#v505) *2023-10-29* ##### Bugfixes - fix: prevent variable before colons from being replaced when preventAssigment is true ([#​1609](https://togithub.com/rollup/plugins/issues/1609)) ### [`v5.0.4`](https://togithub.com/rollup/plugins/blob/HEAD/packages/replace/CHANGELOG.md#v504) [Compare Source](https://togithub.com/rollup/plugins/compare/f579f68c5719f44861f8f4b28dbdb54dc82f6bf9...563d83a5294299f40ad1ed18c4124f5a01435d8d) *2023-10-15* ##### Bugfixes - fix: bump magic-string version [#​1596](https://togithub.com/rollup/plugins/pull/1596) ### [`v5.0.3`](https://togithub.com/rollup/plugins/blob/HEAD/packages/replace/CHANGELOG.md#v503) [Compare Source](https://togithub.com/rollup/plugins/compare/ec974f2b2894ede07fffd12d8bdfd01a08e5b8e9...f579f68c5719f44861f8f4b28dbdb54dc82f6bf9) *2023-10-05* ##### Bugfixes - fix: ensure rollup 4 compatibility [#​1595](https://togithub.com/rollup/plugins/pull/1595)
rollup/plugins (@​rollup/plugin-strip) ### [`v3.0.4`](https://togithub.com/rollup/plugins/blob/HEAD/packages/strip/CHANGELOG.md#v304) [Compare Source](https://togithub.com/rollup/plugins/compare/ba29da5db8d4ab967fe52c32b8c55714dba188e2...3bebace6a2da1be9fc7eab45c6f203505f650602) *2023-10-15* ##### Bugfixes - fix: bump magic-string version [#​1596](https://togithub.com/rollup/plugins/pull/1596) ### [`v3.0.3`](https://togithub.com/rollup/plugins/blob/HEAD/packages/strip/CHANGELOG.md#v303) [Compare Source](https://togithub.com/rollup/plugins/compare/c4e3793d19f57777d4f84d7dc17e41ba72ade95b...ba29da5db8d4ab967fe52c32b8c55714dba188e2) *2023-10-05* ##### Bugfixes - fix: ensure rollup 4 compatibility [#​1595](https://togithub.com/rollup/plugins/pull/1595)
rollup/plugins (@​rollup/plugin-terser) ### [`v0.4.4`](https://togithub.com/rollup/plugins/blob/HEAD/packages/terser/CHANGELOG.md#v044) [Compare Source](https://togithub.com/rollup/plugins/compare/a9fa1b5f2a29455a8a4043a79d96d44ddb3dd8fb...841a0391c1dd11fed16771a202e6eff97cf4139b) *2023-10-05* ##### Bugfixes - fix: ensure rollup 4 compatibility [#​1595](https://togithub.com/rollup/plugins/pull/1595)
testing-library/dom-testing-library (@​testing-library/dom) ### [`v9.3.3`](https://togithub.com/testing-library/dom-testing-library/releases/tag/v9.3.3) [Compare Source](https://togithub.com/testing-library/dom-testing-library/compare/v9.3.2...v9.3.3) ##### Bug Fixes - use defineProperty on the error object instead of setting the message directly ([#​1261](https://togithub.com/testing-library/dom-testing-library/issues/1261)) ([270a531](https://togithub.com/testing-library/dom-testing-library/commit/270a531bcd8bee2ccaaa96a477619f14422faebe)), closes [#​1259](https://togithub.com/testing-library/dom-testing-library/issues/1259) ### [`v9.3.2`](https://togithub.com/testing-library/dom-testing-library/releases/tag/v9.3.2) [Compare Source](https://togithub.com/testing-library/dom-testing-library/compare/v9.3.1...v9.3.2) ##### Bug Fixes - **role-helpers:** refine logRoles fn types ([#​1249](https://togithub.com/testing-library/dom-testing-library/issues/1249)) ([5e03343](https://togithub.com/testing-library/dom-testing-library/commit/5e0334390f691366f8bab4123a4d1acd44665dc0))
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin) ### [`v6.9.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#690-2023-10-23) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.8.0...v6.9.0) ##### Bug Fixes - **eslint-plugin:** \[no-confusing-void-expression] handle unfixable cases ([#​7674](https://togithub.com/typescript-eslint/typescript-eslint/issues/7674)) ([7e52f27](https://togithub.com/typescript-eslint/typescript-eslint/commit/7e52f276ed5b8b2c0b76be02cb2e8a77892c10f2)) - **eslint-plugin:** \[no-unsafe-return] allow returning anything if explicitly returning any ([#​7708](https://togithub.com/typescript-eslint/typescript-eslint/issues/7708)) ([c6124b2](https://togithub.com/typescript-eslint/typescript-eslint/commit/c6124b2c93a53f11471cce8054388dec7a58f90b)) ##### Features - **eslint-plugin:** \[max-params] don't count `this: void` parameter ([#​7696](

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.

vercel[bot] commented 10 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
dnd ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 29, 2023 7:04pm
vercel[bot] commented 10 months ago

Deployment failed with the following error:

Resource is limited - try again in 22 hours (more than 100, code: "api-deployments-free-per-day").