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.37.0 to 0.39.0 #273

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 21, 2024

Bumps deno_permissions from 0.37.0 to 0.39.0.

Changelog

Sourced from deno_permissions's changelog.

v0.39.0 / 2020.04.03

  • BREAKING CHANGE: Move encode, decode helpers to /std/encoding/utf8.ts, delete /std/strings/ (#4565)
  • BREAKING CHANGE: Remove /std/media_types (#4594)
  • BREAKING CHANGE: Remove old release files (#4545)
  • BREAKING CHANGE: Remove std/strings/pad.ts because String.prototype.padStart exists (#4564)
  • feat: Add common to std/path (#4527)
  • feat: Added colors to doc output (#4518)
  • feat: Expose global state publicly (#4572)
  • feat: Make inspector more robust, add --inspect-brk support (#4552)
  • feat: Publish deno types on release (#4583)
  • feat: Support dynamic import in bundles. (#4561)
  • feat: deno test --filter (#4570)
  • feat: improve console.log serialization (#4524, #4472)
  • fix(#4550): setCookie should append cookies (#4558)
  • fix(#4554): use --inspect in repl & eval (#4562)
  • fix(deno doc): handle 'declare' (#4573)
  • fix(deno doc): parse super-class names (#4595)
  • fix(deno doc): parse the "implements" clause of a class def (#4604)
  • fix(file_server): serve appropriate content-type header (#4555)
  • fix(inspector): proper error message on port collision (#4514)
  • fix: Add check to fail the benchmark test on server error (#4519)
  • fix: Properly handle invalid utf8 in paths (#4609)
  • fix: async ops sanitizer false positives in timers (#4602)
  • fix: invalid blob type (#4536)
  • fix: make Worker.poll private (#4603)
  • fix: remove Send trait requirement from the Resource trait (#4585)
  • refactor(testing): Reduce testing interfaces (#4451)
  • upgrade: dprint to 0.9.10 (#4601)
  • upgrade: rusty_v8 v0.3.10 (#4576)

v0.38.0 / 2020.03.28

  • feat: Add "deno doc" subcommand (#4500)
  • feat: Support --inspect, Chrome Devtools support (#4484)
  • feat: Support Unix Domain Sockets (#4176)
  • feat: add queueMicrotask to d.ts (#4477)
  • feat: window.close() (#4474)
  • fix(console): replace object abbreviation with line breaking (#4425)
  • fix: add fsEvent notify::Error casts (#4488)
  • fix: hide source line if error message longer than 150 chars (#4487)
  • fix: parsing bug (#4483)
  • fix: remove extra dot in Permission request output (#4471)
  • refactor: rename ConsoleOptions to InspectOptions (#4493)
  • upgrade: dprint 0.9.6 (#4509, #4491)
  • upgrade: prettier 2 for internal code formatting (#4498)
  • upgrade: rusty_v8 to v0.3.9 (#4505)

... (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.37.0 to 0.39.0.
- [Release notes](https://github.com/denoland/deno/releases)
- [Changelog](https://github.com/denoland/deno/blob/main/Releases.md)
- [Commits](denoland/deno@v0.37.0...v0.39.0)

---
updated-dependencies:
- dependency-name: deno_permissions
  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 Nov 21, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 22, 2024

Looks like deno_permissions is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Nov 22, 2024
@dependabot dependabot bot deleted the dependabot/cargo/deno_permissions-0.39.0 branch November 22, 2024 17:20
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