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 azure/bicep from 0.22.6 to 0.24.24 #127

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps azure/bicep from 0.22.6 to 0.24.24.

Release notes

Sourced from azure/bicep's releases.

v0.24.24

Highlights

  • User Defined Types are no longer experimental! (#12577)
  • [EXPERIMENTAL] Optional module names (#12600)
  • [EXPERIMENTAL] Add bicep jsonrpc command to CLI for programmatic consumption (#12397)
  • Implement pretty-printing for union types (#12584)

Features and Bug Fixes

  • Fix for ParameterAssignmentSymbol not present in the dictionary (#12420)
  • Fix: Avoid emitting parameters if there are parse errors (#12641)
  • Implement consistent markdown handling for hovers & completions (#12654)
  • Support overriding of default values when building .bicepparam files (#12648)
  • Write lint sarif output to stdout instead of stderr (#12703)
  • Fix dynamic loading feature to load providers from custom bicepconfig.json aliases (#12267)
  • Prompt warning when an unidentified flag is detected (#12480)
  • Update Microsoft Graph Bicep Types (#12578)
  • Use a symbolic name target if any functions are imported (#12408)
  • Use discriminator constraint to declare tagged union types when loading ARM JSON models (#12388)
  • Update UseResourceIdFunctionsRule to account for nullable and aggregate types (#12421)
  • Centralize imported symbol to ARM expression conversion (#12405)
  • Add support for importing variables that enclose synthesized variables (#12473)
  • Handle nested UDF calls during import migration (#12575)
  • Fixed exception during decompilation of object properties (#12410)
  • Deprecate Bicep CLI parameters using camel case (#12469)
  • Change format of requests to show module sources (#12351)

v0.23.1

Highlights

Bicep Team

  • [Experimental] Compile-time function imports (#12221)
  • [Experimental] Allow user-defined functions to call each other (#12145)
  • MSBuild support for .bicepparam (#12272)
  • [BREAKING CHANGE] Changes to our Module Manifests (#12057)
  • Add user-assigned identity credential options to Bicep configuration (#12265)

Features and Bug Fixes

Bicep Team

  • Publish semantic tokens for object type keys (#12199)
  • Add bicepparam support to lint command (#12280)
  • Add sarif support to build-params command (#12283)
  • [Experimental] Switch experimental deploy pane from opt-in to opt-out model (#12215)
  • [Experimental] Implement provider declaration aliasing (#12127)
  • Update ExpressionRewriteVisitor to rewrite param and output type clauses (#12055)
  • Update CyclicCheckVisitor to prohibit self references within an access expression in type syntax (#12072)
  • Correct terminating token for tuple parsing recovery (#12140)
  • Collapse unions of objects with an inferable discriminator into tagged unions (#12129)

... (truncated)

Commits
  • 5646341 Fix Moq versions in more projects (#12751)
  • 460934a Add broken test for provider registry end-to-end logic (#12748)
  • 4d54e27 Bump @​types/react from 18.2.41 to 18.2.45 in /src/playground (#12725)
  • b975b78 Bump @​typescript-eslint/parser from 6.13.1 to 6.14.0 in /src/monarch (#12720)
  • ff28279 Bump @​typescript-eslint/eslint-plugin from 6.13.2 to 6.14.0 in /src/Bicep.Cli...
  • 8563d20 Bump @​typescript-eslint/parser from 6.13.1 to 6.14.0 in /src/playground (#12732)
  • 32d2cca Bump @​types/node from 20.10.3 to 20.10.4 in /src/playground (#12727)
  • 7566089 Bump @​types/react-dom from 18.2.7 to 18.2.17 in /src/vscode-bicep (#12734)
  • 7e37c09 Bump @​typescript-eslint/eslint-plugin from 6.13.2 to 6.14.0 in /src/highlight...
  • e180b39 Bump @​typescript-eslint/parser from 6.13.2 to 6.14.0 in /src/Bicep.Cli.E2eTes...
  • Additional commits viewable 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 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 [azure/bicep](https://github.com/azure/bicep) from 0.22.6 to 0.24.24.
- [Release notes](https://github.com/azure/bicep/releases)
- [Changelog](https://github.com/Azure/bicep/blob/main/docs/release-checklist.md)
- [Commits](Azure/bicep@v0.22.6...v0.24.24)

---
updated-dependencies:
- dependency-name: azure/bicep
  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 Dec 15, 2023
Copy link

sonarcloud bot commented Dec 15, 2023

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 6, 2024

Superseded by #128.

@dependabot dependabot bot closed this Feb 6, 2024
@dependabot dependabot bot deleted the dependabot/github_actions/azure/bicep-0.24.24 branch February 6, 2024 15:53
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.

None yet

0 participants