Taritsyn/WebMarkupMin (WebMarkupMin.AspNetCore5)
### [`v2.16.0`](https://togithub.com/Taritsyn/WebMarkupMin/blob/HEAD/CHANGELOG.md#v2160---February-28-2024)
- Added support of JavaScript code minification in the `script` tags with `module`, `text/x-javascript`, `text/x-ecmascript`, `application/x-javascript` and `application/x-ecmascript` types
- Added support of JSON data minification in the `script` tags with `importmap` and `speculationrules` types
- The `nomodule` attribute is now processed as a Boolean attribute
- In WebMarkupMin.NUglify added support for the NUglify version 1.21.4
- In WebMarkupMin.AspNetCore6 added support for the ASP.NET Core 6.0.27
- In WebMarkupMin.AspNetCore7 added support for the ASP.NET Core 7.0.16
- In WebMarkupMin.AspNetCore8 added support for the ASP.NET Core 8.0.2
peter-evans/create-pull-request (peter-evans/create-pull-request)
### [`v6.0.1`](https://togithub.com/peter-evans/create-pull-request/releases/tag/v6.0.1): Create Pull Request v6.0.1
[Compare Source](https://togithub.com/peter-evans/create-pull-request/compare/v6.0.0...v6.0.1)
⚙️ Fixes [an issue](https://togithub.com/peter-evans/create-pull-request/issues/2790) where updating a pull request leads to the error `Cannot read properties of undefined (reading 'number')`. This was likely caused by GitHub fixing a long standing bug with an API endpoint, resulting in a breaking change.
##### What's Changed
- build(deps-dev): bump [@types/jest](https://togithub.com/types/jest) from 29.5.11 to 29.5.12 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/peter-evans/create-pull-request/pull/2730](https://togithub.com/peter-evans/create-pull-request/pull/2730)
- build(deps-dev): bump prettier from 3.2.4 to 3.2.5 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/peter-evans/create-pull-request/pull/2731](https://togithub.com/peter-evans/create-pull-request/pull/2731)
- build(deps-dev): bump [@types/node](https://togithub.com/types/node) from 18.19.10 to 18.19.14 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/peter-evans/create-pull-request/pull/2732](https://togithub.com/peter-evans/create-pull-request/pull/2732)
- build(deps): bump peter-evans/slash-command-dispatch from 3 to 4 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/peter-evans/create-pull-request/pull/2748](https://togithub.com/peter-evans/create-pull-request/pull/2748)
- build(deps): bump peter-evans/create-pull-request from 5 to 6 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/peter-evans/create-pull-request/pull/2747](https://togithub.com/peter-evans/create-pull-request/pull/2747)
- build(deps-dev): bump [@types/node](https://togithub.com/types/node) from 18.19.14 to 18.19.15 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/peter-evans/create-pull-request/pull/2759](https://togithub.com/peter-evans/create-pull-request/pull/2759)
- build(deps-dev): bump eslint-plugin-jest from 27.6.3 to 27.9.0 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/peter-evans/create-pull-request/pull/2769](https://togithub.com/peter-evans/create-pull-request/pull/2769)
- build(deps-dev): bump [@types/node](https://togithub.com/types/node) from 18.19.15 to 18.19.17 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/peter-evans/create-pull-request/pull/2768](https://togithub.com/peter-evans/create-pull-request/pull/2768)
- build(deps-dev): bump [@types/node](https://togithub.com/types/node) from 18.19.17 to 18.19.18 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/peter-evans/create-pull-request/pull/2780](https://togithub.com/peter-evans/create-pull-request/pull/2780)
- build(deps-dev): bump eslint from 8.56.0 to 8.57.0 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/peter-evans/create-pull-request/pull/2781](https://togithub.com/peter-evans/create-pull-request/pull/2781)
- fix: list pulls using the correct head format by [@peter-evans](https://togithub.com/peter-evans) in [https://github.com/peter-evans/create-pull-request/pull/2792](https://togithub.com/peter-evans/create-pull-request/pull/2792)
**Full Changelog**: https://github.com/peter-evans/create-pull-request/compare/v6.0.0...v6.0.1
Configuration
📅 Schedule: Branch creation - "before 10pm on Sunday" in timezone America/Chicago, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
2.15.0
->2.16.0
v6.0.0
->v6.0.1
Release Notes
Taritsyn/WebMarkupMin (WebMarkupMin.AspNetCore5)
### [`v2.16.0`](https://togithub.com/Taritsyn/WebMarkupMin/blob/HEAD/CHANGELOG.md#v2160---February-28-2024) - Added support of JavaScript code minification in the `script` tags with `module`, `text/x-javascript`, `text/x-ecmascript`, `application/x-javascript` and `application/x-ecmascript` types - Added support of JSON data minification in the `script` tags with `importmap` and `speculationrules` types - The `nomodule` attribute is now processed as a Boolean attribute - In WebMarkupMin.NUglify added support for the NUglify version 1.21.4 - In WebMarkupMin.AspNetCore6 added support for the ASP.NET Core 6.0.27 - In WebMarkupMin.AspNetCore7 added support for the ASP.NET Core 7.0.16 - In WebMarkupMin.AspNetCore8 added support for the ASP.NET Core 8.0.2peter-evans/create-pull-request (peter-evans/create-pull-request)
### [`v6.0.1`](https://togithub.com/peter-evans/create-pull-request/releases/tag/v6.0.1): Create Pull Request v6.0.1 [Compare Source](https://togithub.com/peter-evans/create-pull-request/compare/v6.0.0...v6.0.1) ⚙️ Fixes [an issue](https://togithub.com/peter-evans/create-pull-request/issues/2790) where updating a pull request leads to the error `Cannot read properties of undefined (reading 'number')`. This was likely caused by GitHub fixing a long standing bug with an API endpoint, resulting in a breaking change. ##### What's Changed - build(deps-dev): bump [@types/jest](https://togithub.com/types/jest) from 29.5.11 to 29.5.12 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/peter-evans/create-pull-request/pull/2730](https://togithub.com/peter-evans/create-pull-request/pull/2730) - build(deps-dev): bump prettier from 3.2.4 to 3.2.5 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/peter-evans/create-pull-request/pull/2731](https://togithub.com/peter-evans/create-pull-request/pull/2731) - build(deps-dev): bump [@types/node](https://togithub.com/types/node) from 18.19.10 to 18.19.14 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/peter-evans/create-pull-request/pull/2732](https://togithub.com/peter-evans/create-pull-request/pull/2732) - build(deps): bump peter-evans/slash-command-dispatch from 3 to 4 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/peter-evans/create-pull-request/pull/2748](https://togithub.com/peter-evans/create-pull-request/pull/2748) - build(deps): bump peter-evans/create-pull-request from 5 to 6 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/peter-evans/create-pull-request/pull/2747](https://togithub.com/peter-evans/create-pull-request/pull/2747) - build(deps-dev): bump [@types/node](https://togithub.com/types/node) from 18.19.14 to 18.19.15 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/peter-evans/create-pull-request/pull/2759](https://togithub.com/peter-evans/create-pull-request/pull/2759) - build(deps-dev): bump eslint-plugin-jest from 27.6.3 to 27.9.0 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/peter-evans/create-pull-request/pull/2769](https://togithub.com/peter-evans/create-pull-request/pull/2769) - build(deps-dev): bump [@types/node](https://togithub.com/types/node) from 18.19.15 to 18.19.17 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/peter-evans/create-pull-request/pull/2768](https://togithub.com/peter-evans/create-pull-request/pull/2768) - build(deps-dev): bump [@types/node](https://togithub.com/types/node) from 18.19.17 to 18.19.18 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/peter-evans/create-pull-request/pull/2780](https://togithub.com/peter-evans/create-pull-request/pull/2780) - build(deps-dev): bump eslint from 8.56.0 to 8.57.0 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/peter-evans/create-pull-request/pull/2781](https://togithub.com/peter-evans/create-pull-request/pull/2781) - fix: list pulls using the correct head format by [@peter-evans](https://togithub.com/peter-evans) in [https://github.com/peter-evans/create-pull-request/pull/2792](https://togithub.com/peter-evans/create-pull-request/pull/2792) **Full Changelog**: https://github.com/peter-evans/create-pull-request/compare/v6.0.0...v6.0.1Configuration
📅 Schedule: Branch creation - "before 10pm on Sunday" in timezone America/Chicago, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.