Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the npm_and_yarn group across 1 directory with 5 updates #1010

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 15, 2025

Bumps the npm_and_yarn group with 4 updates in the / directory: marked, happy-dom, vite and express.

Updates marked from 7.0.5 to 8.0.0

Release notes

Sourced from marked's releases.

v8.0.0

8.0.0 (2023-09-03)

Bug Fixes

Features

BREAKING CHANGES

Commits
  • 4a855a8 chore(release): 8.0.0 [skip ci]
  • 326d46f 🗜️ build v8.0.0 [skip ci]
  • 22ebdb2 fix: remove deprecated options (#2936)
  • fc643a2 feat: add --config options to marked cli
  • 65b6f14 add config option to bin/marked (#2937)
  • afbaebc chore(deps-dev): Bump rollup from 3.28.0 to 3.28.1 (#2960)
  • 68ec0c9 chore(deps-dev): Bump typescript from 5.1.6 to 5.2.2 (#2959)
  • d491f4e chore(deps-dev): Bump eslint from 8.47.0 to 8.48.0 (#2958)
  • f8e0c6e chore(deps-dev): Bump @​rollup/plugin-typescript from 11.1.2 to 11.1.3 (#2957)
  • 603197e chore(deps-dev): Bump eslint-plugin-n from 16.0.1 to 16.0.2 (#2956)
  • See full diff in compare view

Updates happy-dom from 14.12.3 to 16.6.0

Release notes

Sourced from happy-dom's releases.

v16.6.0

🎨 Features

  • Adds support for subsequent sibling combinator to querySelector(), querySelectorAll() and matches() (e.g. ".a ~ .b") - By @​karpiuMG in task #1683

v16.5.3

👷‍♂️ Patch fixes

  • Fixes problem with encoding and decoding attribute values in HTML - By @​capricorn86 in task #1678
  • Fixes issue where it was not possible to query selector by class when the attribute value had line breaks in it - By @​capricorn86 in task #1678

v16.5.2

👷‍♂️ Patch fixes

  • Event.target should be the target element after an event has been dispatched - By @​capricorn86 in task #1529

v16.5.1

👷‍♂️ Patch fixes

  • Fixes issue where Comment, Text and DocumentFragment are not instances of their corresponding property on Window - By @​capricorn86 in task #1577

v16.5.0

🎨 Features

v16.4.3

👷‍♂️ Patch fixes

  • Adds null check for if browser frame is available in Response during tear down of the Window - By @​capricorn86 in task #1669

v16.4.2

👷‍♂️ Patch fixes

  • Support using URL as an object for URL:s when using the Browser API - By @​capricorn86 in task #1664

v16.4.1

👷‍♂️ Patch fixes

  • Fixes issue where HTML assigned to document.documentElement.innerHTML isnt parsed correctly since v16 - By @​capricorn86 in task #1663

v16.4.0

🎨 Features

  • Allow fetch to be intercepted and modified by sending in an interceptor as a setting - By @​OlaviSau in task #1502

v16.3.0

🎨 Features

  • Adds support for child combinator to ":has()" pseudo selector (e.g. "span:has(> video)") - By @​capricorn86 in task #1642

v16.2.9

👷‍♂️ Patch fixes

  • Fixes the HTMLInputElement.defaultChecked property - By @​capricorn86 in task #1587
    • This issue caused React not to serialize the "checked" attribute correctly

v16.2.8

👷‍♂️ Patch fixes

  • Fixes issue where the wrong event target was used when dispatching events on HTMLFormElement or HTMLSelectElement - By @​capricorn86 in task #1628

... (truncated)

Commits
  • 3bb23c2 feat: #1683 Adds support for subsequent sibling combinator to query selecto...
  • ecbf335 fix: #1678 Fixes problem with encoding and decoding attribute values in HTM...
  • 978dbfa chore: #1661 Adds unit test for testing bubbling of events (#1679)
  • 3218bf9 chore: #0 Improve type accuracy, strict mode compatibility and JSDoc docume...
  • 8bf1f26 fix: #1577 Event.target should be the target element after an event has bee...
  • f79188a fix: #1577 Fixes issue where Comment, Text and DocumentFragment is not an i...
  • 02820d9 feat: #1670 Adds property isRegistered to GlobalRegistrator (#1674)
  • a68a9cc fix: #1669 Adds null check for if browser frame isnt available in Response ...
  • 4732136 fix: #1664 Support using URL as an object for URL:s when using the Browser ...
  • 00b34b4 fix: #1663 Fixes issue where setting document.documentElement.innerHTML isn...
  • Additional commits viewable in compare view

Updates vite from 5.4.11 to 6.0.7

Release notes

Sourced from vite's releases.

v6.0.7

Please refer to CHANGELOG.md for details.

v6.0.6

Please refer to CHANGELOG.md for details.

v6.0.5

Please refer to CHANGELOG.md for details.

v6.0.4

Please refer to CHANGELOG.md for details.

v6.0.3

Please refer to CHANGELOG.md for details.

v6.0.2

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

v6.0.1

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

v6.0.0

Please refer to CHANGELOG.md for details.

v6.0.0-beta.10

Please refer to CHANGELOG.md for details.

v6.0.0-beta.9

Please refer to CHANGELOG.md for details.

v6.0.0-beta.8

Please refer to CHANGELOG.md for details.

v6.0.0-beta.7

Please refer to CHANGELOG.md for details.

v6.0.0-beta.6

Please refer to CHANGELOG.md for details.

v6.0.0-beta.5

Please refer to CHANGELOG.md for details.

... (truncated)

Changelog

Sourced from vite's changelog.

6.0.7 (2025-01-02)

6.0.6 (2024-12-26)

6.0.5 (2024-12-20)

6.0.4 (2024-12-19)

... (truncated)

Commits
  • a671e58 release: v6.0.7
  • 1c102d5 fix(ssr): fix semicolon injection by ssr transform (#19097)
  • 677508b perf: skip globbing for static path in warmup (#19107)
  • b178c90 fix: skip the plugin if it has been called before with the same id and import...
  • a492253 fix(html): error while removing vite-ignore attribute for inline script (#1...
  • b07c036 feat(css): show lightningcss warnings (#19076)
  • f7b1964 fix: fix minify when builder.sharedPlugins: true (#19025)
  • 5c2b4a0 release: v6.0.6
  • 9290d85 fix(css): show correct error when unknown placeholder is used for CSS modules...
  • afff05c fix(css): resolve style tags in HTML files correctly for lightningcss (#19001)
  • Additional commits viewable in compare view

Updates express from 4.21.1 to 4.21.2

Release notes

Sourced from express's releases.

4.21.2

What's Changed

Full Changelog: expressjs/express@4.21.1...4.21.2

Changelog

Sourced from express's changelog.

4.21.2 / 2024-11-06

Commits
Maintainer changes

This version was pushed to npm by jonchurch, a new releaser for express since your current version.


Updates path-to-regexp from 0.1.10 to 0.1.12

Release notes

Sourced from path-to-regexp's releases.

Fix backtracking (again)

Fixed

  • Improved backtracking protection for 0.1.x, will break some previously valid paths (see previous advisory: GHSA-9wv6-86v2-598j)

pillarjs/path-to-regexp@v0.1.11...v0.1.12

Error on bad input

Changed

  • Add error on bad input values 8f09549

pillarjs/path-to-regexp@v0.1.10...v0.1.11

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot requested a review from a team as a code owner January 15, 2025 23:34
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 15, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/npm_and_yarn-a7e30fedc1 branch 2 times, most recently from b978c85 to 2b92956 Compare January 16, 2025 20:49
Bumps the npm_and_yarn group with 4 updates in the / directory: [marked](https://github.com/markedjs/marked), [happy-dom](https://github.com/capricorn86/happy-dom), [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) and [express](https://github.com/expressjs/express).


Updates `marked` from 7.0.5 to 8.0.0
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](markedjs/marked@v7.0.5...v8.0.0)

Updates `happy-dom` from 14.12.3 to 16.6.0
- [Release notes](https://github.com/capricorn86/happy-dom/releases)
- [Commits](capricorn86/happy-dom@v14.12.3...v16.6.0)

Updates `vite` from 5.4.11 to 6.0.7
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v6.0.7/packages/vite)

Updates `express` from 4.21.1 to 4.21.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.2/History.md)
- [Commits](expressjs/express@4.21.1...4.21.2)

Updates `path-to-regexp` from 0.1.10 to 0.1.12
- [Release notes](https://github.com/pillarjs/path-to-regexp/releases)
- [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md)
- [Commits](pillarjs/path-to-regexp@v0.1.10...v0.1.12)

---
updated-dependencies:
- dependency-name: marked
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: happy-dom
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: vite
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: express
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: path-to-regexp
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/npm_and_yarn-a7e30fedc1 branch from 2b92956 to fc59c03 Compare January 16, 2025 20:52
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 28, 2025

Superseded by #1020.

@dependabot dependabot bot closed this Jan 28, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/npm_and_yarn-a7e30fedc1 branch January 28, 2025 22:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants