Skip to content

Commit d2c8edc

Browse files
chore(deps): update dependencies (#417)
* feat(deps): update dependencies * fix --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Dan Adajian <dadajian@expediagroup.com>
1 parent 99ccffa commit d2c8edc

File tree

7 files changed

+1334
-23
lines changed

7 files changed

+1334
-23
lines changed

.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
registry=https://registry.npmjs.org/

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Push your changes to your branch and open a pull request against the parent repo
4848

4949
Upon Pull Request submission, your code will be reviewed by the maintainers. They will confirm at least the following:
5050

51-
- Tests run successfully (unit, coverage, integration, style).
52-
- Contribution policy has been followed.
51+
- Tests run successfully (unit, coverage, integration, style).
52+
- Contribution policy has been followed.
5353

5454
One (human) reviewer will need to sign off on your Pull Request before it can be merged.

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ A [Cypress](https://www.cypress.io/) plugin and CLI tool which automatically add
88

99
## Table of Contents
1010

11-
- [Why Do I Need This Plugin?](#why-do-i-need-this-plugin)
12-
- [Installation](#installation)
13-
- [Usage](#usage)
14-
- [Example](#example)
15-
- [Configuration](#configuration)
11+
- [Why Do I Need This Plugin?](#why-do-i-need-this-plugin)
12+
- [Installation](#installation)
13+
- [Usage](#usage)
14+
- [Example](#example)
15+
- [Configuration](#configuration)
1616

1717
## Why Do I Need This Plugin?
1818

bun.lock

+1,311
Large diffs are not rendered by default.

bun.lockb

-282 KB
Binary file not shown.

cypress/support/component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ See the License for the specific language governing permissions and
1111
limitations under the License.
1212
*/
1313

14-
import { mount } from "cypress/react18";
14+
import { mount } from "cypress/react";
1515

1616
// Augment the Cypress namespace to include type definitions for
1717
// your custom command.

package.json

+14-15
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cypress-codegen",
3-
"packageManager": "bun@1.1.21",
3+
"packageManager": "bun@1.2.2",
44
"type": "commonjs",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -20,15 +20,14 @@
2020
},
2121
"license": "Apache-2.0",
2222
"dependencies": {
23-
"@babel/core": "7.26.0",
24-
"@babel/parser": "7.26.3",
25-
"@babel/types": "7.26.3",
26-
"@babel/generator": "7.26.3",
27-
"@types/babel__generator": "7.6.8",
23+
"@babel/core": "7.26.8",
24+
"@babel/generator": "7.26.8",
25+
"@babel/parser": "7.26.8",
26+
"@babel/types": "7.26.8",
2827
"chalk": "4.1.2",
2928
"commander": "13.1.0",
30-
"glob": "11.0.0",
31-
"prettier": "3.4.2"
29+
"glob": "11.0.1",
30+
"prettier": "3.5.0"
3231
},
3332
"peerDependencies": {
3433
"cypress": ">=13"
@@ -37,20 +36,20 @@
3736
"@swc/jest": "0.2.37",
3837
"@total-typescript/ts-reset": "0.6.1",
3938
"@types/glob": "8.1.0",
40-
"@types/react": "19.0.2",
39+
"@types/react": "19.0.8",
4140
"@types/jest": "29.5.14",
42-
"@types/node": "22.10.2",
41+
"@types/node": "22.13.1",
4342
"cypress": "14.0.2",
4443
"husky": "9.1.7",
4544
"jest": "29.7.0",
46-
"eslint": "9.17.0",
45+
"eslint": "9.20.0",
4746
"eslint-plugin-cypress": "4.1.0",
4847
"react": "19.0.0",
4948
"react-dom": "19.0.0",
50-
"tsup": "8.3.5",
51-
"typescript": "5.7.2",
52-
"typescript-eslint": "8.18.1",
53-
"vite": "6.0.9"
49+
"tsup": "8.3.6",
50+
"typescript": "5.7.3",
51+
"typescript-eslint": "8.23.0",
52+
"vite": "6.1.0"
5453
},
5554
"scripts": {
5655
"build": "tsup src/index.ts src/cli.ts --clean --dts --format cjs",

0 commit comments

Comments
 (0)