vscode/vscodium extension for providing Ansible auto-completion and integrating quality assurance tools like ansible-lint, ansible syntax check, yamllint, molecule and ansible-test.
Note: we removed LogCallback from the TS definitions because the underlying library didn't actually support these. If this causes issues in your apps, we recommend you remove references to LogCallbacks, since such code was not being executed anyways. See #2513 and the issue linked therein.
Provide Dirent or Stats object as second argument to filter
4.3
Return boolean indicating whether the path was fully removed
Add filter option
bin: add --verbose, -v to print files as they are deleted
bin: add --no-verbose, -V to not print files as they are deleted
bin: add -i --interactive to be prompted on each deletion
bin: add -I --no-interactive to not be prompted on each
deletion
4.3.1 Fixed inappropriately following symbolic links to
directories
v4.2
Brought back glob support, using the new and improved glob v9
v4.1
Improved hybrid module with no need to look at the .default
dangly bit. .default preserved as a reference to rimraf
for compatibility with anyone who came to rely on it in v4.0.
Accept and ignore -rf and -fr arguments to the bin.
v4.0
Remove glob dependency entirely. This library now only
accepts actual file and folder names to delete.
Accept array of paths or single path.
Windows performance and reliability improved.
All strategies separated into explicitly exported methods.
Drop support for Node.js below version 14
rewrite in TypeScript
ship CJS/ESM hybrid module
Error on unknown arguments to the bin. (Previously they were
silently ignored.)
Apply postprocessing to RST and MarkDown to avoid generating invalid markup when input contains whitespace at potentially dangerous places (ansible-community/antsibull-docs-ts#296).
Apply postprocessing to RST and MarkDown to avoid generating invalid markup when input contains whitespace at potentially dangerous places (ansible-community/antsibull-docs-ts#296).
Bumps the dependencies group with 5 updates in the / directory:
1.12.0
1.22.2
2.5.0
2.6.0
1.12.0
1.22.2
3.13.1
3.16.0
1.0.11
1.0.12
Bumps the dependencies group with 2 updates in the /packages/ansible-language-server directory: yaml and vscode-languageserver-textdocument.
Updates
@shikijs/core
from 1.12.0 to 1.22.2Release notes
Sourced from
@shikijs/core
's releases.... (truncated)
Commits
e4d9a7a
chore: release v1.22.2e26920a
fix(core):createdBundledHighlighter
cause wasm engine to be loaded (#819)cea1973
chore: release v1.22.12d58f7f
chore: release v1.22.0320d758
feat: store grammar state in weakmap (#804)ea4b8dd
chore: release v1.21.1d38f41e
chore: release v1.21.06aa7e08
chore: release v1.20.0989afdb
feat: movecreateCssVariablesTheme
to core50c8e4a
fix: improve deprecation warningsUpdates
yaml
from 2.5.0 to 2.6.0Release notes
Sourced from yaml's releases.
Commits
808fba3
2.6.0438688f
fix: Stringify a Document as a Document (fixes #576)baaabd0
feat: Add stringKeys parse option (#581)f2fa108
docs: Update Manifest logo (#582)f088599
docs: Align logos using the restricted styling available for GitHub readmesdbb8a42
docs: Fix manifest.png reference28dc0a4
chore: Add sponsorship by Manifest1491c20
chore: Refresh lockfile7a434f0
feat: Use a proper tag for !!merge << keys (#580)5adbb60
2.5.1Updates
shiki
from 1.12.0 to 1.22.2Release notes
Sourced from shiki's releases.
... (truncated)
Commits
e4d9a7a
chore: release v1.22.2cea1973
chore: release v1.22.12b51398
feat: update deps and themes, close #8102d58f7f
chore: release v1.22.0320d758
feat: store grammar state in weakmap (#804)ea4b8dd
chore: release v1.21.12bdf1b8
feat: update depsd38f41e
chore: release v1.21.0d6f4784
docs: update grammar report0c5a51a
feat(perf): skip bundling for assets (#795)Updates
winston
from 3.13.1 to 3.16.0Release notes
Sourced from winston's releases.
Commits
06749a9
3.16.0201b6f1
Feature - optionally include Error.cause property (#2447)195e55c
3.15.03a54777
remove logcallback (#2513)f110f61
chore(docs): Update README.md w/ usage comments (#2507)f5dde86
Bump nyc from 15.1.0 to 17.1.0 (#2511)d1b8dc6
Bump@babel/cli
from 7.24.7 to 7.25.6 (#2512)564161a
Bump@babel/preset-env
from 7.24.8 to 7.25.4 (#2506)eb7e315
Bump mocha from 10.7.0 to 10.7.3 (#2500)22aab6d
Unified Handler Tests (#2020)Updates
vscode-languageserver-textdocument
from 1.0.11 to 1.0.12Commits
b51c6d5
Prepare new release832a221
Fix lint errors (#1527)04d7162
add TextDocument tests for invalid inputs (#1286)5393301
Move to latest compiler, NodeJS 20.9.0, es2022 and exports statements. (#1502)46f6f90
Add forget method and fix clean script (#1439)23c209f
Enable declaration maps (#1429)1559637
Use module export condition for types and textdocument (#1386)9be3087
Adjust ESLint rules to match the VS Code rules (#1377)4b77bb4
Update lock files (#1331)8ecbe50
New release 3.17.5 (#1330)Updates
yaml
from 2.4.5 to 2.6.0Release notes
Sourced from yaml's releases.
Commits
808fba3
2.6.0438688f
fix: Stringify a Document as a Document (fixes #576)baaabd0
feat: Add stringKeys parse option (#581)f2fa108
docs: Update Manifest logo (#582)f088599
docs: Align logos using the restricted styling available for GitHub readmesdbb8a42
docs: Fix manifest.png reference28dc0a4
chore: Add sponsorship by Manifest1491c20
chore: Refresh lockfile7a434f0
feat: Use a proper tag for !!merge << keys (#580)5adbb60
2.5.1Updates
@types/chai
from 4.3.16 to 4.3.20Commits
Updates
@types/lodash
from 4.17.5 to 4.17.13Commits
Updates
@types/mocha
from 10.0.7 to 10.0.9Commits
Updates
@types/node
from 20.14.8 to 20.17.6Commits
Updates
chai
from 4.4.1 to 4.5.0Release notes
Sourced from chai's releases.
Commits
6a19308
4.5.01a36d35
Update type detect (#1631)Updates
glob
from 10.4.2 to 11.0.0Changelog
Sourced from glob's changelog.
... (truncated)
Commits
561601d
11.0.057226aa
drop node before 207827516
10.4.4d06c8f8
restore support for node 14.latest and 16.latestc14b787
10.4.38a69def
node 14 no longer supportedUpdates
mocha
from 10.4.0 to 10.8.2Release notes
Sourced from mocha's releases.
... (truncated)
Changelog
Sourced from mocha's changelog.
... (truncated)
Commits
05097db
chore(main): release 10.8.2 (#5239)14e640e
docs: indicate 'exports' interface does not work in browsers (#5181)881e3b0
chore: fix docs builds by re-adding eleventy and ignoring gitignore again (#5...f054acc
fix: test link in html reporter (#5224)e536ab2
build(deps): bump the github-actions group with 1 update (#5132)ba0fefe
fix: support errors with circular dependencies in object values with --parall...f44f71b
chore(main): release 10.8.1 (#5238)f72bc17
fix: handle case of invalid package.json with no explicit config (#5198)68803b6
fix: use accurate test links in HTML reporter (#5228)d8ca270
fix: Typos on mochajs.org (#5237)Updates
nyc
from 17.0.0 to 17.1.0Release notes
Sourced from nyc's releases.
Changelog
Sourced from nyc's changelog.
Commits
41f4476
chore(main): release nyc 17.1.0 (#1572)d338985
chore(deps-dev): bump requirejs from 2.3.6 to 2.3.7 (#1582)af74d1e
feat(deps): bump foreground-child from ^2.0.0 to ^3.0.0 (#1546)ae657b6
fix: reduce size of serialized JSON output (#1570)b6a9484
chore(deps-dev): bump braces from 3.0.2 to 3.0.3 (#1571)b86edbc
chore(deps-dev): bump ws from 8.16.0 to 8.17.1 (#1568)Updates
rimraf
from 5.0.7 to 6.0.1Changelog
Sourced from rimraf's changelog.
... (truncated)
Commits
21560c7
6.0.1d3881ad
load version with package-json-from-dist6de86bf
feat: add --version flag for CLI49e1923
chore: add/.tap
to .gitignore90d1feb
6.0.09b2a2b1
drop dead node versions546c9ec
5.0.9043338a
restore support for dead node versions0d83c12
5.0.888e632b
drop eol node 14Updates
typescript
from 5.5.2 to 5.6.3Release notes
Sourced from typescript's releases.
... (truncated)
Commits
d48a5cf
Bump version to 5.6.3 and LKGfefa70a
🤖 Pick PR #60083 (Don't issue implicit any when obtai...) into release-5.6 (#...ff71692
[release-5.6] Remove tsbuildInfo specification error now that we need it for ...1f44dcf
🤖 Pick PR #60157 (fix automatic type acquisition) into release-5.6 (#60169)a7e3374
Bump version to 5.6.2 and LKG2063357
🤖 Pick PR #59708 (LEGO: Pull request from lego/hb_537...) into release-5.6 (#...4fe7e41
🤖 Pick PR #59670 (fix(59649): ts Move to a new file d...) into release-5.6 (#...1a03e53
🤖 Pick PR #59761 (this
can be nullish) into release-5.6 (#59762)6212132
Update LKGbbb5faf
🤖 Pick PR #59542 (Fixing delay caused in vscode due t...) into release-5.6 (#...Updates
antsibull-docs
from 1.0.1 to 1.1.0Release notes
Sourced from antsibull-docs's releases.
Changelog
Sourced from antsibull-docs's changelog.
Commits
4f853c7
Release 1.1.0.186d10b
Prepare 1.1.0.d982281
Update dependencies.37e103d
Fix build errors.6638900
Bump ts-jest from 29.2.4 to 29.2.5 (#297)85bbf12
Fix RST escaping, add whitespace postprocessing for RST and MD. (#296)e599e6d
Make whitespace handling configurable; always remove some space around HORIZO...fc6f4f8
Bump@typescript-eslint/parser
from 8.1.0 to 8.2.0 (#293)ce23624
Bump@typescript-eslint/eslint-plugin
from 8.1.0 to 8.2.0 (#294)70e687a
Bump@typescript-eslint/eslint-plugin
from 8.0.1 to 8.1.0 (#292)Updates
vscode-languageserver-textdocument
from 1.0.11 to 1.0.12Commits
b51c6d5
Prepare new release832a221
Fix lint errors (#1527)04d7162
add TextDocument tests for invalid inputs (#1286)5393301
Move to latest compiler, NodeJS 20.9.0, es2022 and exports statements. (#1502)... _Description has been truncated_