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: bump the patch group with 2 updates #4488

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 20, 2024

Bumps the patch group with 2 updates: syn and mdbook.

Updates syn from 2.0.64 to 2.0.65

Release notes

Sourced from syn's releases.

2.0.65

  • Optimize the implementation of Fold to compile faster (#1666, #1667, #1668)
Commits
  • 9f2371e Release 2.0.65
  • 4cd1813 Merge pull request #1668 from dtolnay/foldhelper
  • ed54092 Eliminate gen::helper module
  • eacc8ab Eliminate FoldHelper trait
  • 6e20bb8 Merge pull request #1667 from dtolnay/punctuatedfold
  • 9d95cab Optimize punctuated::fold
  • 82ffe86 Move Punctuated fold helper to punctuated module
  • 3dfacc1 Ignore manual_map clippy lint
  • 7273aa7 Merge pull request #1666 from dtolnay/foldhelper
  • 8124c0e Generate fewer monomorphizations in Fold
  • Additional commits viewable in compare view

Updates mdbook from 0.4.36 to 0.4.40

Release notes

Sourced from mdbook's releases.

v0.4.40

See https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md#mdbook-0440 for a complete list of changes.

v0.4.39

See https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md#mdbook-0439 for a complete list of changes.

v0.4.38

See https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md#mdbook-0438 for a complete list of changes.

v0.4.37

See https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md#mdbook-0437 for a complete list of changes.

Changelog

Sourced from mdbook's changelog.

mdBook 0.4.40

v0.4.39...v0.4.40

Fixed

  • Reverted the update to pulldown-cmark which broke the semver API. #2388

mdBook 0.4.39

v0.4.38...v0.4.39

Fixed

  • Fixed the automatic deploy broken in the previous release. #2383

mdBook 0.4.38

v0.4.37...v0.4.38

Added

  • Added nix to the default set of languages supported for syntax highlighting. #2262

Changed

  • The output.html.curly-quotes option has been renamed to output.html.smart-punctuation to better reflect what it does. The old option curly-quotes is kept for compatibility, but may be removed in the future. #2327
  • The file-watcher used in mdbook serve and mdbook watch now uses a poll-based watcher instead of the native operating system notifications. This should fix issues on various systems and environments, and more accurately detect when files change. The native watcher can still be used with the --watcher native CLI option. #2325
  • mdbook test output now includes color, and shows relative paths to the source. #2259
  • Updated dependencies, MSRV raised to 1.74 #2350 #2351 #2378 #2381

Fixed

  • Reduced memory allocation when copying files. #2355
  • Fixed the horizontal divider in SUMMARY.md from being indented into the previous nested section. #2364
  • Removed unnecessary @import in the CSS. #2260

mdBook 0.4.37

v0.4.36...v0.4.37

... (truncated)

Commits
  • 94b922d Merge pull request #2389 from ehuss/bump-version
  • 0a8f9a3 Update to 0.4.40
  • a5d4d1e Merge pull request #2386 from ehuss/revert-pulldown-cmark
  • 2bdb586 Add comment not to update pulldown-cmark.
  • 6593228 Revert "Merge pull request #2381 from ehuss/update-pulldown-cmark"
  • e34f9c6 Merge pull request #2385 from ehuss/bump-version
  • e0e13e3 Merge pull request #2384 from ehuss/arg_watcher-dead-code
  • 4c333be Update to 0.4.39
  • 965f7bd Fix dead_code warning for arg_watcher
  • cfcba01 Merge pull request #2383 from ehuss/musl-fix
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
mdbook [>= 0.4.37.a, < 0.4.38]

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 patch group with 2 updates: [syn](https://github.com/dtolnay/syn) and [mdbook](https://github.com/rust-lang/mdBook).


Updates `syn` from 2.0.64 to 2.0.65
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@2.0.64...2.0.65)

Updates `mdbook` from 0.4.36 to 0.4.40
- [Release notes](https://github.com/rust-lang/mdBook/releases)
- [Changelog](https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md)
- [Commits](rust-lang/mdBook@v0.4.36...v0.4.40)

---
updated-dependencies:
- dependency-name: syn
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: mdbook
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@prql-bot prql-bot enabled auto-merge (squash) May 20, 2024 17:53
@max-sixty
Copy link
Member

@dependabot ignore mdbook patch version

Copy link
Contributor Author

dependabot bot commented on behalf of github May 20, 2024

OK, I won't notify you about version 0.4.40 of mdbook again, unless you unignore it.

Copy link
Contributor Author

dependabot bot commented on behalf of github May 20, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this May 20, 2024
auto-merge was automatically disabled May 20, 2024 21:12

Pull request was closed

@dependabot dependabot bot deleted the dependabot/cargo/patch-0db7bde38f branch May 20, 2024 21:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant