Skip to content

Releases: apify/apify-cli

1.1.2-beta.29

03 Dec 14:59
5e39451

Choose a tag to compare

1.1.2-beta.29 Pre-release
Pre-release
v1.1.2-beta.29

chore: update invlidate CloudFront step (#978)

1.1.2-beta.28

02 Dec 03:51
3c8f687

Choose a tag to compare

1.1.2-beta.28 Pre-release
Pre-release
v1.1.2-beta.28

chore(deps): update dependency express to ~5.2.0 [security]

1.1.2-beta.27

24 Nov 06:22
33d149d

Choose a tag to compare

1.1.2-beta.27 Pre-release
Pre-release
v1.1.2-beta.27

chore(deps): update yarn to v4.12.0

1.1.2-beta.26

21 Nov 23:17
ab693f6

Choose a tag to compare

1.1.2-beta.26 Pre-release
Pre-release
v1.1.2-beta.26

chore(deps): update dependency bun to v1.3.3

1.1.2-beta.25

19 Nov 07:06
2720740

Choose a tag to compare

1.1.2-beta.25 Pre-release
Pre-release
v1.1.2-beta.25

chore(deps): lock file maintenance

1.1.2-beta.24

13 Nov 10:49
cfefdcd

Choose a tag to compare

1.1.2-beta.24 Pre-release
Pre-release
ci: Set up trusted publishing (#962)

- closes #907

1.1.2-beta.23

12 Nov 09:43
391d71d

Choose a tag to compare

1.1.2-beta.23 Pre-release
Pre-release
chore(deps): update dependency eslint-plugin-react-hooks to v7 (#926)

This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
| [eslint-plugin-react-hooks](https://react.dev/)
([source](https://redirect.github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks))
| [`^5.0.0` ->
`^7.0.0`](https://renovatebot.com/diffs/npm/eslint-plugin-react-hooks/5.2.0/7.0.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-react-hooks/7.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-react-hooks/5.2.0/7.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>facebook/react (eslint-plugin-react-hooks)</summary>

###
[`v7.0.1`](https://redirect.github.com/facebook/react/blob/HEAD/packages/eslint-plugin-react-hooks/CHANGELOG.md#701)

[Compare
Source](https://redirect.github.com/facebook/react/compare/4b3e662e4ce54eb54a8701c48a967cc84a389501...408b38ef7304faf022d2a37110c57efce12c6bad)

- Disallowed passing inline `useEffectEvent` values as JSX props to
guard against accidental propagation.
([#&#8203;34820](https://redirect.github.com/facebook/react/pull/34820)
by [@&#8203;jf-eirinha](https://redirect.github.com/jf-eirinha))
- Switch to `export =` so eslint-plugin-react-hooks emits correct types
for consumers in Node16 ESM projects.
([#&#8203;34949](https://redirect.github.com/facebook/react/pull/34949)
by [@&#8203;karlhorky](https://redirect.github.com/karlhorky))
- Tightened the typing of `configs.flat` so the `configs` export is
always defined.
([#&#8203;34950](https://redirect.github.com/facebook/react/pull/34950)
by [@&#8203;poteto](https://redirect.github.com/poteto))
- Fix named import runtime errors.
([#&#8203;34951](https://redirect.github.com/facebook/react/pull/34951),
[#&#8203;34953](https://redirect.github.com/facebook/react/pull/34953)
by [@&#8203;karlhorky](https://redirect.github.com/karlhorky))

###
[`v7.0.0`](https://redirect.github.com/facebook/react/blob/HEAD/packages/eslint-plugin-react-hooks/CHANGELOG.md#700)

[Compare
Source](https://redirect.github.com/facebook/react/compare/a2329c10ffc153303ad5a65b99d91d8500ceabdd...4b3e662e4ce54eb54a8701c48a967cc84a389501)

This release slims down presets to just 2 configurations (`recommended`
and `recommended-latest`), and all compiler rules are enabled by
default.

- **Breaking:** Removed `recommended-latest-legacy` and
`flat/recommended` configs. The plugin now provides `recommended`
(legacy and flat configs with all recommended rules), and
`recommended-latest` (legacy and flat configs with all recommended rules
plus new bleeding edge experimental compiler rules).
([@&#8203;poteto](https://redirect.github.com/poteto) in
[#&#8203;34757](https://redirect.github.com/facebook/react/pull/34757))

###
[`v6.1.1`](https://redirect.github.com/facebook/react/blob/HEAD/packages/eslint-plugin-react-hooks/CHANGELOG.md#611)

[Compare
Source](https://redirect.github.com/facebook/react/compare/861811347b8fa936b4a114fc022db9b8253b3d86...a2329c10ffc153303ad5a65b99d91d8500ceabdd)

**Note:** 6.1.0 accidentally allowed use of `recommended` without flat
config, causing errors when used with ESLint v9's `defineConfig()`
helper. This has been fixed in 6.1.1.

- Fix `recommended` config for flat config compatibility. The
`recommended` config has been converted to flat config format. Non-flat
config users should use `recommended-legacy` instead.
([@&#8203;poteto](https://redirect.github.com/poteto) in
[#&#8203;34700](https://redirect.github.com/facebook/react/pull/34700))
- Add `recommended-latest` and `recommended-latest-legacy` configs that
include React Compiler rules.
([@&#8203;poteto](https://redirect.github.com/poteto) in
[#&#8203;34675](https://redirect.github.com/facebook/react/pull/34675))
- Remove unused `NoUnusedOptOutDirectives` rule.
([@&#8203;poteto](https://redirect.github.com/poteto) in
[#&#8203;34703](https://redirect.github.com/facebook/react/pull/34703))
- Remove `hermes-parser` and dependency.
([@&#8203;poteto](https://redirect.github.com/poteto) in
[#&#8203;34719](https://redirect.github.com/facebook/react/pull/34719))
- Remove `@babel/plugin-proposal-private-methods` dependency.
([@&#8203;ArnaudBarre](https://redirect.github.com/ArnaudBarre) and
[@&#8203;josephsavona](https://redirect.github.com/josephsavona) in
[#&#8203;34715](https://redirect.github.com/facebook/react/pull/34715))
- Update for Zod v3/v4 compatibility.
([@&#8203;kolian](https://redirect.github.com/kolvian) and
[@&#8203;josephsavona](https://redirect.github.com/josephsavona) in
[#&#8203;34717](https://redirect.github.com/facebook/react/pull/34717))

###
[`v6.1.0`](https://redirect.github.com/facebook/react/blob/HEAD/packages/eslint-plugin-react-hooks/CHANGELOG.md#610)

[Compare
Source](https://redirect.github.com/facebook/react/compare/fea92d846284bb7f4427ccbe8c16aaf85f0e2943...861811347b8fa936b4a114fc022db9b8253b3d86)

**Note:** Version 6.0.0 was mistakenly released and immediately
deprecated and untagged on npm. This is the first official 6.x major
release and includes breaking changes.

- **Breaking:** Require Node.js 18 or newer.
([@&#8203;michaelfaith](https://redirect.github.com/michaelfaith) in
[#&#8203;32458](https://redirect.github.com/facebook/react/pull/32458))
- **Breaking:** Flat config is now the default `recommended` preset.
Legacy config moved to `recommended-legacy`.
([@&#8203;michaelfaith](https://redirect.github.com/michaelfaith) in
[#&#8203;32457](https://redirect.github.com/facebook/react/pull/32457))
- **New Violations:** Disallow calling `use` within try/catch blocks.
([@&#8203;poteto](https://redirect.github.com/poteto) in
[#&#8203;34040](https://redirect.github.com/facebook/react/pull/34040))
- **New Violations:** Disallow calling `useEffectEvent` functions in
arbitrary closures.
([@&#8203;jbrown215](https://redirect.github.com/jbrown215) in
[#&#8203;33544](https://redirect.github.com/facebook/react/pull/33544))
- Handle `React.useEffect` in addition to `useEffect` in rules-of-hooks.
([@&#8203;Ayc0](https://redirect.github.com/Ayc0) in
[#&#8203;34076](https://redirect.github.com/facebook/react/pull/34076))
- Added `react-hooks` settings config option that to accept
`additionalEffectHooks` that are used across exhaustive-deps and
rules-of-hooks rules.
([@&#8203;jbrown215](https://redirect.github.com/jbrown215)) in
[#&#8203;34497](https://redirect.github.com/facebook/react/pull/34497)

###
[`v6.0.0`](https://redirect.github.com/facebook/react/blob/HEAD/packages/eslint-plugin-react-hooks/CHANGELOG.md#600)

[Compare
Source](https://redirect.github.com/facebook/react/compare/3607f4838a8f4a87160da36aa26bb1432d7a5f11...fea92d846284bb7f4427ccbe8c16aaf85f0e2943)

Accidentally released. See 6.1.0 for the actual changes.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "every weekday" (UTC), Automerge - At
any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- 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-cli).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzEuOSIsInVwZGF0ZWRJblZlciI6IjQxLjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

1.1.2-beta.22

12 Nov 09:33
ae20df0

Choose a tag to compare

1.1.2-beta.22 Pre-release
Pre-release
chore(deps): update dependency @types/archiver to v7 (#946)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

1.1.2-beta.21

12 Nov 09:27
bfe67be

Choose a tag to compare

1.1.2-beta.21 Pre-release
Pre-release
chore(deps): update patch/minor dependencies (#955)

This PR contains the following updates:

| Package | Change | Age | Confidence | Type | Update |
|---|---|---|---|---|---|
| [Bun](https://bun.com)
([source](https://redirect.github.com/oven-sh/bun)) | `1.3.1` -> `1.3.2`
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/bun/1.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/bun/1.3.1/1.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| | patch |
| [python](https://redirect.github.com/actions/python-versions) | `3.12`
-> `3.14` |
[![age](https://developer.mend.io/api/mc/badges/age/github-releases/actions%2fpython-versions/3.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/github-releases/actions%2fpython-versions/3.12.12/3.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| uses-with | minor |
| [yarn](https://redirect.github.com/yarnpkg/berry)
([source](https://redirect.github.com/yarnpkg/berry/tree/HEAD/packages/yarnpkg-cli))
| [`4.10.3` ->
`4.11.0`](https://renovatebot.com/diffs/npm/yarn/4.10.3/4.11.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/@yarnpkg%2fcli/4.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@yarnpkg%2fcli/4.10.3/4.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| packageManager | minor |
| [yarn](https://redirect.github.com/yarnpkg/berry)
([source](https://redirect.github.com/yarnpkg/berry/tree/HEAD/packages/yarnpkg-cli))
| [`4.10.3` ->
`4.11.0`](https://renovatebot.com/diffs/npm/yarn/4.10.3/4.11.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/@yarnpkg%2fcli/4.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@yarnpkg%2fcli/4.10.3/4.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| volta | minor |

---

### Release Notes

<details>
<summary>oven-sh/bun (Bun)</summary>

###
[`v1.3.2`](https://redirect.github.com/oven-sh/bun/releases/tag/bun-v1.3.2):
Bun v1.3.2

[Compare
Source](https://redirect.github.com/oven-sh/bun/compare/bun-v1.3.1...bun-v1.3.2)

To install Bun v1.3.2

```bash
curl -fsSL https://bun.sh/install | bash

# or you can use npm
# npm install -g bun
```

Windows:

```bash
powershell -c "irm bun.sh/install.ps1|iex"
```

To upgrade to Bun v1.3.2:

```bash
bun upgrade
```

##### [Read Bun v1.3.2's release notes on Bun's
blog](https://bun.com/blog/bun-v1.3.2)

##### Thanks to 18 contributors!

- [@&#8203;alii](https://redirect.github.com/alii)
- [@&#8203;avarayr](https://redirect.github.com/avarayr)
- [@&#8203;braden-w](https://redirect.github.com/braden-w)
- [@&#8203;cirospaciari](https://redirect.github.com/cirospaciari)
- [@&#8203;csvlad](https://redirect.github.com/csvlad)
- [@&#8203;dylan-conway](https://redirect.github.com/dylan-conway)
- [@&#8203;fraidev](https://redirect.github.com/fraidev)
- [@&#8203;jarred-sumner](https://redirect.github.com/jarred-sumner)
- [@&#8203;lillious](https://redirect.github.com/lillious)
- [@&#8203;lydiahallie](https://redirect.github.com/lydiahallie)
- [@&#8203;markovejnovic](https://redirect.github.com/markovejnovic)
- [@&#8203;nektro](https://redirect.github.com/nektro)
- [@&#8203;nkxxll](https://redirect.github.com/nkxxll)
- [@&#8203;pfgithub](https://redirect.github.com/pfgithub)
- [@&#8203;riskymh](https://redirect.github.com/riskymh)
- [@&#8203;robobun](https://redirect.github.com/robobun)
- [@&#8203;sosukesuzuki](https://redirect.github.com/sosukesuzuki)
- [@&#8203;taylordotfish](https://redirect.github.com/taylordotfish)

</details>

<details>
<summary>actions/python-versions (python)</summary>

###
[`v3.14.0`](https://redirect.github.com/actions/python-versions/releases/tag/3.14.0-18313368925):
3.14.0

[Compare
Source](https://redirect.github.com/actions/python-versions/compare/3.13.9-18515951191...3.14.0-18313368925)

Python 3.14.0

###
[`v3.13.9`](https://redirect.github.com/actions/python-versions/releases/tag/3.13.9-18515951191):
3.13.9

[Compare
Source](https://redirect.github.com/actions/python-versions/compare/3.13.8-18331000654...3.13.9-18515951191)

Python 3.13.9

###
[`v3.13.8`](https://redirect.github.com/actions/python-versions/releases/tag/3.13.8-18331000654):
3.13.8

[Compare
Source](https://redirect.github.com/actions/python-versions/compare/3.13.7-16980743123...3.13.8-18331000654)

Python 3.13.8

###
[`v3.13.7`](https://redirect.github.com/actions/python-versions/releases/tag/3.13.7-16980743123):
3.13.7

[Compare
Source](https://redirect.github.com/actions/python-versions/compare/3.13.6-16792117939...3.13.7-16980743123)

Python 3.13.7

###
[`v3.13.6`](https://redirect.github.com/actions/python-versions/releases/tag/3.13.6-16792117939):
3.13.6

[Compare
Source](https://redirect.github.com/actions/python-versions/compare/3.13.5-15601068749...3.13.6-16792117939)

Python 3.13.6

###
[`v3.13.5`](https://redirect.github.com/actions/python-versions/releases/tag/3.13.5-15601068749):
3.13.5

[Compare
Source](https://redirect.github.com/actions/python-versions/compare/3.13.4-15433317575...3.13.5-15601068749)

Python 3.13.5

###
[`v3.13.4`](https://redirect.github.com/actions/python-versions/releases/tag/3.13.4-15433317575):
3.13.4

[Compare
Source](https://redirect.github.com/actions/python-versions/compare/3.13.3-14344076652...3.13.4-15433317575)

Python 3.13.4

###
[`v3.13.3`](https://redirect.github.com/actions/python-versions/releases/tag/3.13.3-14344076652):
3.13.3

[Compare
Source](https://redirect.github.com/actions/python-versions/compare/3.13.2-13708744326...3.13.3-14344076652)

Python 3.13.3

###
[`v3.13.2`](https://redirect.github.com/actions/python-versions/releases/tag/3.13.2-13708744326):
3.13.2

[Compare
Source](https://redirect.github.com/actions/python-versions/compare/3.13.1-13437882550...3.13.2-13708744326)

Python 3.13.2

###
[`v3.13.1`](https://redirect.github.com/actions/python-versions/releases/tag/3.13.1-13437882550):
3.13.1

[Compare
Source](https://redirect.github.com/actions/python-versions/compare/3.13.0-13707372259...3.13.1-13437882550)

Python 3.13.1

###
[`v3.13.0`](https://redirect.github.com/actions/python-versions/releases/tag/3.13.0-13707372259):
3.13.0

[Compare
Source](https://redirect.github.com/actions/python-versions/compare/3.12.12-18393146713...3.13.0-13707372259)

Python 3.13.0

</details>

<details>
<summary>yarnpkg/berry (yarn)</summary>

###
[`v4.11.0`](https://redirect.github.com/yarnpkg/berry/compare/38b9c5fc96a56860338176aa8a07b2ffc9c7af0b...9a2729db5f0d965dfbae9e4397b68434f2b8b112)

[Compare
Source](https://redirect.github.com/yarnpkg/berry/compare/38b9c5fc96a56860338176aa8a07b2ffc9c7af0b...9a2729db5f0d965dfbae9e4397b68434f2b8b112)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "every weekday" (UTC), 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-cli).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

1.1.2-beta.19

12 Nov 08:58

Choose a tag to compare

1.1.2-beta.19 Pre-release
Pre-release
v1.1.2-beta.19

chore(release): Update changelog and package version [skip ci]