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 production group across 1 directory with 5 updates #563

Merged
merged 1 commit into from
Dec 29, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 29, 2024

Bumps the production group with 4 updates in the / directory: htmlparser2, electron-to-chromium, fastq and highlight.js.

Updates htmlparser2 from 9.1.0 to 10.0.0

Release notes

Sourced from htmlparser2's releases.

v10.0.0

  • Breaking: Simplify writable stream import path d5882db
  • feat: Support xmp tag parsing (#1790 by @​nati-elmaliach) ecdb071
  • Run tests with vitest (#1845) aa0c781
  • Dependency upgrades
Commits
  • 1e81e72 10.0.0
  • 41e87ba chore(pkg): Update files
  • 0a01889 chore(deps): Bump domutils
  • 05291ee build(deps): Bump entities from 5.0.0 to 6.0.0 (#1983)
  • ecdb071 feat: Support xmp tag parsing (#1790)
  • 278e39b build(deps-dev): Bump @​typescript-eslint/eslint-plugin from 7.18.0 to 8.18.1 ...
  • c80fab6 build(deps-dev): Bump eslint-plugin-unicorn from 54.0.0 to 56.0.1 (#1960)
  • 6df0b04 build(deps-dev): Bump eslint-plugin-n from 17.15.0 to 17.15.1 (#1982)
  • bc4abe4 build(deps-dev): Bump @​types/node from 22.10.1 to 22.10.2 (#1978)
  • a84c957 build(deps-dev): Bump eslint-plugin-n from 17.14.0 to 17.15.0 (#1976)
  • Additional commits viewable in compare view

Updates domutils from 3.1.0 to 3.2.1

Release notes

Sourced from domutils's releases.

v3.2.1

  • Support root nodes in querying fns (#1850) 90aadcb

fb55/domutils@v3.2.0...v3.2.1

v3.2.0

  • Add getElementsByClassName function (#1551) 2804ff3
  • chore(ts): Enable isolatedDeclarations 8c1987f
  • Update deps
Commits
  • 4133848 3.2.1
  • 90aadcb Support root nodes in querying fns (#1850)
  • 3dbfa83 3.2.0
  • 2804ff3 Add getElementsByClassName function to legacy.ts (#1551)
  • 4bd7786 chore(deps-dev): Bump @​typescript-eslint/eslint-plugin from 7.18.0 to 8.18.1 ...
  • b84ed2d chore(deps-dev): Bump typedoc from 0.27.4 to 0.27.5 (#1847)
  • b0c86ca chore(deps-dev): Bump @​types/node from 22.10.1 to 22.10.2 (#1846)
  • 304ebc3 chore(deps-dev): Bump eslint-plugin-jsdoc from 50.6.0 to 50.6.1 (#1845)
  • c73374b chore(deps-dev): Bump typedoc from 0.27.3 to 0.27.4 (#1843)
  • f707392 chore(deps-dev): Bump prettier from 3.4.1 to 3.4.2 (#1842)
  • Additional commits viewable in compare view

Updates electron-to-chromium from 1.5.75 to 1.5.76

Commits

Updates fastq from 1.17.1 to 1.18.0

Release notes

Sourced from fastq's releases.

v1.18.0

What's Changed

New Contributors

Full Changelog: mcollina/fastq@v1.17.1...v1.18.0

Commits

Updates highlight.js from 11.11.0 to 11.11.1

Release notes

Sourced from highlight.js's releases.

v11.11.1 - Merry Christmas!

Version 11.11.1

  • Fixes regressions with Rust grammar in 11.11.0 release.
Changelog

Sourced from highlight.js's changelog.

Version 11.11.1

  • Fixes regression with Rust grammar.
Commits
  • 08cb242 (release) 11.1.1
  • 048ba65 bump versions to 11.11.1
  • c5b6ad5 fix - ignored .DS_Store files
  • d020e48 enh(rust) can also escape a singe quote
  • 2db4c16 fix(rust) prevent symbol from gobbling strings
  • 93e6358 fix(rust) fix regression with string matching
  • See full diff in compare view

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

Bumps the production group with 4 updates in the / directory: [htmlparser2](https://github.com/fb55/htmlparser2), [electron-to-chromium](https://github.com/kilian/electron-to-chromium), [fastq](https://github.com/mcollina/fastq) and [highlight.js](https://github.com/highlightjs/highlight.js).


Updates `htmlparser2` from 9.1.0 to 10.0.0
- [Release notes](https://github.com/fb55/htmlparser2/releases)
- [Commits](fb55/htmlparser2@v9.1.0...v10.0.0)

Updates `domutils` from 3.1.0 to 3.2.1
- [Release notes](https://github.com/fb55/domutils/releases)
- [Commits](fb55/domutils@v3.1.0...v3.2.1)

Updates `electron-to-chromium` from 1.5.75 to 1.5.76
- [Changelog](https://github.com/Kilian/electron-to-chromium/blob/master/CHANGELOG.md)
- [Commits](Kilian/electron-to-chromium@v1.5.75...v1.5.76)

Updates `fastq` from 1.17.1 to 1.18.0
- [Release notes](https://github.com/mcollina/fastq/releases)
- [Commits](mcollina/fastq@v1.17.1...v1.18.0)

Updates `highlight.js` from 11.11.0 to 11.11.1
- [Release notes](https://github.com/highlightjs/highlight.js/releases)
- [Changelog](https://github.com/highlightjs/highlight.js/blob/main/CHANGES.md)
- [Commits](highlightjs/highlight.js@11.11.0...11.11.1)

---
updated-dependencies:
- dependency-name: htmlparser2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production
- dependency-name: domutils
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: electron-to-chromium
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: fastq
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: highlight.js
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Dependabot PRs that update a dependency file javascript Dependabot PRs that update Javascript code labels Dec 29, 2024
@kevinlul kevinlul merged commit 9ae5689 into master Dec 29, 2024
3 checks passed
@kevinlul kevinlul deleted the dependabot/npm_and_yarn/production-7e9921d81e branch December 29, 2024 17:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependabot PRs that update a dependency file javascript Dependabot PRs that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant