Skip to content

fix(deps): update dependency open to v10 - abandoned#1301

Draft
renovate[bot] wants to merge 2 commits intomainfrom
renovate/open-10.x
Draft

fix(deps): update dependency open to v10 - abandoned#1301
renovate[bot] wants to merge 2 commits intomainfrom
renovate/open-10.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Dec 19, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
open 8.4.0 -> 10.1.0 age adoption passing confidence

Release Notes

sindresorhus/open (open)

v10.1.0

Compare Source

v10.0.4

Compare Source

  • Fix support for passing predefined app to openApp() (#​335) d9e7422

v10.0.3

Compare Source

v10.0.2

Compare Source

v10.0.1

Compare Source

  • Add Windows environment variable fallback for some broken systems (#​328) 8e69be4

v10.0.0

Compare Source

Breaking

v9.1.0

Compare Source

v9.0.0

Compare Source

Breaking
  • Require Node.js 14 7f5995e
  • This package is now pure ESM. Please read this.
    • Please don't open issues regarding ESM / CommonJS.
  • open.openApp is now a named import: import {openApp} from 'open'
  • open.apps is now a named import: import {apps} from 'open'
Improvements
  • Add the ability to open default browser and default browser in private mode (#​294) 3b79981

v8.4.2

Compare Source

v8.4.1

Compare Source


Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/open-10.x branch 2 times, most recently from ec9662a to 4bb02d8 Compare December 28, 2023 03:09
@renovate renovate Bot force-pushed the renovate/open-10.x branch from 4bb02d8 to 1ea5ff3 Compare January 7, 2024 06:56
@renovate renovate Bot force-pushed the renovate/open-10.x branch 16 times, most recently from f7771e1 to 1d3a4b5 Compare January 22, 2024 12:49
@renovate renovate Bot force-pushed the renovate/open-10.x branch 4 times, most recently from 3efdadb to 12a7d23 Compare January 30, 2024 01:57
@renovate renovate Bot force-pushed the renovate/open-10.x branch from 12a7d23 to 42982c6 Compare February 7, 2024 08:12
@renovate renovate Bot force-pushed the renovate/open-10.x branch 2 times, most recently from 2307063 to c9e085f Compare February 20, 2024 06:44
@renovate renovate Bot force-pushed the renovate/open-10.x branch 3 times, most recently from 5832caa to 375a32b Compare February 27, 2024 12:18
@renovate renovate Bot force-pushed the renovate/open-10.x branch 5 times, most recently from cec9552 to 234faec Compare April 17, 2024 07:30
@renovate renovate Bot force-pushed the renovate/open-10.x branch 2 times, most recently from fead370 to 2cfd81c Compare May 7, 2024 01:41
@renovate renovate Bot force-pushed the renovate/open-10.x branch 6 times, most recently from 489a3ea to 3ef4383 Compare May 20, 2024 03:09
@renovate renovate Bot force-pushed the renovate/open-10.x branch 2 times, most recently from 1a79bc3 to 611498d Compare May 23, 2024 04:44
@renovate renovate Bot force-pushed the renovate/open-10.x branch 4 times, most recently from db166f3 to 94cee5c Compare June 7, 2024 03:53
@renovate renovate Bot force-pushed the renovate/open-10.x branch 2 times, most recently from 2eb0314 to 8c6997b Compare June 20, 2024 01:54
@renovate renovate Bot force-pushed the renovate/open-10.x branch 2 times, most recently from 38c77cb to c9a997b Compare June 26, 2024 04:05
@xnv
Copy link
Copy Markdown
Member

xnv commented Aug 6, 2024

  • open@9 で pure ESM になったため、そのままでは利用不可能。
  • akashic-cli を ESM 移行すると何らかの点で破壊的変更になってしまう可能性が高い。
  • CJS 状態の TypeScript では import を書くと require() にされてしまう。(tsconfig.json によるかもしれないが未知)

以上を凌ぐため、 eval("import('open')") で取得するようにする。長期的にどうするかは要検討。

@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Aug 6, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Nov 22, 2025

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants