ansible / vscode-ansible

vscode/vscodium extension for providing Ansible auto-completion and integrating quality assurance tools like ansible-lint, ansible syntax check, yamllint, molecule and ansible-test.
https://ansible.readthedocs.io/projects/vscode-ansible/
MIT License
364 stars 92 forks source link

Bump the dependencies group across 2 directories with 19 updates #1630

Closed dependabot[bot] closed 3 weeks ago

dependabot[bot] commented 3 weeks ago

Bumps the dependencies group with 5 updates in the / directory:

Package From To
@shikijs/core 1.12.0 1.22.2
yaml 2.5.0 2.6.0
shiki 1.12.0 1.22.2
winston 3.13.1 3.16.0
vscode-languageserver-textdocument 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.2

Release notes

Sourced from @​shikijs/core's releases.

v1.22.2

   🐞 Bug Fixes

    View changes on GitHub

v1.22.1

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v1.22.0

   🚀 Features

    View changes on GitHub

v1.21.1

   🚀 Features

    View changes on GitHub

v1.21.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v1.20.0

   🚀 Features

  • Rename createWasmOnigEngine to createOnigurumaEngine  -  by @​antfu (2335d)

... (truncated)

Commits
  • e4d9a7a chore: release v1.22.2
  • e26920a fix(core): createdBundledHighlighter cause wasm engine to be loaded (#819)
  • cea1973 chore: release v1.22.1
  • 2d58f7f chore: release v1.22.0
  • 320d758 feat: store grammar state in weakmap (#804)
  • ea4b8dd chore: release v1.21.1
  • d38f41e chore: release v1.21.0
  • 6aa7e08 chore: release v1.20.0
  • 989afdb feat: move createCssVariablesTheme to core
  • 50c8e4a fix: improve deprecation warnings
  • Additional commits viewable in compare view


Updates yaml from 2.5.0 to 2.6.0

Release notes

Sourced from yaml's releases.

v2.6.0

  • Use a proper tag for !!merge << keys (#580)
  • Add stringKeys parse option (#581)
  • Stringify a Document as a Document (#576)
  • Add sponsorship by Manifest

v2.5.1

  • Include range in flow sequence pair maps (#573)
Commits


Updates shiki from 1.12.0 to 1.22.2

Release notes

Sourced from shiki's releases.

v1.22.2

   🐞 Bug Fixes

    View changes on GitHub

v1.22.1

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v1.22.0

   🚀 Features

    View changes on GitHub

v1.21.1

   🚀 Features

    View changes on GitHub

v1.21.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v1.20.0

   🚀 Features

  • Rename createWasmOnigEngine to createOnigurumaEngine  -  by @​antfu (2335d)

... (truncated)

Commits


Updates winston from 3.13.1 to 3.16.0

Release notes

Sourced from winston's releases.

v3.16.0

  • Feature - optionally include Error.cause property (#2447) 201b6f1

https://github.com/winstonjs/winston/compare/v3.15.0...v3.16.0

v3.15.0

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.

  • remove logcallback (#2513) 3a54777
  • chore(docs): Update README.md w/ usage comments (#2507) f110f61
  • Bump nyc from 15.1.0 to 17.1.0 (#2511) f5dde86
  • Bump @​babel/cli from 7.24.7 to 7.25.6 (#2512) d1b8dc6
  • Bump @​babel/preset-env from 7.24.8 to 7.25.4 (#2506) 564161a
  • Bump mocha from 10.7.0 to 10.7.3 (#2500) eb7e315
  • Unified Handler Tests (#2020) 22aab6d

https://github.com/winstonjs/winston/compare/v3.14.2...v3.15.0

v3.14.2

  • Move initialization to constructor (#2503) 2458ba6

https://github.com/winstonjs/winston/compare/v3.14.1...v3.14.2

v3.14.1

  • Save a reference to console methods in console transport (#2498) e82752f
  • Add forceConsole to ConsoleTransportOptions (#2496) 4ff0538
  • Bump mocha from 10.6.0 to 10.7.0 (#2489) 62acaad
  • Update readme with forceConsole info (#2493) b2b79af

https://github.com/winstonjs/winston/compare/v3.14.0...v3.14.1

v3.14.0

  • Add option forceConsole (#2276) b2098fd
  • Set _rotate false on emit &#39;rotate&#39; false (#2457) 1719275
  • Bump @​babel/core from 7.24.7 to 7.24.9 (#2485) d2859f3
  • Bump @​babel/preset-env from 7.24.7 to 7.24.8 (#2487) 71e4bb1
  • fix: readme (#2488) 0cb8c7c

https://github.com/winstonjs/winston/compare/v3.13.1...v3.14.0

Commits


Updates vscode-languageserver-textdocument from 1.0.11 to 1.0.12

Commits


Updates yaml from 2.4.5 to 2.6.0

Release notes

Sourced from yaml's releases.

v2.6.0

  • Use a proper tag for !!merge << keys (#580)
  • Add stringKeys parse option (#581)
  • Stringify a Document as a Document (#576)
  • Add sponsorship by Manifest

v2.5.1

  • Include range in flow sequence pair maps (#573)
Commits


Updates @types/chai from 4.3.16 to 4.3.20

Commits


Updates @types/lodash from 4.17.5 to 4.17.13

Commits


Updates @types/mocha from 10.0.7 to 10.0.9

Commits


Updates @types/node from 20.14.8 to 20.17.6

Commits


Updates chai from 4.4.1 to 4.5.0

Release notes

Sourced from chai's releases.

v4.5.0

  • Update type detect (#1631) 1a36d35

https://github.com/chaijs/chai/compare/v4.4.1...v4.5.0

What's Changed

Full Changelog: https://github.com/chaijs/chai/compare/v4.4.1...v4.5.0

Commits


Updates glob from 10.4.2 to 10.4.5

Commits


Updates mocha from 10.4.0 to 10.8.2

Release notes

Sourced from mocha's releases.

v10.8.2

10.8.2 (2024-10-30)

🩹 Fixes

  • support errors with circular dependencies in object values with --parallel (#5212) (ba0fefe)
  • test link in html reporter (#5224) (f054acc)

📚 Documentation

  • indicate 'exports' interface does not work in browsers (#5181) (14e640e)

🧹 Chores

  • fix docs builds by re-adding eleventy and ignoring gitignore again (#5240) (881e3b0)

🤖 Automation

  • deps: bump the github-actions group with 1 update (#5132) (e536ab2)

v10.8.1

10.8.1 (2024-10-29)

🩹 Fixes

v10.8.0

10.8.0 (2024-10-29)

🌟 Features

🩹 Fixes

📚 Documentation

... (truncated)

Changelog

Sourced from mocha's changelog.

10.8.2 (2024-10-30)

🩹 Fixes

  • support errors with circular dependencies in object values with --parallel (#5212) (ba0fefe)
  • test link in html reporter (#5224) (f054acc)

📚 Documentation

  • indicate 'exports' interface does not work in browsers (#5181) (14e640e)

🧹 Chores

  • fix docs builds by re-adding eleventy and ignoring gitignore again (#5240) (881e3b0)

🤖 Automation

  • deps: bump the github-actions group with 1 update (#5132) (e536ab2)

10.8.1 (2024-10-29)

🩹 Fixes

10.8.0 (2024-10-29)

🌟 Features

🩹 Fixes

📚 Documentation

... (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)
  • Additional commits viewable in compare view


Updates nyc from 17.0.0 to 17.1.0

Release notes

Sourced from nyc's releases.

nyc: v17.1.0

17.1.0 (2024-09-19)

Features

  • deps: bump foreground-child from ^2.0.0 to ^3.0.0 (#1546) (af74d1e)

Bug Fixes

Changelog

Sourced from nyc's changelog.

17.1.0 (2024-09-19)

Features

  • deps: bump foreground-child from ^2.0.0 to ^3.0.0 (#1546) (af74d1e)

Bug Fixes

Commits


Updates rimraf from 5.0.7 to 6.0.1

Changelog

Sourced from rimraf's changelog.

6.0

  • Drop support for nodes before v20
  • Add --version to CLI

5.0

  • No default export, only named exports

4.4

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

v3.0

... (truncated)

Commits


Updates typescript from 5.5.2 to 5.6.3

Release notes

Sourced from typescript's releases.

TypeScript 5.6.3

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.6

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.6 RC

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.6 Beta

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

... (truncated)

Commits
  • d48a5cf Bump version to 5.6.3 and LKG
  • fefa70a 🤖 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 LKG
  • 2063357 🤖 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 LKG
  • bbb5faf 🤖 Pick PR #59542 (Fixing delay caused in vscode due t...) into release-5.6 (#...
  • Additional commits viewable in compare view


Updates antsibull-docs from 1.0.1 to 1.1.0

Release notes

Sourced from antsibull-docs's releases.

1.1.0

Release Summary

Bugfix and feature release that improves markup parsing and generation with respect to whitespace handling and escaping.

Minor Changes

Bugfixes

1.0.2

Release Summary

Bugfix release.

Bugfixes

Changelog

Sourced from antsibull-docs's changelog.

v1.1.0

Release Summary

Bugfix and feature release that improves markup parsing and generation with respect to whitespace handling and escaping.

Minor Changes

Bugfixes

v1.0.2

Release Summary

Bugfix release.

Bugfixes

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)
  • Additional commits viewable in compare view


Updates vscode-languageserver-textdocument from 1.0.11 to 1.0.12

Commits
dependabot[bot] commented 3 weeks ago

Superseded by #1632.