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

Update all non-major dependencies #214

Merged
merged 1 commit into from
Jun 15, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 15, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@typescript-eslint/eslint-plugin (source) 7.12.0 -> 7.13.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) 7.12.0 -> 7.13.0 age adoption passing confidence devDependencies minor
denoland/deno v1.44.1 -> v1.44.2 age adoption passing confidence patch
prettier (source) 3.3.1 -> 3.3.2 age adoption passing confidence devDependencies patch

Release Notes

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v7.13.0

Compare Source

🚀 Features
  • typescript-estree: require import = require() argument to be a string literal

  • typescript-estree: forbid .body, .async, .generator on declare function

  • eslint-plugin: [no-dynamic-delete] allow all string literals as index

🩹 Fixes
  • ast-spec: function-call-like callee should be Expression not LeftHandSideExpression

  • scope-manager: handle index signature in class

  • eslint-plugin: [init-declarations] refine report locations

  • eslint-plugin: [no-base-to-string] make error message more nuanced

  • eslint-plugin: [no-unsafe-assignment] be more specific about error types

  • eslint-plugin: [no-magic-numbers] fix implementation of the ignore option

❤️ Thank You
  • Fotis Papadogeorgopoulos
  • Joshua Chen
  • Kirk Waiblinger
  • Tobiloba Adedeji
  • Vinccool96
  • YeonJuan

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v7.13.0

Compare Source

🚀 Features
  • parser, typescript-estree: export withoutProjectParserOptions utility
❤️ Thank You
  • Fotis Papadogeorgopoulos
  • Joshua Chen
  • Kirk Waiblinger
  • Tobiloba Adedeji
  • Vinccool96
  • YeonJuan

You can read about our versioning strategy and releases on our website.

denoland/deno (denoland/deno)

v1.44.2

Compare Source

1.44.2 / 2024.06.13
  • fix(lsp): respect editor indentation options (#​24181)
  • fix(lsp): workspace jsr resolution (#​24121)
  • fix(check): attempt to resolve types from pkg before @types pkg (#​24152)
  • fix(cli): Explicitly cache NPM packages during deno install (#​24190)
  • fix(cli): Overwrite existing bin entries in node_modules (#​24123)
  • fix(ext/http): print [] around ipv6 addresses (#​24150)
  • fix(ext/net): make node:http2 work with DENO_FUTURE=1 (#​24144)
  • fix(ext/node): ServerResponse header array handling (#​24149)
  • fix(ext/node): add crypto and zlib constants (#​24151)
  • fix(ext/node): fix vm memory usage and context initialization (#​23976)
  • fix(ext/node): lossy UTF-8 read node_modules files (#​24140)
  • fix(ext/node): send data frame with end_stream flag on _final call (#​24147)
  • fix(ext/node): support stdin child_process IPC & fd stdout/stderr (#​24106)
  • fix(ext/web): correct string tag for MessageEvent (#​24134)
  • fix(ext/websocket): correctly order messages when sending blobs (#​24133)
  • fix(jupyter): Avoid panicking when DEBUG env var is set (#​24168)
  • fix(lsp): don't sort workspace files (#​24180)
  • fix(lsp): strip .js before probing for valid import fix (#​24188)
  • fix(npm): resolve dynamic npm imports individually (#​24170)
  • fix: Rewrite Node-API (#​24101)
  • fix: clean up some node-api details (#​24178)
  • fix: do not panic linting files with UTF-8 BOM (#​24136)
  • fix: don't panic when cache is not available (#​24175)
  • fix: make writing to the deps cache more reliable (#​24135)
  • fix: potential hang on dynamic import (#​24128)
prettier/prettier (prettier)

v3.3.2

Compare Source

diff

Fix handlebars path expressions starts with @ (#​16358 by @​Princeyadav05)
{{! Input }}
<div>{{@&#8203;x.y.z}}</div>

{{! Prettier 3.3.1 }}
<div>{{@&#8203;x}}</div>

{{! Prettier 3.3.2 }}
<div>{{@&#8203;x.y.z}}</div>

Configuration

📅 Schedule: Branch creation - "before 4am on Saturday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

Sorry, something went wrong.

@renovate renovate bot enabled auto-merge (rebase) June 15, 2024 01:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 45bc8cb to 77117d0 Compare June 15, 2024 09:20
@renovate renovate bot merged commit 9663964 into trunk Jun 15, 2024
3 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch June 15, 2024 09:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants