camunda / camunda-dmn-js

Embeddable Camunda modeling distributions based on dmn-js
MIT License
6 stars 2 forks source link

chore: update dependency @testing-library/dom to v10 #103

Closed renovate[bot] closed 5 months ago

renovate[bot] commented 5 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@testing-library/dom ^9.3.1 -> ^10.0.0 age adoption passing confidence

Release Notes

testing-library/dom-testing-library (@​testing-library/dom) ### [`v10.0.0`](https://togithub.com/testing-library/dom-testing-library/releases/tag/v10.0.0) [Compare Source](https://togithub.com/testing-library/dom-testing-library/compare/v9.3.4...v10.0.0) ##### Bug Fixes - use defineProperty on the error object instead of setting the message directly ([#​1268](https://togithub.com/testing-library/dom-testing-library/issues/1268)) ([3580f25](https://togithub.com/testing-library/dom-testing-library/commit/3580f25bd765cedb70889b2cf716085023d8c314)), closes [#​1259](https://togithub.com/testing-library/dom-testing-library/issues/1259) ##### Features - Drop support for Node.js 14.x and Node.js 16.x and add support for Node 20.x ([#​1255](https://togithub.com/testing-library/dom-testing-library/issues/1255)) ([452097b](https://togithub.com/testing-library/dom-testing-library/commit/452097b35a207341f5328b997dfc901461a4e9d9)) - upgrade aria-query to 5.3.0 ([#​1241](https://togithub.com/testing-library/dom-testing-library/issues/1241)) ([2c57055](https://togithub.com/testing-library/dom-testing-library/commit/2c570553d8f31b008451398152a9bd30bce362b3)), closes [#​1240](https://togithub.com/testing-library/dom-testing-library/issues/1240) ##### BREAKING CHANGES - Minimum supported Node.js version is 18.0 - New version of `aria-query` changes various roles. Check out the changed tests in [`2c57055`](https://togithub.com/testing-library/dom-testing-library/commit/2c57055) to get an overview about what changed. ### [`v9.3.4`](https://togithub.com/testing-library/dom-testing-library/releases/tag/v9.3.4) [Compare Source](https://togithub.com/testing-library/dom-testing-library/compare/v9.3.3...v9.3.4) ##### Bug Fixes - Stop calling `waitFor` callback after timeout ([#​1271](https://togithub.com/testing-library/dom-testing-library/issues/1271)) ([9aaf715](https://togithub.com/testing-library/dom-testing-library/commit/9aaf71524beaeafdf9d8b690a4a78867fa50a5d2)) ### [`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))

Configuration

📅 Schedule: Branch creation - "after 10pm,before 5:00am" (UTC), 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



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

nikku commented 5 months ago

@philippfromme Could you have a look into this PR? It looks like something is odd with the newly introduced asset tests. I do not have a Windows machine at hand though.

renovate[bot] commented 5 months ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

philippfromme commented 5 months ago

I can reproduce this on my machine.

philippfromme commented 5 months ago

It seems like copying CSS assets on Windows never worked but we didn't notice since we didn't verify it for a long time and I've never done a release. Might be related to https://github.com/vladshcherbin/rollup-plugin-copy/issues/69.

nikku commented 5 months ago

If that helps, let's migrate over to https://modern-web.dev/docs/building/rollup-plugin-copy/.