chore(deps): bump the dependencies group across 1 directory with 4 updates
Bumps the dependencies group with 4 updates in the / directory: @topcli/prompts, cacache, ini and sirv.
Updates @topcli/prompts from 1.11.0 to 2.0.0
Release notes
Sourced from @topcli/prompts's releases.
v2.0.0
What's Changed
- chore(deps-dev): bump c8 from 9.1.0 to 10.1.2 in the development-dependencies group by
@dependabotin TopCli/prompts#114- chore(deps): bump the github-actions group with 3 updates by
@dependabotin TopCli/prompts#115- chore: add animated example by
@PierreDemaillyin TopCli/prompts#116- refactor(validators)!: remove error field by
@PierreDemaillyin TopCli/prompts#117- docs(confirm): update outdated docs by
@PierreDemaillyin TopCli/prompts#118- refactor: use util.styleText instead of kleur by
@PierreDemaillyin TopCli/prompts#119- chore(deps-dev): bump
@types/nodefrom 20.14.13 to 22.0.0 in the development-dependencies group by@dependabotin TopCli/prompts#120- chore(deps): bump the github-actions group with 5 updates by
@dependabotin TopCli/prompts#121- refactor: use OpenAlly configs by
@PierreDemaillyin TopCli/prompts#122Full Changelog: https://github.com/TopCli/prompts/compare/v1.10.1...v1.11.0
Commits
507a3352.0.0- See full diff in compare view
Updates cacache from 18.0.4 to 19.0.1
Release notes
Sourced from cacache's releases.
v19.0.1
19.0.1 (2024-09-26)
Dependencies
v19.0.0
19.0.0 (2024-09-26)
⚠️ BREAKING CHANGES
cacachenow supports node^18.17.0 || >=20.5.0Bug Fixes
Dependencies
beaab7c#291 bump tar from 6.2.1 to 7.4.3 (#291)81b6e34#300[email protected]dcab1af#300[email protected]ba3a3b8#300@npmcli/[email protected]Chores
73ce729#300 run template-oss-apply (@reggi)f663562#294 bump@npmcli/eslint-configfrom 4.0.5 to 5.0.0 (@dependabot[bot])74ac800#295 postinstall for dependabot template-oss PR (@hashtagchris)ae95894#295 bump@npmcli/template-ossfrom 4.23.1 to 4.23.3 (@dependabot[bot])
Changelog
Sourced from cacache's changelog.
19.0.1 (2024-09-26)
Dependencies
19.0.0 (2024-09-26)
⚠️ BREAKING CHANGES
cacachenow supports node^18.17.0 || >=20.5.0Bug Fixes
Dependencies
beaab7c#291 bump tar from 6.2.1 to 7.4.3 (#291)81b6e34#300[email protected]dcab1af#300[email protected]ba3a3b8#300@npmcli/[email protected]Chores
73ce729#300 run template-oss-apply (@reggi)f663562#294 bump@npmcli/eslint-configfrom 4.0.5 to 5.0.0 (@dependabot[bot])74ac800#295 postinstall for dependabot template-oss PR (@hashtagchris)ae95894#295 bump@npmcli/template-ossfrom 4.23.1 to 4.23.3 (@dependabot[bot])
Commits
718216cchore: release 19.0.1 (#303)e56c7fcdeps: update p-map from ^4.0.0 to ^7.0.2 (#302)b52d649chore: release 19.0.0 (#301)beaab7cdeps: bump tar from 6.2.1 to 7.4.3 (#291)81b6e34deps: [email protected]dcab1afdeps: [email protected]ba3a3b8deps:@npmcli/fs@4.0.073ce729chore: run template-oss-applycc9eee3fix!: align to npm 10 node engine rangef663562chore: bump@npmcli/eslint-configfrom 4.0.5 to 5.0.0- Additional commits viewable in compare view
Updates ini from 4.1.3 to 5.0.0
Release notes
Sourced from ini's releases.
v5.0.0
5.0.0 (2024-09-03)
⚠️ BREAKING CHANGES
ininow supports node^18.17.0 || >=20.5.0Bug Fixes
3eca645#279 align to npm 10 node engine range (@hashtagchris)Chores
c89e209#279 run template-oss-apply (@hashtagchris)fc44750#276 bump@npmcli/eslint-configfrom 4.0.5 to 5.0.0 (@dependabot[bot])21c20bb#277 postinstall for dependabot template-oss PR (@hashtagchris)44b3b50#277 bump@npmcli/template-ossfrom 4.23.1 to 4.23.3 (@dependabot[bot])
Changelog
Sourced from ini's changelog.
5.0.0 (2024-09-03)
⚠️ BREAKING CHANGES
ininow supports node^18.17.0 || >=20.5.0Bug Fixes
3eca645#279 align to npm 10 node engine range (@hashtagchris)Chores
c89e209#279 run template-oss-apply (@hashtagchris)fc44750#276 bump@npmcli/eslint-configfrom 4.0.5 to 5.0.0 (@dependabot[bot])21c20bb#277 postinstall for dependabot template-oss PR (@hashtagchris)44b3b50#277 bump@npmcli/template-ossfrom 4.23.1 to 4.23.3 (@dependabot[bot])
Commits
63c421echore: release 5.0.0 (#280)c89e209chore: run template-oss-apply3eca645fix!: align to npm 10 node engine rangefc44750chore: bump@npmcli/eslint-configfrom 4.0.5 to 5.0.021c20bbchore: postinstall for dependabot template-oss PR44b3b50chore: bump@npmcli/template-ossfrom 4.23.1 to 4.23.3a76528fchore: postinstall for dependabot template-oss PRade03b8chore: bump@npmcli/template-ossfrom 4.22.0 to 4.23.1- See full diff in compare view
Updates sirv from 2.0.4 to 3.0.0
Release notes
Sourced from sirv's releases.
v3.0.0
Breaking
- Now requires Node 18+ : c7d2479,
- Added
exportsmap for native ESM support: c7d2479Features
- Added
node:prefix for explicit native imports, which unlocks Deno support (#163): 912af6f Thank you@karimfromjordanPatches
- Add separate CJS and ESM definitions: 982fcc8 Previously CJS types were wrong/incompatible.
Chores
- (sirv-cli) Upgrade
get-portto 5.1.1 for TS definitions: e5e0826- Write tests in native ESM: 2f36733
- (CI): Add Node 20 to matrix: 9ca1cbc
Full Changelog: https://github.com/lukeed/sirv/compare/v2.0.4...v3.0.0
Commits
3bd2ff6v3.0.02f36733chore: native ESM testse5e0826chore(sirv-cli): bumpget-portversion982fcc8fix(sirv): separate ESM vs CJS type definitions912af6ffix: addnode:prefix (#163)9ca1cbcchore(ci): add Node 20 to matrixc7d2479break: require Node 18+c49f765chore(ci): pnpm -> bun- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) -
@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) -
@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) -
@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency -
@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions