Skip to content

Commit

Permalink
chore(deps): update patch/minor dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 29, 2024
1 parent c69a34a commit 611acaa
Show file tree
Hide file tree
Showing 11 changed files with 250 additions and 568 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-pr-title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
name: 'Check PR title'
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5.5.2
- uses: amannn/action-semantic-pull-request@v5.5.3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
"@apify/tsconfig": "^0.1.0",
"@biomejs/biome": "^1.7.3",
"@commitlint/config-conventional": "^19.0.0",
"@playwright/browser-chromium": "1.44.1",
"@playwright/browser-firefox": "1.44.1",
"@playwright/browser-webkit": "1.44.1",
"@playwright/browser-chromium": "1.46.1",
"@playwright/browser-firefox": "1.46.1",
"@playwright/browser-webkit": "1.46.1",
"@types/content-type": "^1.1.5",
"@types/deep-equal": "^1.0.1",
"@types/domhandler": "^2.4.2",
Expand Down Expand Up @@ -103,7 +103,7 @@
"lerna": "^8.0.0",
"lint-staged": "^15.0.0",
"nock": "^13.4.0",
"playwright": "1.44.1",
"playwright": "1.46.1",
"portastic": "^1.0.1",
"proxy": "^1.0.2",
"puppeteer": "22.12.0",
Expand All @@ -116,7 +116,7 @@
},
"packageManager": "yarn@4.4.1",
"volta": {
"node": "20.15.0",
"node": "20.17.0",
"yarn": "4.4.1"
}
}
2 changes: 1 addition & 1 deletion packages/cheerio-crawler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@crawlee/http": "3.11.2",
"@crawlee/types": "3.11.2",
"@crawlee/utils": "3.11.2",
"cheerio": "1.0.0-rc.12",
"cheerio": "1.0.0",
"htmlparser2": "^9.0.0",
"tslib": "^2.4.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/http-crawler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@crawlee/types": "3.11.2",
"@crawlee/utils": "3.11.2",
"@types/content-type": "^1.1.5",
"cheerio": "1.0.0-rc.12",
"cheerio": "1.0.0",
"content-type": "^1.0.4",
"got-scraping": "^4.0.0",
"iconv-lite": "^0.6.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/jsdom-crawler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@crawlee/types": "3.11.2",
"@crawlee/utils": "3.11.2",
"@types/jsdom": "^21.0.0",
"cheerio": "1.0.0-rc.12",
"cheerio": "1.0.0",
"jsdom": "^25.0.0",
"ow": "^0.28.2",
"tslib": "^2.4.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/playwright-crawler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@crawlee/core": "3.11.2",
"@crawlee/types": "3.11.2",
"@crawlee/utils": "3.11.2",
"cheerio": "1.0.0-rc.12",
"cheerio": "1.0.0",
"idcac-playwright": "^0.1.2",
"jquery": "^3.6.0",
"lodash.isequal": "^4.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/puppeteer-crawler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@crawlee/browser-pool": "3.11.2",
"@crawlee/types": "3.11.2",
"@crawlee/utils": "3.11.2",
"cheerio": "1.0.0-rc.12",
"cheerio": "1.0.0",
"devtools-protocol": "*",
"idcac-playwright": "^0.1.2",
"jquery": "^3.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@apify/ps-tree": "^1.2.0",
"@crawlee/types": "3.11.2",
"@types/sax": "^1.2.7",
"cheerio": "1.0.0-rc.12",
"cheerio": "1.0.0",
"file-type": "^19.0.0",
"got-scraping": "^4.0.3",
"ow": "^0.28.1",
Expand Down
14 changes: 7 additions & 7 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"devDependencies": {
"@apify/eslint-config-ts": "^0.4.0",
"@apify/tsconfig": "^0.1.0",
"@docusaurus/module-type-aliases": "3.4.0",
"@docusaurus/types": "3.4.0",
"@docusaurus/module-type-aliases": "3.5.2",
"@docusaurus/types": "3.5.2",
"@types/react": "^18.0.28",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
Expand All @@ -30,14 +30,14 @@
"path-browserify": "^1.0.1",
"prettier": "^3.0.0",
"rimraf": "^6.0.0",
"typescript": "5.5.2"
"typescript": "5.5.4"
},
"dependencies": {
"@apify/utilities": "^2.8.0",
"@docusaurus/core": "3.4.0",
"@docusaurus/mdx-loader": "3.4.0",
"@docusaurus/plugin-client-redirects": "3.4.0",
"@docusaurus/preset-classic": "3.4.0",
"@docusaurus/core": "3.5.2",
"@docusaurus/mdx-loader": "3.5.2",
"@docusaurus/plugin-client-redirects": "3.5.2",
"@docusaurus/preset-classic": "3.5.2",
"@giscus/react": "^3.0.0",
"@mdx-js/react": "^3.0.1",
"axios": "^1.5.0",
Expand Down
Loading

0 comments on commit 611acaa

Please sign in to comment.