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
360 stars 86 forks source link

Bump the dependencies group across 2 directories with 41 updates #1552

Closed dependabot[bot] closed 1 week ago

dependabot[bot] commented 1 week ago

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

Package From To
@redhat-developer/vscode-redhat-telemetry 0.8.0 0.9.0
@shikijs/core 1.12.0 1.19.0
axios 1.7.4 1.7.7
express 4.19.2 4.21.0
ini 4.1.3 5.0.0
marked 13.0.3 14.1.2
minimatch 9.0.5 10.0.1
start-server-and-test 2.0.5 2.0.8
yaml 2.5.0 2.5.1
@eslint/js 9.8.0 9.11.1
@types/express 4.17.21 5.0.0
@types/lodash 4.17.7 4.17.9
@types/node 20.14.13 22.7.2
@types/yargs 17.0.32 17.0.33
@typescript-eslint/eslint-plugin 7.18.0 8.7.0
@typescript-eslint/parser 7.18.0 8.7.0
@vscode/test-electron 2.4.0 2.4.1
@vscode/vsce 2.31.1 3.1.0
eslint 9.8.0 9.11.1
eslint-formatter-gha 1.5.0 1.5.1
glob 10.4.5 11.0.0
globals 15.8.0 15.9.0
jsdom 24.1.1 25.0.1
mocha 10.7.0 10.7.3
@types/mocha 10.0.7 10.0.8
nyc 17.0.0 17.1.0
ovsx 0.9.2 0.9.5
rimraf 5.0.9 6.0.1
selenium-webdriver 4.23.0 4.25.0
@types/selenium-webdriver 4.1.24 4.1.26
shiki 1.12.0 1.19.0
sinon 18.0.0 19.0.2
typescript 5.5.4 5.6.2
typescript-eslint 7.18.0 8.7.0
webpack 5.94.0 5.95.0
winston 3.13.1 3.14.2
yarn-audit-fix 10.0.7 10.0.9
antsibull-docs 1.0.2 1.1.0
vscode-languageserver-textdocument 1.0.11 1.0.12
npm-check-updates 16.14.20 17.1.3

Bumps the dependencies group with 5 updates in the /packages/ansible-language-server directory:

Package From To
ini 4.1.3 5.0.0
@types/mocha 10.0.7 10.0.8
nyc 17.0.0 17.1.0
vscode-languageserver-textdocument 1.0.11 1.0.12
npm-check-updates 16.14.20 17.1.3

Updates @redhat-developer/vscode-redhat-telemetry from 0.8.0 to 0.9.0

Release notes

Sourced from @​redhat-developer/vscode-redhat-telemetry's releases.

0.9.0

What's Changed

Main changes

Other changes

Full Changelog: https://github.com/redhat-developer/vscode-redhat-telemetry/compare/0.8.1...0.9.0

Commits
  • a2fecf7 Bump version to 0.9.0
  • 90460c8 Bump rimraf from 3.0.2 to 6.0.1
  • ee759ea Upgrade to Node 20
  • 7bbf6cf Upgrade all eslint libraries altogether
  • 7aa91a4 Bump @​types/node from 18.19.46 to 18.19.50
  • 6df2556 Bump @​types/ua-parser-js from 0.7.36 to 0.7.39
  • 8583e91 Bump @​types/chai from 4.3.3 to 4.3.19
  • e346ddf Bump @​types/mock-fs from 4.13.1 to 4.13.4
  • b2eefb5 Bump @​types/getos from 3.0.1 to 3.0.4
  • b587a4f Bump mocha and @​types/mocha
  • Additional commits viewable in compare view


Updates @shikijs/core from 1.12.0 to 1.19.0

Release notes

Sourced from @​shikijs/core's releases.

v1.19.0

   🚀 Features

    View changes on GitHub

v1.18.0

   🚀 Features

    View changes on GitHub

v1.17.7

   🚀 Features

    View changes on GitHub

v1.17.6

   🚀 Features

  • engine-js:

   🐞 Bug Fixes

  • Missing named exports for shiki/wasm and @shikijs/wasm-inlined  -  by @​antfu (3f226)
    View changes on GitHub

v1.17.5

   🚀 Features

    View changes on GitHub

v1.17.4

... (truncated)

Commits
  • 9444b61 chore: release v1.19.0
  • 4e59b65 feat: introduce warning system for deprecated API (#788)
  • 85a4ff9 feat(core): support object style htmlStyle in themed token, support new `ht...
  • bba452c feat(core): pass raw token to transformer.span api (#782)
  • 7602669 chore: release v1.18.0
  • 55f0942 chore: release v1.17.7
  • 52b055d feat: allow customize tabindex, close #778
  • 1d27094 chore: explicit return type
  • 599b061 chore: release v1.17.6
  • 3f2269e fix: missing named exports for shiki/wasm and @shikijs/wasm-inlined
  • Additional commits viewable in compare view


Updates axios from 1.7.4 to 1.7.7

Release notes

Sourced from axios's releases.

Release v1.7.7

Release notes:

Bug Fixes

  • fetch: fix stream handling in Safari by fallback to using a stream reader instead of an async iterator; (#6584) (d198085)
  • http: fixed support for IPv6 literal strings in url (#5731) (364993f)

Contributors to this release

Release v1.7.6

Release notes:

Bug Fixes

  • fetch: fix content length calculation for FormData payload; (#6524) (085f568)
  • fetch: optimize signals composing logic; (#6582) (df9889b)

Contributors to this release

Release v1.7.5

Release notes:

Bug Fixes

  • adapter: fix undefined reference to hasBrowserEnv (#6572) (7004707)
  • core: add the missed implementation of AxiosError#status property; (#6573) (6700a8a)
  • core: fix ReferenceError: navigator is not defined for custom environments; (#6567) (fed1a4b)
  • fetch: fix credentials handling in Cloudflare workers (#6533) (550d885)

Contributors to this release

Changelog

Sourced from axios's changelog.

1.7.7 (2024-08-31)

Bug Fixes

  • fetch: fix stream handling in Safari by fallback to using a stream reader instead of an async iterator; (#6584) (d198085)
  • http: fixed support for IPv6 literal strings in url (#5731) (364993f)

Contributors to this release

1.7.6 (2024-08-30)

Bug Fixes

  • fetch: fix content length calculation for FormData payload; (#6524) (085f568)
  • fetch: optimize signals composing logic; (#6582) (df9889b)

Contributors to this release

1.7.5 (2024-08-23)

Bug Fixes

  • adapter: fix undefined reference to hasBrowserEnv (#6572) (7004707)
  • core: add the missed implementation of AxiosError#status property; (#6573) (6700a8a)
  • core: fix ReferenceError: navigator is not defined for custom environments; (#6567) (fed1a4b)
  • fetch: fix credentials handling in Cloudflare workers (#6533) (550d885)

Contributors to this release

Commits
  • 5b8a826 chore(release): v1.7.7 (#6585)
  • 364993f fix(http): fixed support for IPv6 literal strings in url (#5731)
  • d198085 fix(fetch): fix stream handling in Safari by fallback to using a stream reade...
  • d584fcf chore(release): v1.7.6 (#6583)
  • bc03c6c chore(examples): fix module import (#6575)
  • df9889b fix(fetch): optimize signals composing logic; (#6582)
  • ee208cf chore(sponsor): update sponsor block (#6576)
  • 085f568 fix(fetch): fix content length calculation for FormData payload; (#6524)
  • 59cd6b0 chore(release): v1.7.5 (#6574)
  • 6700a8a fix(core): add the missed implementation of AxiosError#status property; (#6573)
  • Additional commits viewable in compare view


Updates express from 4.19.2 to 4.21.0

Release notes

Sourced from express's releases.

4.21.0

What's Changed

New Contributors

Full Changelog: https://github.com/expressjs/express/compare/4.20.0...4.21.0

4.20.0

What's Changed

Important

  • IMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was Infinity)
  • Remove link renderization in html while using res.redirect

Other Changes

... (truncated)

Changelog

Sourced from express's changelog.

4.21.0 / 2024-09-11

  • Deprecate res.location("back") and res.redirect("back") magic string
  • deps: serve-static@1.16.2
    • includes send@0.19.0
  • deps: finalhandler@1.3.1
  • deps: qs@6.13.0

4.20.0 / 2024-09-10

  • deps: serve-static@0.16.0
    • Remove link renderization in html while redirecting
  • deps: send@0.19.0
    • Remove link renderization in html while redirecting
  • deps: body-parser@0.6.0
    • add depth option to customize the depth level in the parser
    • IMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was Infinity)
  • Remove link renderization in html while using res.redirect
  • deps: path-to-regexp@0.1.10
    • Adds support for named matching groups in the routes using a regex
    • Adds backtracking protection to parameters without regexes defined
  • deps: encodeurl@~2.0.0
    • Removes encoding of \, |, and ^ to align better with URL spec
  • Deprecate passing options.maxAge and options.expires to res.clearCookie
    • Will be ignored in v5, clearCookie will set a cookie with an expires in the past to instruct clients to delete the cookie
Commits


Updates ini from 4.1.3 to 5.0.0

Release notes

Sourced from ini's releases.

v5.0.0

5.0.0 (2024-09-03)

⚠️ BREAKING CHANGES

  • ini now supports node ^18.17.0 || >=20.5.0

Bug Fixes

Chores

Changelog

Sourced from ini's changelog.

5.0.0 (2024-09-03)

⚠️ BREAKING CHANGES

  • ini now supports node ^18.17.0 || >=20.5.0

Bug Fixes

Chores

Commits
  • 63c421e chore: release 5.0.0 (#280)
  • c89e209 chore: run template-oss-apply
  • 3eca645 fix!: align to npm 10 node engine range
  • fc44750 chore: bump @​npmcli/eslint-config from 4.0.5 to 5.0.0
  • 21c20bb chore: postinstall for dependabot template-oss PR
  • 44b3b50 chore: bump @​npmcli/template-oss from 4.23.1 to 4.23.3
  • a76528f chore: postinstall for dependabot template-oss PR
  • ade03b8 chore: bump @​npmcli/template-oss from 4.22.0 to 4.23.1
  • See full diff in compare view


Updates marked from 13.0.3 to 14.1.2

Release notes

Sourced from marked's releases.

v14.1.2

14.1.2 (2024-09-08)

Bug Fixes

v14.1.1

14.1.1 (2024-09-04)

Bug Fixes

v14.1.0

14.1.0 (2024-08-26)

Bug Fixes

Features

  • add provideLexer and provideParser hooks (#3424) (447f5af)

v14.0.0

14.0.0 (2024-08-07)

Bug Fixes

BREAKING CHANGES

  • Remove old renderer
  • throw an error if async: false is set when an extension sets async: true
Commits


Updates minimatch from 9.0.5 to 10.0.1

Changelog

Sourced from minimatch's changelog.

change log

10.0

  • Require node 20 or 22 and higher

9.0

  • No default export, only named exports.

8.0

  • Recursive descent parser for extglob, allowing correct support for arbitrarily nested extglob expressions
  • Bump required Node.js version

7.4

  • Add escape() method
  • Add unescape() method
  • Add Minimatch.hasMagic() method

7.3

  • Add support for posix character classes in a unicode-aware way.

7.2

  • Add windowsNoMagicRoot option

7.1

  • Add optimizationLevel configuration option, and revert the default back to the 6.2 style minimal optimizations, making the advanced transforms introduced in 7.0 opt-in. Also, process provided file paths in the same way in optimizationLevel:2 mode, so most things that matched with optimizationLevel 1 or 0 should match with level 2 as well. However, level 1 is the default, out of an abundance of caution.

7.0

  • Preprocess patterns to simplify complicated patterns and reduce out .. pattern portions where possible. Note that this means a pattern like a/b/../* will be equivalent to a/*, and will not match the string a/b/../c. If this causes problems, it can be addressed in a patch release by resolving .. portions in the test string.

6.2

... (truncated)

Commits


Updates start-server-and-test from 2.0.5 to 2.0.8

Release notes

Sourced from start-server-and-test's releases.

v2.0.8

2.0.8 (2024-09-16)

Bug Fixes

  • deps: update dependency wait-on to v8.0.1 (fe1c25d)

v2.0.7

2.0.7 (2024-09-09)

Bug Fixes

  • deps: update dependency wait-on to v8 (#386) (d814a72)

v2.0.6

2.0.6 (2024-09-08)

Bug Fixes

  • deps: update dependency debug to v4.3.7 (78c6f53)
Commits
  • fe1c25d fix(deps): update dependency wait-on to v8.0.1
  • d814a72 fix(deps): update dependency wait-on to v8 (#386)
  • 78c6f53 fix(deps): update dependency debug to v4.3.7
  • See full diff in compare view


Updates yaml from 2.5.0 to 2.5.1

Release notes

Sourced from yaml's releases.

v2.5.1

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


Updates @eslint/js from 9.8.0 to 9.11.1

Release notes

Sourced from @​eslint/js's releases.

v9.11.1

Bug Fixes

  • 20fd916 fix: add @eslint/core, @types/estree, & @types/json-schema deps (#18938) (Nitin Kumar)
  • 2738322 fix: add missing types for require-atomic-updates rule (#18937) (Kristóf Poduszló)
  • d71ff30 fix: add missing types for object-shorthand rule (#18935) (Kristóf Poduszló)
  • 561cadc fix: add missing types for no-unsafe-negation rule (#18932) (Kristóf Poduszló)
  • 8843656 fix: add missing types for no-underscore-dangle rule (#18931) (Kristóf Poduszló)
  • 92cde5c fix: add missing types for no-shadow rule (#18930) (Kristóf Poduszló)
  • b3cbe11 fix: add missing types for no-sequences rule (#18929) (Kristóf Poduszló)
  • 976f77f fix: add missing types for no-unused-expressions rule (#18933) (Kristóf Poduszló)

Documentation

  • 3eff709 docs: replace deprecated Linter.FlatConfig type with Linter.Config (#18941) (Carlos Meira)

Chores

  • df4a859 chore: upgrade @​eslint/js@​9.1... _Description has been truncated_
dependabot[bot] commented 1 week ago

Superseded by #1555.