Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 5, 2025

Bumps crate-ci/typos from 1.35.5 to 1.36.2.

Release notes

Sourced from crate-ci/typos's releases.

v1.36.2

[1.36.2] - 2025-09-04

Fixes

  • Fix regression from 1.36.1 when rendering an error for a line with invalid UTF-8

v1.36.1

[1.36.1] - 2025-09-03

Fixes

  • Replaced the error rendering for various quality of life improvements

v1.36.0

[1.36.0] - 2025-09-02

Features

v1.35.8

[1.35.8] - 2025-09-02

v1.35.7

[1.35.7] - 2025-08-29

Documentation

  • Expand PyPI metadata

v1.35.6

[1.35.6] - 2025-08-28

Fixes

  • Track go.mod as a golang file (regression from 1.13.21)
Changelog

Sourced from crate-ci/typos's changelog.

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased] - ReleaseDate

[1.36.2] - 2025-09-04

Fixes

  • Fix regression from 1.36.1 when rendering an error for a line with invalid UTF-8

[1.36.1] - 2025-09-03

Fixes

  • Replaced the error rendering for various quality of life improvements

[1.36.0] - 2025-09-02

Features

[1.35.8] - 2025-09-02

[1.35.7] - 2025-08-29

Documentation

  • Expand PyPI metadata

[1.35.6] - 2025-08-28

Fixes

  • Track go.mod as a golang file (regression from 1.13.21)

[1.35.5] - 2025-08-18

Fixes

  • Fix typo in correction to accidently
  • Fix typo in correction to dynamincally
  • Fix typo in correction to interruptability
  • Fix typo in correction to interruptability
  • Fix typo in correction to messager

... (truncated)

Commits

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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Sep 5, 2025
@dependabot dependabot bot requested review from a team as code owners September 5, 2025 02:15
@dependabot dependabot bot requested review from BupycHuk and ademidoff and removed request for a team September 5, 2025 02:15
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Sep 5, 2025
@dependabot dependabot bot requested review from JiriCtvrtka and idoqo and removed request for a team September 5, 2025 02:15
@github-actions github-actions bot enabled auto-merge (squash) September 5, 2025 02:15
@dependabot dependabot bot force-pushed the dependabot/github_actions/v3/crate-ci/typos-1.36.2 branch from 9a1e745 to 4d51443 Compare September 5, 2025 07:08
@dependabot dependabot bot force-pushed the dependabot/github_actions/v3/crate-ci/typos-1.36.2 branch 5 times, most recently from 5743926 to c0bce71 Compare September 9, 2025 08:33
Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.35.5 to 1.36.2.
- [Release notes](https://github.com/crate-ci/typos/releases)
- [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md)
- [Commits](crate-ci/typos@a4c3e43...85f62a8)

---
updated-dependencies:
- dependency-name: crate-ci/typos
  dependency-version: 1.36.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/github_actions/v3/crate-ci/typos-1.36.2 branch from c0bce71 to 7a9b6d4 Compare September 9, 2025 10:57
@ademidoff ademidoff disabled auto-merge September 9, 2025 13:26
@ademidoff ademidoff merged commit b7a3399 into v3 Sep 9, 2025
23 checks passed
@ademidoff ademidoff deleted the dependabot/github_actions/v3/crate-ci/typos-1.36.2 branch September 9, 2025 13:26
idoqo added a commit that referenced this pull request Sep 10, 2025
* load alert templates from local dir

* update buildspec

* fix github actions

* apply updated checks names

* update ticket ID

* update files and tests

* Bump readmeio/rdme from 10.5.0 to 10.5.1 (#4502)

Bumps [readmeio/rdme](https://github.com/readmeio/rdme) from 10.5.0 to 10.5.1.
- [Release notes](https://github.com/readmeio/rdme/releases)
- [Changelog](https://github.com/readmeio/rdme/blob/next/CHANGELOG.md)
- [Commits](readmeio/rdme@7492718...b422004)

---
updated-dependencies:
- dependency-name: readmeio/rdme
  dependency-version: 10.5.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github/codeql-action from 3.30.0 to 3.30.1 (#4493)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.30.0 to 3.30.1.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@2d92b76...f1f6e5f)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 3.30.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump golang.org/x/sync from 0.16.0 to 0.17.0 (#4494)

Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.16.0 to 0.17.0.
- [Commits](golang/sync@v0.16.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/sync
  dependency-version: 0.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump crate-ci/typos from 1.35.5 to 1.36.2 (#4473)

Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.35.5 to 1.36.2.
- [Release notes](https://github.com/crate-ci/typos/releases)
- [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md)
- [Commits](crate-ci/typos@a4c3e43...85f62a8)

---
updated-dependencies:
- dependency-name: crate-ci/typos
  dependency-version: 1.36.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump softprops/action-gh-release from 2.3.2 to 2.3.3 (#4492)

Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.3.2 to 2.3.3.
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](softprops/action-gh-release@72f2c25...6cbd405)

---
updated-dependencies:
- dependency-name: softprops/action-gh-release
  dependency-version: 2.3.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* add reformatting

* fix check failures

* add cleanup function

* fix checks

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
idoqo added a commit that referenced this pull request Sep 16, 2025
* move files, docs and drop tiers field

* unify file formats, update spec file

* fix test port

* fix files section

* fix loading and parsing for advisors/checks

* adjust paths

* use yml formats for consistency

* update advisors path

* fix srv paths

* remove tiers and migrate validator to kong

* move back files to /usr/local/percona/pmm

* drop unused test

* fix checks tests

* set up github actions

* fix managed startup

* fix tests and formatting

* fix linters

* address linters

* remove flavors

* fix spellchecks

* PMM-14013 localize alert templates (#4501)

* load alert templates from local dir

* update buildspec

* fix github actions

* apply updated checks names

* update ticket ID

* update files and tests

* Bump readmeio/rdme from 10.5.0 to 10.5.1 (#4502)

Bumps [readmeio/rdme](https://github.com/readmeio/rdme) from 10.5.0 to 10.5.1.
- [Release notes](https://github.com/readmeio/rdme/releases)
- [Changelog](https://github.com/readmeio/rdme/blob/next/CHANGELOG.md)
- [Commits](readmeio/rdme@7492718...b422004)

---
updated-dependencies:
- dependency-name: readmeio/rdme
  dependency-version: 10.5.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github/codeql-action from 3.30.0 to 3.30.1 (#4493)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.30.0 to 3.30.1.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@2d92b76...f1f6e5f)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 3.30.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump golang.org/x/sync from 0.16.0 to 0.17.0 (#4494)

Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.16.0 to 0.17.0.
- [Commits](golang/sync@v0.16.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/sync
  dependency-version: 0.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump crate-ci/typos from 1.35.5 to 1.36.2 (#4473)

Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.35.5 to 1.36.2.
- [Release notes](https://github.com/crate-ci/typos/releases)
- [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md)
- [Commits](crate-ci/typos@a4c3e43...85f62a8)

---
updated-dependencies:
- dependency-name: crate-ci/typos
  dependency-version: 1.36.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump softprops/action-gh-release from 2.3.2 to 2.3.3 (#4492)

Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.3.2 to 2.3.3.
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](softprops/action-gh-release@72f2c25...6cbd405)

---
updated-dependencies:
- dependency-name: softprops/action-gh-release
  dependency-version: 2.3.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* add reformatting

* fix check failures

* add cleanup function

* fix checks

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* PMM-14009 Rename mongo_ to mongodb_

* PMM-14009 Adjust directory and file permissions

* PMM-14009 Fix a bogus date

* PMM-14009 Simplify the install commands

* PMM-14009 Fix the dir owner

* Allow cache for go.mod

Co-authored-by: Alex Demidoff <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alex Demidoff <[email protected]>
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 github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants