wearerequired / lint-action

✨ GitHub Action for detecting and auto-fixing lint errors
MIT License
555 stars 130 forks source link

Bump shescape from 1.6.4 to 1.7.1 #664

Closed dependabot[bot] closed 12 months ago

dependabot[bot] commented 1 year ago

Bumps shescape from 1.6.4 to 1.7.1.

Release notes

Sourced from shescape's releases.

Release v1.7.1

  • Add % escaping for CMD. (#982)
  • Correct documented behavior of quoting functions. (#969)
  • Expand injection strings to cover environment variables. (#982)
  • Fix incorrect escaping of $ and backticks for PowerShell. (#984)
  • Improve quoting functionality for PowerShell. (#983)

Release v1.7.0

  • Add flag protection option. (#908)
  • Add @since information to API options. (#909)
  • Add options to the API documentation. (#936)

Release v1.6.7

  • Provide injection strings for testing purposes. (#902)
  • Update the package homepage. (#827)

Release v1.6.6

  • Add support for Node.js v20. (#823)
  • Provide testing utilities. (#710)
  • Update type exports to be compatible with the TypeScript compiler option "moduleResolution": "bundler". (#761)

Release v1.6.5

  • Add support for Node.js v19. (#682)
Changelog

Sourced from shescape's changelog.

[1.7.1] - 2023-06-21

  • Add % escaping for CMD. (#982)
  • Correct documented behavior of quoting functions. (#969)
  • Expand injection strings to cover environment variables. (#982)
  • Fix incorrect escaping of $ and backticks for PowerShell. (#984)
  • Improve quoting functionality for PowerShell. (#983)

[1.7.0] - 2023-06-12

  • Add flag protection option. (#908)
  • Add @since information to API options. (#909)
  • Add options to the API documentation. (#936)

[1.6.7] - 2023-05-29

  • Provide injection strings for testing purposes. (#902)
  • Update the package homepage. (#827)

[1.6.6] - 2023-04-20

  • Add support for Node.js v20. (#823)
  • Provide testing utilities. (#710)
  • Update type exports to be compatible with the TypeScript compiler option "moduleResolution": "bundler". (#761)

[1.6.5] - 2023-01-26

  • Add support for Node.js v19. (#682)
Commits
  • 0640cc9 New patch release (#985)
  • 8323dd3 Use single quotes when quoting for PowerShell (#983)
  • 8c2eb1c Update escaping for PowerShell with {interpolation:false} (#984)
  • d0fce70 Test coverage for environment variables (#982)
  • bfd88e7 Bump markdownlint-cli from 0.34.0 to 0.35.0 (#980)
  • 291b914 Bump step-security/harden-runner from 2.4.0 to 2.4.1 (#981)
  • f9b9c50 Quality of life improvements to tests (#979)
  • ce70506 Remove src/main.js (#971)
  • 1b46de4 Bump ericcornelissen/tool-versions-update-action from 0.1.0 to 0.2.0 (#978)
  • c906026 Bump dotenv from 16.2.0 to 16.3.1 (#977)
  • 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 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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/wearerequired/lint-action/network/alerts).
dependabot[bot] commented 12 months ago

Superseded by #674.