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 @mdn/yari from 2.45.0 to 2.45.1 #32843

Merged
merged 1 commit into from Mar 26, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 26, 2024

Bumps @mdn/yari from 2.45.0 to 2.45.1.

Release notes

Sourced from @​mdn/yari's releases.

v2.45.1

2.45.1 (2024-03-25)

Bug Fixes

  • macros/LearnSidebar: update titles for consistency (#10773) (b488d0f)
  • playground: dispatch DOMContentLoaded event manually (#10770) (2515b3d)
  • routes: redirect / => /en-US/ except for writers (#10778) (7d694d0)

Miscellaneous

  • deps-dev: bump html-validate from 8.17.1 to 8.18.0 (#10780) (e59a9fd)
  • deps-dev: bump the types group with 1 update (#10779) (1e4a564)
  • deps: bump @​webref/css from 6.12.3 to 6.12.4 (#10782) (e12fedd)
  • deps: bump dependabot/fetch-metadata from 1 to 2 (#10767) (07ca353)
  • deps: bump the dependencies group in /deployer with 1 update (#10783) (df2570b)
  • deps: bump the sentry group with 2 updates (#10768) (e13746d)
  • deps: bump web-features from 0.6.0 to 0.6.1 (#10781) (d90a926)
  • macros/LearnSidebar: add Japanese translation retake (40be4dd)
Changelog

Sourced from @​mdn/yari's changelog.

2.45.1 (2024-03-25)

Bug Fixes

  • macros/LearnSidebar: update titles for consistency (#10773) (b488d0f)
  • playground: dispatch DOMContentLoaded event manually (#10770) (2515b3d)
  • routes: redirect / => /en-US/ except for writers (#10778) (7d694d0)

Miscellaneous

  • deps-dev: bump html-validate from 8.17.1 to 8.18.0 (#10780) (e59a9fd)
  • deps-dev: bump the types group with 1 update (#10779) (1e4a564)
  • deps: bump @​webref/css from 6.12.3 to 6.12.4 (#10782) (e12fedd)
  • deps: bump dependabot/fetch-metadata from 1 to 2 (#10767) (07ca353)
  • deps: bump the dependencies group in /deployer with 1 update (#10783) (df2570b)
  • deps: bump the sentry group with 2 updates (#10768) (e13746d)
  • deps: bump web-features from 0.6.0 to 0.6.1 (#10781) (d90a926)
  • macros/LearnSidebar: add Japanese translation retake (40be4dd)
Commits
  • 6e6ed78 chore(main): release 2.45.1 (#10769)
  • df2570b chore(deps): bump the dependencies group in /deployer with 1 update (#10783)
  • e12fedd chore(deps): bump @​webref/css from 6.12.3 to 6.12.4 (#10782)
  • d90a926 chore(deps): bump web-features from 0.6.0 to 0.6.1 (#10781)
  • e59a9fd chore(deps-dev): bump html-validate from 8.17.1 to 8.18.0 (#10780)
  • 1e4a564 chore(deps-dev): bump the types group with 1 update (#10779)
  • 7d694d0 fix(routes): redirect / => /en-US/ except for writers (#10778)
  • 40be4dd chore(macros/LearnSidebar): add Japanese translation (#10019)
  • b488d0f fix(macros/LearnSidebar): update titles for consistency (#10773)
  • 07ca353 chore(deps): bump dependabot/fetch-metadata from 1 to 2 (#10767)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by mdn-bot, a new releaser for @​mdn/yari since your current version.


Dependabot compatibility score

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 will merge this PR once CI passes on it, as requested by @mdn-bot.


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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@mdn/yari](https://github.com/mdn/yari) from 2.45.0 to 2.45.1.
- [Release notes](https://github.com/mdn/yari/releases)
- [Changelog](https://github.com/mdn/yari/blob/main/CHANGELOG.md)
- [Commits](mdn/yari@v2.45.0...v2.45.1)

---
updated-dependencies:
- dependency-name: "@mdn/yari"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from mdn-bot as a code owner March 26, 2024 14:24
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 26, 2024
@github-actions github-actions bot added the system Infrastructure and configuration for the project label Mar 26, 2024
Copy link
Collaborator

@mdn-bot mdn-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot squash and merge

@github-actions github-actions bot added the size/m 51-500 LoC changed label Mar 26, 2024
@dependabot dependabot bot merged commit 126792b into main Mar 26, 2024
16 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/mdn/yari-2.45.1 branch March 26, 2024 14:30
@asre459
Copy link

asre459 commented Mar 27, 2024

thanks

1 similar comment
@asre459
Copy link

asre459 commented Mar 27, 2024

thanks

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 size/m 51-500 LoC changed system Infrastructure and configuration for the project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants