Skip to content

feat(typos): version 1.41.0 - December 2025 dictionary update#286

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/cargo/main/typos-cc5861d9ad
Jan 1, 2026
Merged

feat(typos): version 1.41.0 - December 2025 dictionary update#286
github-actions[bot] merged 1 commit intomainfrom
dependabot/cargo/main/typos-cc5861d9ad

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2026

Bumps the typos group with 2 updates: typos-cli and typos-dict.

Updates typos-cli from 1.40.1 to 1.41.0

Release notes

Sourced from typos-cli's releases.

v1.41.0

[1.41.0] - 2025-12-31

Features

Changelog

Sourced from typos-cli's changelog.

[1.41.0] - 2025-12-31

Features

Commits

Updates typos-dict from 0.13.14 to 0.13.15

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 typos group with 2 updates: [typos-cli](https://github.com/crate-ci/typos) and [typos-dict](https://github.com/crate-ci/typos).


Updates `typos-cli` from 1.40.1 to 1.41.0
- [Release notes](https://github.com/crate-ci/typos/releases)
- [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md)
- [Commits](crate-ci/typos@v1.40.1...v1.41.0)

Updates `typos-dict` from 0.13.14 to 0.13.15
- [Release notes](https://github.com/crate-ci/typos/releases)
- [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md)
- [Commits](crate-ci/typos@typos-dict-v0.13.14...typos-dict-v0.13.15)

---
updated-dependencies:
- dependency-name: typos-cli
  dependency-version: 1.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: typos
- dependency-name: typos-dict
  dependency-version: 0.13.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: typos
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jan 1, 2026
@github-actions github-actions bot changed the title chore(deps): bump the typos group with 2 updates feat(typos): version 1.41.0 - December 2025 dictionary update Jan 1, 2026
@github-actions github-actions bot enabled auto-merge (squash) January 1, 2026 01:09
@github-actions github-actions bot merged commit 452501a into main Jan 1, 2026
3 checks passed
@github-actions github-actions bot deleted the dependabot/cargo/main/typos-cc5861d9ad branch January 1, 2026 01:12
tekumara pushed a commit that referenced this pull request Jan 1, 2026
🤖 I have created a release *beep* *boop*
---


##
[0.1.47](v0.1.46...v0.1.47)
(2026-01-01)


### Features

* ignore code action to add a misspelling to the config file
([#72](#72))
([c496d67](c496d67))
* refresh diagnostics on ignore action
([1d60a73](1d60a73))
* **typos:** version 1.40.1
([#282](#282))
([cf984b0](cf984b0))
* **typos:** version 1.41.0 - December 2025 dictionary update
([#286](#286))
([452501a](452501a))


### Bug Fixes

* **vscode:** surface ignore actions in mouse-triggered Quick Fix menu
([d92b5cd](d92b5cd))


### Chores

* **deps-dev:** bump the vscode group with 2 updates
([#285](#285))
([f91dfdf](f91dfdf))
* **deps-dev:** bump the vscode group with 4 updates
([#279](#279))
([efae782](efae782))
* **deps:** bump actions/create-github-app-token from 1 to 2
([#271](#271))
([01304c5](01304c5))
* **deps:** bump actions/download-artifact from 4 to 6
([#272](#272))
([b7130a0](b7130a0))
* **deps:** bump actions/github-script from 7 to 8
([#270](#270))
([1daeffa](1daeffa))
* **deps:** bump actions/setup-node from 4 to 6
([#269](#269))
([b482ae4](b482ae4))
* **deps:** bump poseidon/wait-for-status-checks from 0.4.1 to 0.6.0
([#273](#273))
([59e1a02](59e1a02))
* **deps:** bump the lsp group across 1 directory with 6 updates
([#284](#284))
([b97c5a3](b97c5a3))
* **deps:** bump typos-dict from 0.13.12 to 0.13.13 in the typos group
([#280](#280))
([a71529e](a71529e))


### Builds

* **dependabot:** add github-actions
([e7cd73f](e7cd73f))
* **dependabot:** use ci prefix for gha updates
([78dcb41](78dcb41))
* **deps:** bump actions/checkout from 4 to 6
([#275](#275))
([2103205](2103205))
* **deps:** bump actions/download-artifact from 6 to 7
([#277](#277))
([6c534a2](6c534a2))
* **deps:** bump actions/upload-artifact from 4 to 6
([#276](#276))
([9cb7bb2](9cb7bb2))


### Performance Improvements

* **did_change:** borrow doc.text rather than clone
([93b063f](93b063f))
* **did_change:** support incremental document changes
([f96e533](f96e533))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: potatobot-prime[bot] <132267321+potatobot-prime[bot]@users.noreply.github.com>
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 rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants