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): Bump the code_builder group in /packages/worker_bee/worker_bee_builder with 1 update #4267

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 18, 2023

Bumps the code_builder group in /packages/worker_bee/worker_bee_builder with 1 update: code_builder.

Updates code_builder from 4.7.0 to 4.9.0

Release notes

Sourced from code_builder's releases.

package:code_builder v4.9.0

  • Add Library.generatedByComment to support emitting 'generated by' comments.
  • Support emitting an unnamed library with annotations.
Changelog

Sourced from code_builder's changelog.

4.9.0

  • Add Library.generatedByComment to support emitting 'generated by' comments.
  • Support emitting an unnamed library with annotations.

4.8.0

  • Add Expression.operatorSubtract
  • Deprecate Expression.operatorSubstract
  • Add Expression.operatorIntDivide
  • Add Expression.operatorUnaryPrefixIncrement
  • Add Expression.operatorUnaryPostfixIncrement
  • Add Expression.operatorUnaryMinus
  • Add Expression.operatorUnaryPrefixDecrement
  • Add Expression.operatorUnaryPostfixDecrement
  • Add Expression.operatorBitwiseAnd
  • Add Expression.operatorBitwiseOr
  • Add Expression.operatorBitwiseXor
  • Add Expression.operatorUnaryBitwiseComplement
  • Add Expression.operatorShiftLeft
  • Add Expression.operatorShiftRight
  • Add Expression.operatorShiftRightUnsigned
  • Add Expression.addAssign
  • Add Expression.subtractAssign
  • Add Expression.multiplyAssign
  • Add Expression.divideAssign
  • Add Expression.intDivideAssign
  • Add Expression.euclideanModuloAssign
  • Add Expression.shiftLeftAssign
  • Add Expression.shiftRightAssign
  • Add Expression.shiftRightUnsignedAssign
  • Add Expression.bitwiseAndAssign
  • Add Expression.bitwiseXorAssign
  • Add Expression.bitwiseOrAssign
  • Allow passing an Expression through literal without an exception.
  • Add support for extension types.
  • Update SDK version constraints to >=3.0.0.
Commits
  • 4d097c4 Support annotations on unnamed libraries; 4.9.0 (#440)
  • d7b662a Add a new field Library.generatedByComment to support emitting 'generated b...
  • 10ebf2a Add support for extension types (#437)
  • 006790d Bump dart-lang/setup-dart from 1.5.1 to 1.6.0 (#435)
  • edec877 Bump actions/checkout from 4.1.0 to 4.1.1 (#434)
  • 4fd46e4 Allow passing an Expression through literal (#433)
  • eb70874 Add missing operator and assignment expressions (#427)
  • e2e7f80 Bump actions/checkout from 3.6.0 to 4.1.0 (#432)
  • aa38684 Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#431)
  • See full diff 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot requested a review from a team as a code owner December 18, 2023 12:31
@dependabot dependabot bot added dart Pull requests that update Dart code dependencies Pull requests that update a dependency file labels Dec 18, 2023
@dependabot dependabot bot force-pushed the dependabot/pub/packages/worker_bee/worker_bee_builder/code_builder-633d0e08d1 branch from f71df57 to c87b3f6 Compare December 25, 2023 12:49
Bumps the code_builder group in /packages/worker_bee/worker_bee_builder with 1 update: [code_builder](https://github.com/dart-lang/code_builder).

- [Release notes](https://github.com/dart-lang/code_builder/releases)
- [Changelog](https://github.com/dart-lang/code_builder/blob/master/CHANGELOG.md)
- [Commits](dart-archive/code_builder@v4.7.0...v4.9.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pub/packages/worker_bee/worker_bee_builder/code_builder-633d0e08d1 branch from c87b3f6 to 4bdefee Compare January 4, 2024 12:07
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 9, 2024

Superseded by #4327.

@dependabot dependabot bot closed this Jan 9, 2024
@dependabot dependabot bot deleted the dependabot/pub/packages/worker_bee/worker_bee_builder/code_builder-633d0e08d1 branch January 9, 2024 12:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dart Pull requests that update Dart code dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants