Compare commits

...

7 Commits

Author SHA1 Message Date
Matthew Costabile
7a0820f976 Merge pull request #59 from actions/dependabot/npm_and_yarn/concurrently-7.1.0
Bump concurrently from 7.0.0 to 7.1.0
2022-04-04 16:23:23 -04:00
Matthew Costabile
740e8854f3 Merge pull request #60 from actions/dependabot/npm_and_yarn/prettier-2.6.2
Bump prettier from 2.6.1 to 2.6.2
2022-04-04 16:23:00 -04:00
Matthew Costabile
9baf5dabd0 Merge pull request #61 from omerbensaadon/patch-1
Fixing bolding in README
2022-04-04 16:22:35 -04:00
Omer Bensaadon
d07f6a07cd Update README.md
Co-authored-by: Cameron McHenry <camchenry@users.noreply.github.com>
2022-04-04 16:02:30 -04:00
Omer Bensaadon
fb013c35f1 Update README.md 2022-04-04 15:52:34 -04:00
dependabot[bot]
1b03f3603c Bump prettier from 2.6.1 to 2.6.2
Bumps [prettier](https://github.com/prettier/prettier) from 2.6.1 to 2.6.2.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.6.1...2.6.2)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-04 13:36:10 +00:00
dependabot[bot]
642595b881 Bump concurrently from 7.0.0 to 7.1.0
Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 7.0.0 to 7.1.0.
- [Release notes](https://github.com/open-cli-tools/concurrently/releases)
- [Commits](https://github.com/open-cli-tools/concurrently/compare/v7.0.0...v7.1.0)

---
updated-dependencies:
- dependency-name: concurrently
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-04 13:35:49 +00:00
3 changed files with 17 additions and 17 deletions

View File

@@ -9,7 +9,7 @@ not the original GitHub Projects.
[![build-test](https://github.com/actions/add-to-project/actions/workflows/test.yml/badge.svg)](https://github.com/actions/add-to-project/actions/workflows/test.yml) [![build-test](https://github.com/actions/add-to-project/actions/workflows/test.yml/badge.svg)](https://github.com/actions/add-to-project/actions/workflows/test.yml)
🚨 **This action is in beta, however the api is stable. Some breaking changes might occur between versions, but it is not likley to break as long as you use a speicifc sha or version number ** 🚨 🚨 **This action is in beta, however the API is stable. Some breaking changes might occur between versions, but it is not likely to break as long as you use a specific SHA or version number** 🚨
## Usage ## Usage

28
package-lock.json generated
View File

@@ -18,13 +18,13 @@
"@types/node": "~16.11.26", "@types/node": "~16.11.26",
"@typescript-eslint/parser": "^5.17.0", "@typescript-eslint/parser": "^5.17.0",
"@vercel/ncc": "^0.33.3", "@vercel/ncc": "^0.33.3",
"concurrently": "^7.0.0", "concurrently": "^7.1.0",
"eslint": "^8.12.0", "eslint": "^8.12.0",
"eslint-plugin-github": "^4.3.6", "eslint-plugin-github": "^4.3.6",
"eslint-plugin-jest": "^26.1.3", "eslint-plugin-jest": "^26.1.3",
"eslint-plugin-prettier": "^4.0.0", "eslint-plugin-prettier": "^4.0.0",
"jest": "^27.5.1", "jest": "^27.5.1",
"prettier": "2.6.1", "prettier": "2.6.2",
"ts-jest": "^27.1.4", "ts-jest": "^27.1.4",
"typescript": "^4.6.3" "typescript": "^4.6.3"
}, },
@@ -2263,9 +2263,9 @@
"dev": true "dev": true
}, },
"node_modules/concurrently": { "node_modules/concurrently": {
"version": "7.0.0", "version": "7.1.0",
"resolved": "https://registry.npmjs.org/concurrently/-/concurrently-7.0.0.tgz", "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-7.1.0.tgz",
"integrity": "sha512-WKM7PUsI8wyXpF80H+zjHP32fsgsHNQfPLw/e70Z5dYkV7hF+rf8q3D+ScWJIEr57CpkO3OWBko6hwhQLPR8Pw==", "integrity": "sha512-Bz0tMlYKZRUDqJlNiF/OImojMB9ruKUz6GCfmhFnSapXgPe+3xzY4byqoKG9tUZ7L2PGEUjfLPOLfIX3labnmw==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"chalk": "^4.1.0", "chalk": "^4.1.0",
@@ -5390,9 +5390,9 @@
} }
}, },
"node_modules/prettier": { "node_modules/prettier": {
"version": "2.6.1", "version": "2.6.2",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.6.1.tgz", "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.6.2.tgz",
"integrity": "sha512-8UVbTBYGwN37Bs9LERmxCPjdvPxlEowx2urIL6urHzdb3SDq4B/Z6xLFCblrSnE4iKWcS6ziJ3aOYrc1kz/E2A==", "integrity": "sha512-PkUpF+qoXTqhOeWL9fu7As8LXsIUZ1WYaJiY/a7McAQzxjk82OF0tibkFXVCDImZtWxbvojFjerkiLb0/q8mew==",
"dev": true, "dev": true,
"bin": { "bin": {
"prettier": "bin-prettier.js" "prettier": "bin-prettier.js"
@@ -8167,9 +8167,9 @@
"dev": true "dev": true
}, },
"concurrently": { "concurrently": {
"version": "7.0.0", "version": "7.1.0",
"resolved": "https://registry.npmjs.org/concurrently/-/concurrently-7.0.0.tgz", "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-7.1.0.tgz",
"integrity": "sha512-WKM7PUsI8wyXpF80H+zjHP32fsgsHNQfPLw/e70Z5dYkV7hF+rf8q3D+ScWJIEr57CpkO3OWBko6hwhQLPR8Pw==", "integrity": "sha512-Bz0tMlYKZRUDqJlNiF/OImojMB9ruKUz6GCfmhFnSapXgPe+3xzY4byqoKG9tUZ7L2PGEUjfLPOLfIX3labnmw==",
"dev": true, "dev": true,
"requires": { "requires": {
"chalk": "^4.1.0", "chalk": "^4.1.0",
@@ -10518,9 +10518,9 @@
"dev": true "dev": true
}, },
"prettier": { "prettier": {
"version": "2.6.1", "version": "2.6.2",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.6.1.tgz", "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.6.2.tgz",
"integrity": "sha512-8UVbTBYGwN37Bs9LERmxCPjdvPxlEowx2urIL6urHzdb3SDq4B/Z6xLFCblrSnE4iKWcS6ziJ3aOYrc1kz/E2A==", "integrity": "sha512-PkUpF+qoXTqhOeWL9fu7As8LXsIUZ1WYaJiY/a7McAQzxjk82OF0tibkFXVCDImZtWxbvojFjerkiLb0/q8mew==",
"dev": true "dev": true
}, },
"prettier-linter-helpers": { "prettier-linter-helpers": {

View File

@@ -17,13 +17,13 @@
"@types/node": "~16.11.26", "@types/node": "~16.11.26",
"@typescript-eslint/parser": "^5.17.0", "@typescript-eslint/parser": "^5.17.0",
"@vercel/ncc": "^0.33.3", "@vercel/ncc": "^0.33.3",
"concurrently": "^7.0.0", "concurrently": "^7.1.0",
"eslint": "^8.12.0", "eslint": "^8.12.0",
"eslint-plugin-github": "^4.3.6", "eslint-plugin-github": "^4.3.6",
"eslint-plugin-jest": "^26.1.3", "eslint-plugin-jest": "^26.1.3",
"eslint-plugin-prettier": "^4.0.0", "eslint-plugin-prettier": "^4.0.0",
"jest": "^27.5.1", "jest": "^27.5.1",
"prettier": "2.6.1", "prettier": "2.6.2",
"ts-jest": "^27.1.4", "ts-jest": "^27.1.4",
"typescript": "^4.6.3" "typescript": "^4.6.3"
}, },