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

chore(deps): update all non-major regex dependencies #911

Merged
merged 3 commits into from
Dec 28, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 13, 2024

This PR contains the following updates:

Package Update Change
air-verse/air patch 1.61.1 -> 1.61.5
bufbuild/buf minor 1.47.2 -> 1.48.0
dart (source) minor 3.5.4 -> 3.6.0
superfly/flyctl patch 0.3.47 -> 0.3.55

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

air-verse/air (air-verse/air)

v1.61.5

Compare Source

What's Changed

New Contributors

Full Changelog: air-verse/air@v1.61.4...v1.61.5

v1.61.4

Compare Source

What's Changed

New Contributors

Full Changelog: air-verse/air@v1.61.3...v1.61.4

v1.61.3

Compare Source

What's Changed

New Contributors

Full Changelog: air-verse/air@v1.61.1...v1.61.3

bufbuild/buf (bufbuild/buf)

v1.48.0

Compare Source

  • Add buf registry plugin {create,delete,info,update} commands to manage BSR plugins.
  • Breaking analysis support for buf beta lsp.
  • Fix bug when using the --type flag filter for buf build where import ordering is not
    determinisitic.
  • Add buf plugin push command to push a plugin to the Buf Schema Registry.
    Only WebAssembly check plugins are supported at this time.
  • Add buf plugin update and buf plugin prune command to manage plugins in the buf.lock
    file. Only WebAssembly check plugins are supported at this time.
  • Add buf registry plugin commit {add-label,info,list,resolve} to manage BSR plugin commits.
  • Add buf registry plugin label {archive,info,list,unarchive} to manage BSR plugin commits.
  • Move buf registry module update to buf registry module settings update. Command
    buf registry module update is now deprecated.
  • Support remote check plugins in buf lint and buf breaking commands.
dart-lang/sdk (dart)

v3.6.0

Compare Source

Language

Dart 3.6 adds digit separators to the language. To use them, set your
package's [SDK constraint][language version] lower bound to 3.6 or greater
(sdk: '^3.6.0').

Digit separators

Digits in number literals (decimal integer literals, double literals,
scientific notation literals, and hexadecimal literals) can now include
underscores between digits, as "digit separators." The separators do not change
the value of a literal, but can serve to make the number more readable.

100__000_000__000_000__000_000  // one hundred million million millions!
0x4000_0000_0000_0000
0.000_000_000_01
0x00_14_22_01_23_45  // MAC address

Separators are not allowed at the start of a number (this would be parsed as an
identifier), at the end of a number, or adjacent to another character in a
number, like ., x, or the e in scientific notation.

  • Breaking Change #​56065: The context used by the compiler and analyzer
    to perform type inference on the operand of a throw expression has been
    changed from the "unknown type" to Object. This makes the type system more
    self-consistent, because it reflects the fact that it's not legal to throw
    null. This change is not expected to make any difference in practice.
Libraries
dart:io
  • Breaking Change #​52444: Removed the Platform() constructor, which
    has been deprecated since Dart 3.1.

  • Breaking Change #​53618: HttpClient now responds to a redirect
    that is missing a "Location" header by throwing RedirectException, instead
    of StateError.

dart:js_interop
  • Added constructors for JSArrayBuffer, JSDataView, and concrete typed array
    types e.g. JSInt8Array.
  • Added length and []/[]= operators to JSArray.
  • Added toJSCaptureThis so this is passed in from JavaScript to the
    callback as the first parameter.
  • Added a static from method on JSArray to create a JSArray from a given
    JavaScript iterable or array-like object.
Tools
CFE
  • Breaking Change #​56466: The implementation of the UP and
    DOWN algorithms in the CFE are changed to match the specification
    and the corresponding implementations in the Analyzer. The upper and
    lower closures of type schemas are now computed just before they are
    passed into the subtype testing procedure instead of at the very
    beginning of the UP and DOWN algorithms.
Dart format
  • Preserve type parameters on old-style function-typed formals that also use
    this. or super..
  • Correctly format imports with both as and if clauses.
Wasm compiler (dart2wasm)
  • The condition dart.library.js is now false on conditional imports in
    dart2wasm. Note that it was already a static error to import dart:js
    directly (see #​55266).
Pub
  • Support for workspaces. This allows you to develop and resolve multiple
    packages from the same repo together. See https://dart.dev/go/pub-workspaces
    for more info.

  • New command dart pub bump. Increments the version number of the current
    package.

    For example: dart pub bump minor will change the version from 1.2.3 to
    1.3.0.

  • New validation: dart pub publish will warn if your git status is not
    clean.

  • New flag dart pub upgrade --unlock-transitive.

  • dart pub upgrade --unlock-transitive pkg, will unlock and upgrade all the
    dependencies of pkg instead of just pkg.

Analyzer
  • Add the [use_truncating_division][use_truncating_division] lint rule.
  • Add the experimental [omit_obvious_local_variable_types][omit_obvious_local_variable_types] lint rule.
  • Add the experimental [specify_nonobvious_local_variable_types][specify_nonobvious_local_variable_types] lint rule.
  • Add the experimental [avoid_futureor_void][avoid_futureor_void] lint rule.
  • Add quick fixes for more than 14 diagnostics.
  • Add new assists: "add digit separators", "remove digit separators", and
    "invert conditional expression".
superfly/flyctl (superfly/flyctl)

v0.3.55

Compare Source

Changelog
  • 2e7e50d Bump github.com/vektah/gqlparser/v2 from 2.5.20 to 2.5.21 (#​4140)

v0.3.54

Compare Source

Changelog
  • ca535e1 Bump the aws-sdk group with 3 updates (#​4134)
  • c8a5b67 refactor: remove flyctl/retry (#​4133)
  • 0eb1d96 Bump google.golang.org/grpc from 1.69.0 to 1.69.2 (#​4135)
  • 6f03e04 Bump github.com/docker/docker from 27.4.0+incompatible to 27.4.1+incompatible (#​4131)
  • fb3723f Bump golang.org/x/net from 0.32.0 to 0.33.0 in the golangx group (#​4130)
  • 29162a1 Bump github.com/nats-io/nats.go from 1.37.1-0.20241121095519-e963b776f24f to 1.38.0 (#​4128)
  • b9b452f Bump github.com/buildpacks/pack from 0.36.0 to 0.36.1 (#​4129)
  • 3068347 test: upgrade Ruby's bundler to make it work with modern Rubies (#​4132)

v0.3.53

Compare Source

Changelog

v0.3.52

Compare Source

Changelog

v0.3.51

Compare Source

Changelog

v0.3.50

Compare Source

Changelog
  • a9c2fb3 Enable fly launch to set AutoExtendSize Threshold, Increment, and Limit (#​4117)
  • f37adaf Bump golang.org/x/crypto from 0.30.0 to 0.31.0 in the golangx group (#​4115)

v0.3.49

Compare Source

Changelog
  • 9b0779f Bump github.com/docker/docker from 27.4.0-rc.4+incompatible to 27.4.0+incompatible (#​4114)

v0.3.48

Compare Source

Changelog

Configuration

📅 Schedule: Branch creation - "* 18-21 * * 5" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner December 13, 2024 18:12
@renovate renovate bot added the deps label Dec 13, 2024
@renovate renovate bot requested review from FoseFx and PaulKalho and removed request for a team December 13, 2024 18:12
@renovate renovate bot force-pushed the renovate/all-non-major-regex-dependencies branch 10 times, most recently from 36c110c to c5c42fb Compare December 20, 2024 13:32
@renovate renovate bot force-pushed the renovate/all-non-major-regex-dependencies branch 2 times, most recently from e4611e9 to 0144232 Compare December 23, 2024 22:01
@renovate renovate bot force-pushed the renovate/all-non-major-regex-dependencies branch from 0144232 to 3319d26 Compare December 26, 2024 21:38
@FoseFx FoseFx merged commit ec54bf2 into main Dec 28, 2024
8 of 9 checks passed
Copy link
Contributor Author

renovate bot commented Dec 28, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant