Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Conversation

renovate[bot]
Copy link
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 3 times, most recently from d69f05f to 8b2af4f Compare July 16, 2024 10:44
@renovate renovate bot force-pushed the renovate/open-10.x branch 3 times, most recently from 09d97cc to 8ce6a81 Compare July 29, 2024 05:10
@renovate renovate bot changed the base branch from master to main July 29, 2024 05:10
@renovate renovate bot force-pushed the renovate/open-10.x branch 13 times, most recently from a5c84c4 to ba2e924 Compare August 2, 2024 09:50
@renovate renovate bot force-pushed the renovate/open-10.x branch from ba2e924 to 4d9ef7d Compare August 5, 2024 07:16
@renovate renovate bot force-pushed the renovate/open-10.x branch from 4d9ef7d to 29112ee Compare August 5, 2024 07:25
@xnv
Copy link
Member

xnv commented Aug 6, 2024

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

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

@xnv xnv requested review from yu-ogi and ShinobuTakahashi August 6, 2024 09:10
Copy link
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.

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