@bahmutov/cy-grep 2.0.2 → 2.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -759,6 +759,7 @@ To see how to debug this plugin, watch the video [Debug cypress-grep Plugin](htt
759
759
  - [cypress-select-tests](https://github.com/bahmutov/cypress-select-tests)
760
760
  - [cypress-skip-test](https://github.com/cypress-io/cypress-skip-test)
761
761
  - 📝 Read the blog post [Cypress GitHub Actions Slash Command](https://glebbahmutov.com/blog/cypress-slash-command/)
762
+ - 📝 Read the blog post [Type Check Your Test Tags](https://glebbahmutov.com/blog/type-check-test-tags/)
762
763
  - plugin [dennisbergevin/cypress-plugin-last-failed](https://github.com/dennisbergevin/cypress-plugin-last-failed)
763
764
 
764
765
  ## cy-grep vs cypress-grep vs @cypress/grep
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bahmutov/cy-grep",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
4
4
  "description": "Filter Cypress tests using title or tags",
5
5
  "main": "src/support.js",
6
6
  "scripts": {
@@ -16,7 +16,7 @@
16
16
  "cypress-plugin-config": "^1.2.0",
17
17
  "debug": "^4.3.2",
18
18
  "find-cypress-specs": "^1.35.1",
19
- "find-test-names": "1.29.1",
19
+ "find-test-names": "1.29.2",
20
20
  "globby": "^11.1.0"
21
21
  },
22
22
  "devDependencies": {
@@ -24,7 +24,7 @@
24
24
  "cypress-each": "^1.11.0",
25
25
  "cypress-expect": "^3.1.0",
26
26
  "prettier": "^3.0.0",
27
- "semantic-release": "^24.2.0",
27
+ "semantic-release": "^24.2.1",
28
28
  "stop-only": "^3.3.1",
29
29
  "typescript": "^5.0.0"
30
30
  },