Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies #109

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update dependencies
rosczja authored and Aliaksandr-Lapeta committed Oct 23, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit efe10715aa8dd0479c2c5b3c3a645e2491482912
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '20'
node-version: '22'
- run: yarn install
- run: yarn pretest
- run: yarn test
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -8,3 +8,5 @@ __tests__
.gitignore
.editorconfig
yarn.lock
.yarn
.github
893 changes: 0 additions & 893 deletions .yarn/releases/yarn-4.1.1.cjs

This file was deleted.

934 changes: 934 additions & 0 deletions .yarn/releases/yarn-4.5.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -6,4 +6,4 @@ nmMode: classic

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.1.1.cjs
yarnPath: .yarn/releases/yarn-4.5.1.cjs
893 changes: 0 additions & 893 deletions example/.yarn/releases/yarn-4.1.1.cjs

This file was deleted.

934 changes: 934 additions & 0 deletions example/.yarn/releases/yarn-4.5.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion example/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
yarnPath: .yarn/releases/yarn-4.1.1.cjs
yarnPath: .yarn/releases/yarn-4.5.1.cjs
30 changes: 15 additions & 15 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -10,29 +10,29 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.24.4",
"@babel/core": "^7.25.9",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.24.1",
"@babel/plugin-proposal-do-expressions": "^7.24.1",
"@babel/plugin-proposal-export-default-from": "^7.24.1",
"@babel/plugin-proposal-decorators": "^7.25.9",
"@babel/plugin-proposal-do-expressions": "^7.25.9",
"@babel/plugin-proposal-export-default-from": "^7.25.9",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@babel/plugin-proposal-function-bind": "^7.24.1",
"@babel/plugin-proposal-function-sent": "^7.24.1",
"@babel/plugin-proposal-function-bind": "^7.25.9",
"@babel/plugin-proposal-function-sent": "^7.25.9",
"@babel/plugin-proposal-json-strings": "^7.18.6",
"@babel/plugin-proposal-logical-assignment-operators": "^7.20.7",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-numeric-separator": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-proposal-pipeline-operator": "^7.24.1",
"@babel/plugin-proposal-throw-expressions": "^7.24.1",
"@babel/plugin-proposal-pipeline-operator": "^7.25.9",
"@babel/plugin-proposal-throw-expressions": "^7.25.9",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/preset-env": "^7.24.4",
"@babel/preset-react": "^7.24.1",
"@babel/preset-env": "^7.25.9",
"@babel/preset-react": "^7.25.9",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^29.7.0",
"babel-loader": "^9.1.2",
"html-webpack-plugin": "^5.6.0",
"babel-loader": "^9.2.1",
"html-webpack-plugin": "^5.6.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0"
},
@@ -41,8 +41,8 @@
"format-util": "^1.0.5",
"jest-puppeteer-react": "file:.yalc/jest-puppeteer-react",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"packageManager": "yarn@4.1.1"
"packageManager": "yarn@4.5.1"
}
1,927 changes: 932 additions & 995 deletions example/yarn.lock

Large diffs are not rendered by default.

30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "jest-puppeteer-react",
"version": "12.0.1",
"version": "12.1.0",
"description": "screenshot tests for your react components in chromium using puppeteer & jest",
"main": "src/index.js",
"types": "src/index.d.ts",
"bin": {
"jestPuppeteerReactDebug": "./bin/debug.js"
},
"engines": {
"node": ">= 16.1.0"
"node": ">= 20.1.0"
},
"packageManager": "yarn@4.1.1",
"packageManager": "yarn@4.5.1",
"scripts": {
"pretest": "yalc publish && cd example && yalc add jest-puppeteer-react && yarn install",
"test": "cd example && yarn test",
@@ -43,16 +43,16 @@
},
"homepage": "https://github.com/hapag-lloyd/jest-puppeteer-react#readme",
"dependencies": {
"debug": "^4.3.4",
"debug": "^4.3.7",
"docker-cli-js": "^2.10.0",
"expect-puppeteer": "^10.0.0",
"expect-puppeteer": "^10.1.3",
"format-util": "^1.0.5",
"glob": "^10.3.12",
"glob": "^10.4.5",
"jest-each": "^29.7.0",
"jest-environment-node": "^29.7.0",
"jest-environment-puppeteer": "^10.0.1",
"jest-environment-puppeteer": "^10.1.3",
"jest-image-snapshot": "^6.4.0",
"jest-puppeteer": "^10.0.1",
"jest-puppeteer": "^10.1.3",
"lodash": "^4.17.21",
"ora": "5.4.1",
"pretty-format": "^29.7.0"
@@ -66,15 +66,15 @@
"webpack-dev-server": "4.x"
},
"devDependencies": {
"husky": "^9.0.11",
"husky": "^9.1.6",
"mkdirp": "^3.0.1",
"prettier": "^3.2.5",
"prettier": "^3.3.3",
"pretty-quick": "^4.0.0",
"puppeteer": "^22.6.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"webpack": "^5.91.0",
"webpack-dev-server": "^5.0.4",
"puppeteer": "^23.6.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"webpack": "^5.95.0",
"webpack-dev-server": "^5.1.0",
"yalc": "^1.0.0-pre.53"
},
"prettier": {
2 changes: 1 addition & 1 deletion src/docker/index.js
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ const options = {
env: process.env, // use process.env variables
};

const DEFAULT_DOCKER_IMAGE_NAME = 'ghcr.io/puppeteer/puppeteer:latest';
const DEFAULT_DOCKER_IMAGE_NAME = 'ghcr.io/puppeteer/puppeteer:23.2.2';

async function getAvailableBrowserURL(containerId) {
const inspectResponse = await dockerCommand(
754 changes: 395 additions & 359 deletions yarn.lock

Large diffs are not rendered by default.