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

chore(deps): bump the minor group in /docs with 6 updates #342

Merged
merged 1 commit into from
Aug 27, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 27, 2024

Bumps the minor group in /docs with 6 updates:

Package From To
hast-util-to-html 9.0.1 9.0.2
mdast-util-mdx-jsx 3.1.2 3.1.3
rollup 4.21.0 4.21.1
vfile 6.0.2 6.0.3
vscode-css-languageservice 6.3.0 6.3.1
vscode-html-languageservice 5.3.0 5.3.1

Updates hast-util-to-html from 9.0.1 to 9.0.2

Release notes

Sourced from hast-util-to-html's releases.

9.0.2

Types

  • 9d7a2f7 Add declaration maps

Misc

Full Changelog: syntax-tree/hast-util-to-html@9.0.1...9.0.2

Commits

Updates mdast-util-mdx-jsx from 3.1.2 to 3.1.3

Release notes

Sourced from mdast-util-mdx-jsx's releases.

3.1.3

Full Changelog: syntax-tree/mdast-util-mdx-jsx@3.1.2...3.1.3

Commits

Updates rollup from 4.21.0 to 4.21.1

Release notes

Sourced from rollup's releases.

v4.21.1

4.21.1

2024-08-26

Bug Fixes

  • Ensure closeWatcher hook is called when watch mode is aborted via Ctrl+C (#5618)
  • Do not produce invalid code for import.meta.url in compact mode (#5624)
  • Do not throw when generating chunk names when preserving modules in Windows (#5625)

Pull Requests

Changelog

Sourced from rollup's changelog.

4.21.1

2024-08-26

Bug Fixes

  • Ensure closeWatcher hook is called when watch mode is aborted via Ctrl+C (#5618)
  • Do not produce invalid code for import.meta.url in compact mode (#5624)
  • Do not throw when generating chunk names when preserving modules in Windows (#5625)

Pull Requests

Commits
  • c33c6ce 4.21.1
  • fadebcd fix: get the right chunk name for preserve modules in Windows (#5625)
  • eb07813 fix: add space for DOCUMENT_CURRENT_SCRIPT template (#5624)
  • c1d25d6 Call and await closeWatcher hooks on exit signals (#5619)
  • 3eb8817 chore(deps): lock file maintenance minor/patch updates (#5622)
  • 262a388 preload the WASM file even though the version is undefined. (#5618)
  • 9625890 chore(deps): update dependency @​types/eslint to v9 (#5591)
  • 916bd62 Fix REPL loading
  • See full diff in compare view

Updates vfile from 6.0.2 to 6.0.3

Release notes

Sourced from vfile's releases.

6.0.3

Full Changelog: vfile/vfile@6.0.2...6.0.3

Commits

Updates vscode-css-languageservice from 6.3.0 to 6.3.1

Release notes

Sourced from vscode-css-languageservice's releases.

v6.3.1

Changes:

  • #405: update custom-data
  • #404: prepare 6.3.1
  • #400: fix: support for conditional exports in sass's pkg

This list of changes was auto generated.

Commits

Updates vscode-html-languageservice from 5.3.0 to 5.3.1

Release notes

Sourced from vscode-html-languageservice's releases.

v5.3.1

Changes:

  • #193: run ci with node 18
  • #192: prepare 5.3.1

This list of changes was auto generated.

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

Bumps the minor group in /docs with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [hast-util-to-html](https://github.com/syntax-tree/hast-util-to-html) | `9.0.1` | `9.0.2` |
| [mdast-util-mdx-jsx](https://github.com/syntax-tree/mdast-util-mdx-jsx) | `3.1.2` | `3.1.3` |
| [rollup](https://github.com/rollup/rollup) | `4.21.0` | `4.21.1` |
| [vfile](https://github.com/vfile/vfile) | `6.0.2` | `6.0.3` |
| [vscode-css-languageservice](https://github.com/Microsoft/vscode-css-languageservice) | `6.3.0` | `6.3.1` |
| [vscode-html-languageservice](https://github.com/Microsoft/vscode-html-languageservice) | `5.3.0` | `5.3.1` |


Updates `hast-util-to-html` from 9.0.1 to 9.0.2
- [Release notes](https://github.com/syntax-tree/hast-util-to-html/releases)
- [Commits](syntax-tree/hast-util-to-html@9.0.1...9.0.2)

Updates `mdast-util-mdx-jsx` from 3.1.2 to 3.1.3
- [Release notes](https://github.com/syntax-tree/mdast-util-mdx-jsx/releases)
- [Commits](syntax-tree/mdast-util-mdx-jsx@3.1.2...3.1.3)

Updates `rollup` from 4.21.0 to 4.21.1
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.21.0...v4.21.1)

Updates `vfile` from 6.0.2 to 6.0.3
- [Release notes](https://github.com/vfile/vfile/releases)
- [Changelog](https://github.com/vfile/vfile/blob/main/changelog.md)
- [Commits](vfile/vfile@6.0.2...6.0.3)

Updates `vscode-css-languageservice` from 6.3.0 to 6.3.1
- [Release notes](https://github.com/Microsoft/vscode-css-languageservice/releases)
- [Changelog](https://github.com/microsoft/vscode-css-languageservice/blob/main/CHANGELOG.md)
- [Commits](microsoft/vscode-css-languageservice@v6.3.0...v6.3.1)

Updates `vscode-html-languageservice` from 5.3.0 to 5.3.1
- [Release notes](https://github.com/Microsoft/vscode-html-languageservice/releases)
- [Changelog](https://github.com/microsoft/vscode-html-languageservice/blob/main/CHANGELOG.md)
- [Commits](microsoft/vscode-html-languageservice@v5.3.0...v5.3.1)

---
updated-dependencies:
- dependency-name: hast-util-to-html
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: mdast-util-mdx-jsx
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: rollup
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: vfile
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: vscode-css-languageservice
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: vscode-html-languageservice
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 27, 2024
@benbrandt benbrandt merged commit 70ab505 into main Aug 27, 2024
3 checks passed
@benbrandt benbrandt deleted the dependabot/npm_and_yarn/docs/minor-39d08a76b3 branch August 27, 2024 13:25
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant