setup-bats
setup-bats copied to clipboard
GitHub Action to setup BATS testing framework
Hello, I get the following warning when my workflow is running: > Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, mig4/setup-bats@v1. For more...
As reported in #368, `node12` has been deprecated from Github. This PR bumps it to 16.
Bumps [prettier](https://github.com/prettier/prettier) from 2.3.2 to 2.8.3. Release notes Sourced from prettier's releases. 2.8.3 Support Angular 15.1 🔗 Changelog 2.8.2 🔗 Changelog 2.8.1 🔗 Changelog 2.8.0 diff 🔗 Release note 2.7.1...
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.7.10 to 18.11.18. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
Bumps [jest-circus](https://github.com/facebook/jest/tree/HEAD/packages/jest-circus) from 26.6.3 to 29.3.1. Release notes Sourced from jest-circus's releases. v29.3.1 Fixes [jest-config] Do not warn about preset in ProjectConfig #13583 Performance [jest-transform] Defer creation of cache directory...
address GHA node 12 deprecation warnings
I get the following warning when my workflow is running: > Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16:...