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 deno_permissions from 0.40.0 to 0.41.0 #294

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 6, 2024

Bumps deno_permissions from 0.40.0 to 0.41.0.

Changelog

Sourced from deno_permissions's changelog.

v0.41.0 / 2020.04.16

  • BREAKING: Improve readdir() and FileInfo interfaces (#4763)
  • BREAKING: Remove deprecated APIs for mkdir and mkdirSync (#4615)
  • BREAKING: Make fetch API more web compatible (#4687)
  • BREAKING: Remove std/testing/format.ts (#4749)
  • BREAKING: Migrate std/types to deno.land/x/types/ (#4713, #4771)
  • feat(doc): support for runtime built-ins (#4635)
  • feat(std/log): rotating handler, docs improvements (#4674)
  • feat(std/node): Add isPrimitive method (#4673)
  • feat(std/node/fs): Add copyFile and copyFileSync methods (#4726)
  • feat(std/signal): Add onSignal method (#4696)
  • feat(std/testing): Change output of diff (#4697)
  • feat(std/http): Verify cookie name (#4685)
  • feat(std/multipart): Make readForm() type safe (#4710)
  • feat(std/uuid): Add UUID v1 (#4758)
  • feat(install): Honor log level arg (#4714)
  • feat(workers): Make Worker API more web compatible (#4684, #4734, #4391, #4737, #4746)
  • feat: Add AbortController and AbortSignal API (#4757)
  • fix(install): Clean up output on Windows (#4764)
  • fix(core): Handle SyntaxError during script compilation (#4770)
  • fix(cli): Async stack traces and stack formatting (#4690, #4706, #4715)
  • fix(cli): Remove unnecessary namespaces in "deno types" (#4683, #4698, #4718, #4719, #4736, #4741)
  • fix(cli): Panic on invalid UTF-8 string (#4704)
  • fix(cli/js/net): Make generator return types iterable (#4661)
  • fix(doc): Handle optional and extends fields (#4738, #4739)
  • refactor: Event and EventTarget implementation (#4707)
  • refactor: Use synchronous syscalls where applicable (#4762)
  • refactor: Remove calls to futures::executor::block_on (#4760, #4775)
  • upgrade: Rust crates (#4742)
Commits
  • 00fa485 v0.41.0
  • 0c48470 remove more calls to futures::executor::block_on (#4775)
  • 5f250bb Properly propagate error when deno_core::Isolate gets syntax error (#4770)
  • 42c421f Add @ for cleaner Batch files on Windows (#4764)
  • 5ac728a refactor(cli/js/ops/fs): Improve readdir() and FileInfo interfaces (#4763)
  • 6441852 Migrate std/types to x/types (#4771)
  • aab26d2 remove calls to futures::executor::block_on (#4760)
  • fab0204 Make writeSync, readSync, seekSync, openSync, isatty proper synchronous sysca...
  • 7cfd094 Implement UUID v1 (#4758)
  • 926db01 Remove std/testing/format.ts (#4749)
  • 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 [deno_permissions](https://github.com/denoland/deno) from 0.40.0 to 0.41.0.
- [Release notes](https://github.com/denoland/deno/releases)
- [Changelog](https://github.com/denoland/deno/blob/main/Releases.md)
- [Commits](denoland/deno@v0.40.0...v0.41.0)

---
updated-dependencies:
- dependency-name: deno_permissions
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 6, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 11, 2024

Superseded by #302.

@dependabot dependabot bot closed this Dec 11, 2024
@dependabot dependabot bot deleted the dependabot/cargo/deno_permissions-0.41.0 branch December 11, 2024 19:45
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.

0 participants