Skip to content

Commit 47d49b4

Browse files
chore(deps): update patch/minor dependencies (#951)
This PR contains the following updates: | Package | Type | Update | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---|---|---| | [apify/actions](https://redirect.github.com/apify/actions) | action | minor | `v1.2.0` → `v1.3.0` | ![age](https://developer.mend.io/api/mc/badges/age/github-tags/apify%2factions/v1.3.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/github-tags/apify%2factions/v1.2.0/v1.3.0?slim=true) | | [oxlint](https://oxc.rs/docs/guide/usage/linter) ([source](https://redirect.github.com/oxc-project/oxc/tree/HEAD/npm/oxlint)) | devDependencies | minor | [`1.70.0` → `1.71.0`](https://renovatebot.com/diffs/npm/oxlint/1.70.0/1.71.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/oxlint/1.71.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/oxlint/1.70.0/1.71.0?slim=true) | --- ### Release Notes <details> <summary>apify/actions (apify/actions)</summary> ### [`v1.3.0`](https://redirect.github.com/apify/actions/releases/tag/v1.3.0) [Compare Source](https://redirect.github.com/apify/actions/compare/v1.2.0...v1.3.0) ##### Features - enhance MongoDB index checker with detailed sharding guidelines and common patterns ([#&#8203;25](https://redirect.github.com/apify/actions/issues/25)) ([ebbf103](https://redirect.github.com/apify/actions/commit/ebbf10368eb33412fd89dbc7094c25ba8dfb1789)) - extend MongoDB index-check prompt with six more review patterns ([#&#8203;21](https://redirect.github.com/apify/actions/issues/21)) ([8bab229](https://redirect.github.com/apify/actions/commit/8bab22948562bab4bb1a4a962e5571709676550f)) - PR title check action ([#&#8203;24](https://redirect.github.com/apify/actions/issues/24)) ([28507c2](https://redirect.github.com/apify/actions/commit/28507c283529cfd5de11f7046443d25a39cb73e4)) - Update model version from claude-opus-4-7 to claude-opus-4-8 ([#&#8203;26](https://redirect.github.com/apify/actions/issues/26)) ([f4bd7c9](https://redirect.github.com/apify/actions/commit/f4bd7c9aeaf8c43aaac13b17e41025a32dcec039)) ##### Bug Fixes - **git-cliff-release:** Improve behavior with no existing version tag ([#&#8203;27](https://redirect.github.com/apify/actions/issues/27)) ([9d7631e](https://redirect.github.com/apify/actions/commit/9d7631e09fd7cc1246532c903cb22633ea3eafa4)) </details> <details> <summary>oxc-project/oxc (oxlint)</summary> ### [`v1.71.0`](https://redirect.github.com/oxc-project/oxc/blob/HEAD/npm/oxlint/CHANGELOG.md#1710---2026-06-22) [Compare Source](https://redirect.github.com/oxc-project/oxc/compare/oxlint_v1.70.0...oxlint_v1.71.0) ##### 🚀 Features - [`0dc2405`](https://redirect.github.com/oxc-project/oxc/commit/0dc2405) linter: Add schema for `eslint/no-restricted-properties` ([#&#8203;23619](https://redirect.github.com/oxc-project/oxc/issues/23619)) (Sysix) - [`b638d0e`](https://redirect.github.com/oxc-project/oxc/commit/b638d0e) linter: Add schema for `node/callback-return` ([#&#8203;23615](https://redirect.github.com/oxc-project/oxc/issues/23615)) (Sysix) - [`eb8bedc`](https://redirect.github.com/oxc-project/oxc/commit/eb8bedc) linter: Add schema for `import/extensions` ([#&#8203;23557](https://redirect.github.com/oxc-project/oxc/issues/23557)) (WaterWhisperer) - [`46f3625`](https://redirect.github.com/oxc-project/oxc/commit/46f3625) linter: Implement node/no-sync rule ([#&#8203;23589](https://redirect.github.com/oxc-project/oxc/issues/23589)) (fujitani sora) - [`b01739a`](https://redirect.github.com/oxc-project/oxc/commit/b01739a) linter: Add schema for `unicorn/numeric-separators-style` ([#&#8203;23554](https://redirect.github.com/oxc-project/oxc/issues/23554)) (Mikhail Baev) - [`68afd2a`](https://redirect.github.com/oxc-project/oxc/commit/68afd2a) linter/node: Implement `no-mixed-requires` rule ([#&#8203;23539](https://redirect.github.com/oxc-project/oxc/issues/23539)) (fujitani sora) - [`a421215`](https://redirect.github.com/oxc-project/oxc/commit/a421215) linter: Add schema for `eslint/prefer-destructuring` ([#&#8203;23410](https://redirect.github.com/oxc-project/oxc/issues/23410)) (WaterWhisperer) - [`84438be`](https://redirect.github.com/oxc-project/oxc/commit/84438be) linter/jsdoc: Added missing options to `require-param-description` ([#&#8203;23416](https://redirect.github.com/oxc-project/oxc/issues/23416)) (kapobajza) - [`51910df`](https://redirect.github.com/oxc-project/oxc/commit/51910df) linter/jsdoc: Add missing options to `require-param-type` rule ([#&#8203;23418](https://redirect.github.com/oxc-project/oxc/issues/23418)) (kapobajza) - [`e90925f`](https://redirect.github.com/oxc-project/oxc/commit/e90925f) linter/unicorn: Implement prefer-number-coercion rule ([#&#8203;23497](https://redirect.github.com/oxc-project/oxc/issues/23497)) (Shekhu☺️) - [`dd1c866`](https://redirect.github.com/oxc-project/oxc/commit/dd1c866) linter/vue: Implement no-async-in-computed-properties rule ([#&#8203;23493](https://redirect.github.com/oxc-project/oxc/issues/23493)) (bab) - [`b02444e`](https://redirect.github.com/oxc-project/oxc/commit/b02444e) linter: Add schema for `react/jsx-no-script-url` ([#&#8203;23475](https://redirect.github.com/oxc-project/oxc/issues/23475)) (WaterWhisperer) - [`a8dce46`](https://redirect.github.com/oxc-project/oxc/commit/a8dce46) linter/unicorn: Implement `max-nested-calls` rule ([#&#8203;23461](https://redirect.github.com/oxc-project/oxc/issues/23461)) (arieleli01212) ##### 🐛 Bug Fixes - [`a303c23`](https://redirect.github.com/oxc-project/oxc/commit/a303c23) linter/jsx-a11y: Align `anchor-is-valid` config with upstream ([#&#8203;23446](https://redirect.github.com/oxc-project/oxc/issues/23446)) (camc314) ##### 📚 Documentation - [`b50bf4d`](https://redirect.github.com/oxc-project/oxc/commit/b50bf4d) linter: Remove manually written options doc for `eslint/arrow-body-style` ([#&#8203;23490](https://redirect.github.com/oxc-project/oxc/issues/23490)) (Mikhail Baev) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - "every weekday" - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/apify/apify-client-js). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNDIuMiIsInVwZGF0ZWRJblZlciI6IjQzLjI0Mi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 63393c0 commit 47d49b4

7 files changed

Lines changed: 317 additions & 317 deletions

File tree

.github/workflows/check.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
node-version: ${{ matrix.node-version }}
4141

4242
- name: Install pnpm and dependencies
43-
uses: apify/actions/pnpm-install@v1.2.0
43+
uses: apify/actions/pnpm-install@v1.3.0
4444

4545
- name: Install Chrome for puppeteer
4646
run: pnpm exec puppeteer browsers install chrome
@@ -61,7 +61,7 @@ jobs:
6161
node-version: 24
6262

6363
- name: Install pnpm and dependencies
64-
uses: apify/actions/pnpm-install@v1.2.0
64+
uses: apify/actions/pnpm-install@v1.3.0
6565

6666
- name: Run Tests
6767
run: pnpm test:bundling
@@ -77,7 +77,7 @@ jobs:
7777
with:
7878
node-version: 24
7979
- name: Install pnpm and dependencies
80-
uses: apify/actions/pnpm-install@v1.2.0
80+
uses: apify/actions/pnpm-install@v1.3.0
8181
- run: pnpm lint
8282
- name: Format check
8383
run: pnpm format:check
@@ -95,7 +95,7 @@ jobs:
9595
with:
9696
node-version: 24
9797
- name: Install pnpm and dependencies
98-
uses: apify/actions/pnpm-install@v1.2.0
98+
uses: apify/actions/pnpm-install@v1.3.0
9999

100100
- name: Build docs
101101
run: |

.github/workflows/docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ jobs:
3333
git config user.email 'github-actions[bot]@users.noreply.github.com'
3434
3535
- name: Install pnpm and dependencies
36-
uses: apify/actions/pnpm-install@v1.2.0
36+
uses: apify/actions/pnpm-install@v1.3.0
3737

3838
- name: Update docs theme
3939
run: pnpm --filter apify-client-website update @apify/docs-theme
4040

4141
# We do this as early as possible to prevent conflicts if someone else would push something in the meantime
4242
- name: Commit the updated package.json and lockfile
43-
uses: apify/actions/signed-commit@v1.2.0
43+
uses: apify/actions/signed-commit@v1.3.0
4444
with:
4545
message: 'chore: Automatic theme updating workflow [skip ci]'
4646
add: 'website/package.json pnpm-lock.yaml'

.github/workflows/pre_release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
version_number: ${{ steps.release_metadata.outputs.version_number }}
2222
changelog: ${{ steps.release_metadata.outputs.changelog }}
2323
steps:
24-
- uses: apify/actions/git-cliff-release@v1.2.0
24+
- uses: apify/actions/git-cliff-release@v1.3.0
2525
name: Prepare release metadata
2626
id: release_metadata
2727
with:
@@ -58,7 +58,7 @@ jobs:
5858
node-version: 24
5959

6060
- name: Install pnpm and dependencies
61-
uses: apify/actions/pnpm-install@v1.2.0
61+
uses: apify/actions/pnpm-install@v1.3.0
6262

6363
- name: Update package version in package.json
6464
run: pnpm version --no-git-tag-version --allow-same-version ${{ needs.release_metadata.outputs.version_number }}
@@ -72,7 +72,7 @@ jobs:
7272

7373
- name: Commit changes
7474
id: commit
75-
uses: apify/actions/signed-commit@v1.2.0
75+
uses: apify/actions/signed-commit@v1.3.0
7676
with:
7777
message: 'chore(release): Update changelog and package version [skip ci]'
7878
pull: '--rebase --autostash'
@@ -84,7 +84,7 @@ jobs:
8484
runs-on: ubuntu-latest
8585
steps:
8686
- name: Execute publish workflow
87-
uses: apify/actions/execute-workflow@v1.2.0
87+
uses: apify/actions/execute-workflow@v1.3.0
8888
with:
8989
workflow: publish_to_npm.yaml
9090
inputs: '{ "ref": "${{ needs.update_changelog.outputs.changelog_commitish }}", "tag": "beta" }'

.github/workflows/publish_to_npm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
node-version: 24
3535
registry-url: 'https://registry.npmjs.org'
3636
- name: Install pnpm and dependencies
37-
uses: apify/actions/pnpm-install@v1.2.0
37+
uses: apify/actions/pnpm-install@v1.3.0
3838
- name: Check version consistency and bump pre-release version (beta only)
3939
if: ${{ inputs.tag == 'beta' }}
4040
run: node ./.github/scripts/before-beta-release.js

.github/workflows/release.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
changelog: ${{ steps.release_metadata.outputs.changelog }}
3636
release_notes: ${{ steps.release_metadata.outputs.release_notes }}
3737
steps:
38-
- uses: apify/actions/git-cliff-release@v1.2.0
38+
- uses: apify/actions/git-cliff-release@v1.3.0
3939
name: Prepare release metadata
4040
id: release_metadata
4141
with:
@@ -65,7 +65,7 @@ jobs:
6565
node-version: 24
6666

6767
- name: Install pnpm and dependencies
68-
uses: apify/actions/pnpm-install@v1.2.0
68+
uses: apify/actions/pnpm-install@v1.3.0
6969

7070
- name: Update package version in package.json
7171
run: pnpm version --no-git-tag-version --allow-same-version ${{ needs.release_metadata.outputs.version_number }}
@@ -79,7 +79,7 @@ jobs:
7979

8080
- name: Commit changes
8181
id: commit
82-
uses: apify/actions/signed-commit@v1.2.0
82+
uses: apify/actions/signed-commit@v1.3.0
8383
with:
8484
message: 'chore(release): Update changelog and package version [skip ci]'
8585
pull: '--rebase --autostash'
@@ -106,7 +106,7 @@ jobs:
106106
runs-on: ubuntu-latest
107107
steps:
108108
- name: Execute publish workflow
109-
uses: apify/actions/execute-workflow@v1.2.0
109+
uses: apify/actions/execute-workflow@v1.3.0
110110
with:
111111
workflow: publish_to_npm.yaml
112112
inputs: '{ "ref": "${{ needs.update_changelog.outputs.changelog_commitish }}", "tag": "latest" }'
@@ -132,7 +132,7 @@ jobs:
132132
run: sudo apt-get install jq
133133

134134
- name: Install pnpm and dependencies
135-
uses: apify/actions/pnpm-install@v1.2.0
135+
uses: apify/actions/pnpm-install@v1.3.0
136136

137137
- name: Snapshot the current version
138138
run: |
@@ -148,7 +148,7 @@ jobs:
148148
pnpm format
149149
150150
- name: Commit and push the version snapshot
151-
uses: apify/actions/signed-commit@v1.2.0
151+
uses: apify/actions/signed-commit@v1.3.0
152152
with:
153153
message: 'docs: update docs for ${{ needs.release_metadata.outputs.version_number }} version'
154154
pull: '--rebase --autostash'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"express": "^5.0.0",
9898
"gen-esm-wrapper": "^1.1.2",
9999
"oxfmt": "0.56.0",
100-
"oxlint": "1.70.0",
100+
"oxlint": "1.71.0",
101101
"oxlint-tsgolint": "0.23.0",
102102
"puppeteer": "^25.0.0",
103103
"rimraf": "^6.0.0",

0 commit comments

Comments
 (0)