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.42.0 #302

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps deno_permissions from 0.40.0 to 0.42.0.

Changelog

Sourced from deno_permissions's changelog.

v0.42.0 / 2020.04.29

  • BREAKING: "address" renamed to "path" in UnixAddr/UnixConnectOptions/UnixListenOptions (#4959)
  • BREAKING: Change DirEntry to not require extra stat syscall (#4941)
  • BREAKING: Change order of args in Deno.copy() (#4885)
  • BREAKING: Change order of copyN arguments (#4900)
  • BREAKING: Change return type of Deno.resources() (#4893)
  • BREAKING: Deno.chdir() should require --allow-write (#4889)
  • BREAKING: Factor out Deno.listenDatagram(), mark as unstable (#4968)
  • BREAKING: Make shutdown unstable and async (#4940)
  • BREAKING: Make unix sockets require allow-write (#4939)
  • BREAKING: Map-like interface for Deno.env (#4942)
  • BREAKING: Mark --importmap as unstable (#4934)
  • BREAKING: Mark Deno.dir() unstable (#4924)
  • BREAKING: Mark Deno.kill() as unstable (#4950)
  • BREAKING: Mark Deno.loadavg() and osRelease() as unstable (#4938)
  • BREAKING: Mark Deno.setRaw() as unstable (#4925)
  • BREAKING: Mark Deno.umask() unstable (#4935)
  • BREAKING: Mark Deno.utime() as unstable (#4955)
  • BREAKING: Mark runtime compile ops as unstable (#4912)
  • BREAKING: Mark signal APIs as unstable (#4926)
  • BREAKING: Remove Conn.closeRead (#4970)
  • BREAKING: Remove Deno.EOF, use null instead (#4953)
  • BREAKING: Remove Deno.OpenMode (#4884)
  • BREAKING: Remove Deno.runTests() API (#4922)
  • BREAKING: Remove Deno.symbols namespace (#4936)
  • BREAKING: Remove combined io interface like ReadCloser (#4944)
  • BREAKING: Remove overload of Deno.test() taking named function (#4951)
  • BREAKING: Rename Deno.fsEvents() to Deno.watchFs() (#4886)
  • BREAKING: Rename Deno.toAsyncIterator() to Deno.iter() (#4848)
  • BREAKING: Rename FileInfo time fields and represent them as Date objects (#4932)
  • BREAKING: Rename SeekMode variants to camelCase and stabilize (#4946)
  • BREAKING: Rename TLS APIs to camel case (#4888)
  • BREAKING: Use LLVM target triple for Deno.build (#4948)
  • BREAKING: introduce unstable flag; mark Deno.openPlugin, link, linkSync, symlink, symlinkSync as unstable (#4892)
  • BREAKING: make camel case readDir, readLink, realPath (#4995)
  • BREAKING: remove custom implementation of Deno.Buffer.toString() (#4992)
  • BREAKING: std/node: require_ -> require (#4828)
  • feat(fmt): parallelize formatting (#4823)
  • feat(installer): Add DENO_INSTALL_ROOT (#4787)
  • feat(std/http): Improve parseHTTPVersion (#4930)
  • feat(std/io): Increase copyN buffer size to match go implementation (#4904)
  • feat(std/io): synchronous buffered writer (#4693)
  • feat(std/path): Add fromFileUrl() (#4993)
  • feat(std/uuid): Implement uuid v5 (#4916)
  • feat(test): add quiet flag (#4894)
  • feat: Add Deno.readTextFile(), Deno.writeTextFile(), with sync counterparts

... (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 [deno_permissions](https://github.com/denoland/deno) from 0.40.0 to 0.42.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.42.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 11, 2024
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