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

chore(deps): bump @raycast/api from 1.78.1 to 1.79.1 #304

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 22, 2024

Bumps @raycast/api from 1.78.1 to 1.79.1.

Changelog

Sourced from @​raycast/api's changelog.

Changelog

1.79.0 - 2024-07-17

✨ New

  • Navigation: Added a second argument to useNavigation().push to specify a callback called when the pushed view will be popped. You can use it to update the current view when it will become active again. There’s also a new onPop prop on Action.Push to do the same thing.

💎 Improvements

  • When creating or forking an extension, an alert will be shown if you specify an existing folder (and thus avoid overwriting files without warning)

1.78.0 - 2024-07-03

✨ New

  • In addition to the new Custom Window Management commands, we are introducing a WindowManagement API to give you total control to move your windows depending on any kind of logic you can imagine.
  • You can now access the ownerOrAuthorName in the environment, useful for re-usable libraries.

🐞 Fixes

  • Pagination: Fixed the TypeScript definition of the onLoadMore callback.

1.77.0 - 2024-06-19

✨ New

  • Updated React version to 18.3.1 to prepare for the next major version of React. This shouldn't impact any extensions but let us know if you find any unexpected behaviour.

🐞 Fixes

  • Menu Bar Extra: fixed an issue where Submenu icons changed appearance based on Raycast's appearance, instead of the system's.

1.76.0 - 2024-06-05

💎 Improvements

  • Some companies requires all package.json’s names to be name-spaced (eg. @foo/bar). However, Raycast only understands names that aren’t name-spaced. This prevented some people from creating internal extensions. In order to workaround this issue, you can now use the @workaround namespace in extension names (eg. @workaround/bar).

🐞 Fixes

  • Clipboard: Fixed an issue where 2 items were added to the pasteboard when copying a file (one with the file name, and one with the file url). It now correctly adds 1 item with 2 representations.

1.74.0 - 2024-05-15

✨ New

  • AI: The models available in the API now matches the ones available in the app (eg. GPt-4o, Llama-3, etc.). As part of this, the models are now part of an enum AI.Model which will make it easier to add and deprecate them as time goes on.
  • Utils: we’ve added a new React hook called useLocalStorage. This hook simplifies managing a value in LocalStorage. Take a look at the developer docs to learn more.

... (truncated)

Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@raycast/api](https://github.com/raycast/extensions) from 1.78.1 to 1.79.1.
- [Changelog](https://github.com/raycast/extensions/blob/main/docs/changelog.md)
- [Commits](https://github.com/raycast/extensions/commits)

---
updated-dependencies:
- dependency-name: "@raycast/api"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 22, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 5, 2024

Superseded by #311.

@dependabot dependabot bot closed this Aug 5, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/raycast/api-1.79.1 branch August 5, 2024 17:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants