0.27.3
0.27.3 (2023-04-27)
Minor Changes
- #825: Allow transformers-0.7
- 👤 @TristanCacqueray
-
This PR enables building the project with ghc-9.6.1
- #823: JSON diffs on failed tests
- #826: Fix: sorted possible types
- 👤 @nalchevanidze
-
fixes #824
- #827: build(deps): bump yaml and cspell
-
Removes [yaml](https://github.com/eemeli/yaml). It's no longer used after updating ancestor dependency [cspell](https://github.com/streetsidesoftware/cspell). These dependencies need to be updated together.
Removes
Updates from 5.18.5 to 6.31.1
Release notes
Sourced from cspell's releases.
v6.31.1
Changes
Fixes
fix: Fix an issue when
words
arenull
(#4354)words
anddictionaries
can become null when editing.yaml
files and it is saved.words: dictionaries: - def
Maintenance
ci: Workflow Bot -- Update ALL Dependencies (main) (#4353)
Update ALL Dependencies (main)
package.json | 4 +- pnpm-lock.yaml | 170 ++++++++++----------- .../test-cspell-eslint-plugin/package.json | 2 +- website/package.json | 2 +- 4 files changed, 89 insertions(+), 89 deletions(-)
v6.31.0
Changes
ci: Workflow Bot -- Update Integration Snapshots (main) (#4338)
Update Integration Repositories
integration-tests/config/config.json | 40 +-
... (truncated)
Changelog
Sourced from cspell's changelog.
6.31.1 (2023-03-24)
Note: Version bump only for package cspell-monorepo
6.31.0 (2023-03-24)
Note: Version bump only for package cspell-monorepo
6.30.2 (2023-03-18)
Bug Fixes
6.30.1 (2023-03-17)
Bug Fixes
6.30.0 (2023-03-16)
Note: Version bump only for package cspell-monorepo
6.29.3 (2023-03-14)
Bug Fixes
6.29.2 (2023-03-13)
Bug Fixes
6.29.1 (2023-03-13)
Note: Version bump only for package cspell-monorepo
6.29.0 (2023-03-11)
Note: Version bump only for package cspell-monorepo
6.28.0 (2023-03-03)
Features
... (truncated)
Commits
43c3652
v6.31.1259a1b7
ci: Workflow Bot -- Update ALL Dependencies (main) (#4353)13c7be3
fix: Fix an issue whenwords
arenull
(#4354)1c0c3eb
v6.31.0506911f
ci: Workflow Bot -- Update ALL Dependencies (main) (#4352)e664f74
fix: Workflow Bot -- Update Dictionaries (main) (#4350)3785857
ci: Workflow Bot -- Build Docs (#4349)48ee5a2
ci: Workflow Bot -- Update ALL Dependencies (main) (#4346)c69f8c4
feat: Support multiplelanguageId
overrides. (#4348)0ae4396
ci: Workflow Bot -- Update ALL Dependencies (main) (#4342)- Additional commits viewable in compare view
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 commands and options
You can trigger Dependabot actions by commenting on this PR:
- will rebase this PR
- will recreate this PR, overwriting any edits that have been made to it
- will merge this PR after your CI passes on it
- will squash and merge this PR after your CI passes on it
- will cancel a previously requested merge and block automerging
- will reopen this PR if it is closed
- will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the Security Alerts page.
- #820: Refactor intropsection
- #830: Allow vector
- 👤 @nalchevanidze
-
fixes #829