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

Bump dillonkearns/elm-pages from 10.0.3 to 10.1.0 in /script #100

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 29, 2024

Bumps dillonkearns/elm-pages from 10.0.3 to 10.1.0.

Changelog

Sourced from dillonkearns/elm-pages's changelog.

[10.1.0] - 2024-04-28

Added

  • BackendTask.Stream API for creating and running/reading a pipeline of streams through NodeJS's native Stream APIs, including executing shell commands.
  • Pages.Script.command and Pages.Script.exec functions for running shell commands (simpler verison of the command helpers in BackendTask.Stream, which allow piping input to/from the commands, and piping multiple commands together).
  • BackendTask.Glob.captureStats for capturing FileStats for Glob matches. Can be used to capture file metadata including size, created time, last modified time, etc.
  • BackendTask.Glob.fromString and BackendTask.Glob.fromStringWithOptions allow capturing matching file paths directly from a string pattern. Useful for use with executing shell commands since there is no glob expansion in the command API.
  • Pages.Script.Spinner module for executing BackendTasks with loading spinners in elm-pages scripts.
  • BackendTask.Do module with helpers for using continuation-style in scripts or BackendTask definitions.
  • BackendTask now carries context that effects verbosity (quiet), working directory (inDir), and environment variables (withEnv).
  • New functions in BackendTask module: do, doEach, failIf, sequence
  • New functions in Pages.Script module: doThen, question, sleep, which, expectWhich.

Fixed

  • Redirecting to an external URL from an action now redirects correctly.
  • Fixed error when Glob pattern had leading ./ (see #469)
  • Fixed FilesAndFolders option in Glob module, (see #461)
Commits
  • b3dbbc1 Bump compatability key.
  • 039a779 3.0.13
  • ee37483 Remove all-contributors section in readme since the Elm package documentation...
  • ec6f1ea Bump Elm package.
  • 90820e3 Update changelog and bump compatability key.
  • aad1ad9 Update docs.json.
  • 1c86547 Update changelog.
  • 9cc86b1 Use context.cwd for writeFile and readFile.
  • 5a7e6c7 Add SKIP_ELM_CODEGEN flag.
  • 66f72d5 Handle HTTP errors in the middle of a Stream.
  • Additional commits viewable in compare view

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 [dillonkearns/elm-pages](https://github.com/dillonkearns/elm-pages) from 10.0.3 to 10.1.0.
- [Changelog](https://github.com/dillonkearns/elm-pages/blob/master/CHANGELOG-ELM.md)
- [Commits](dillonkearns/elm-pages@10.0.3...10.1.0)

---
updated-dependencies:
- dependency-name: dillonkearns/elm-pages
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 29, 2024
@joshuanianji joshuanianji changed the base branch from main to renovate/all-minor-patch May 2, 2024 21:47
@joshuanianji joshuanianji merged commit 6cfe9a6 into renovate/all-minor-patch May 3, 2024
2 checks passed
@joshuanianji joshuanianji deleted the dependabot/elm/script/dillonkearns/elm-pages-10.1.0 branch May 3, 2024 05:43
@joshuanianji joshuanianji restored the dependabot/elm/script/dillonkearns/elm-pages-10.1.0 branch May 3, 2024 06:01
@joshuanianji joshuanianji deleted the dependabot/elm/script/dillonkearns/elm-pages-10.1.0 branch May 3, 2024 06:02
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant