ipierre1 / ansible-vault-vscode

VS Code extension to encrypt and decrypt Ansible Vaulted files or inlines without Ansible and Python installed locally.
https://marketplace.visualstudio.com/items?itemName=ipierre1.ansible-vault-vscode
MIT License
3 stars 0 forks source link

Bump ansible-vault from 1.1.1 to 1.3.0 #109

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps ansible-vault from 1.1.1 to 1.3.0.

Changelog

Sourced from ansible-vault's changelog.

1.3.0 (2024-07-27)

  • feat: add binascii functions for zero dependencies (#633af73)
  • feat: change to ESM (#0316412)
  • docs: fix CI status badge (#a9f74c7)

1.2.0 (2024-07-27)

  • feat: fix pkcs7 padding for encryption to match compatibility with ansible-vault (#5dc1426)
  • Refactor test/index.spec.js (#bc2ae9b)
  • Add test for encryption/decryption with special characters (#7d88ba0)
  • chore: github actions with node 20, 22 (#6fb9e28)
  • chore: bump dev dependencies (#9c2e721)
  • Fix padding issue with Ansible vault for special chars (#9ee4d4a)
Commits
  • fc2bf57 1.3.0
  • b5753ea Merge pull request #11 from commenthol/feat-esm
  • 8b3f22e feat: add binascii functions for zero dependencies
  • 0316412 feat: change to ESM
  • a9f74c7 docs: fix CI status badge
  • abf5ca9 1.2.0
  • 0106546 Merge pull request #10 from commenthol/fix-padding-issue
  • 5dc1426 feat: fix pkcs7 padding for encryption to match compatibility with ansible-vault
  • d0f4781 Merge pull request #8 from SquirrelDeveloper/patch-1
  • bc2ae9b Refactor test/index.spec.js
  • Additional commits viewable in compare view


Dependabot compatibility score

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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)