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

feat(manager/dockerfile): Add syntax statement support #25530

Merged

Conversation

SierraNL
Copy link
Contributor

@SierraNL SierraNL commented Nov 1, 2023

Changes

Added support for the syntax directive as requested in #22804, added a unittest and changed an existing test that included a syntax directive.

Context

I want to do some more contributions, but since I'm quite new in TS development I wanted to start with a "Good first issue".

Closes #22804

Documentation (please check one with an [x])

  • I have updated the documentation, or
  • No documentation update is required

How I've tested my work (please select one)

I have verified these changes via:

  • Code inspection only, or
  • Newly added/modified unit tests, or
  • No unit tests but ran on a real repository, or
  • Both unit tests + ran on a real repository

@viceice viceice changed the title feat(docker): Add syntax statement support feat(manager/dockerfile): Add syntax statement support Nov 1, 2023
@SierraNL SierraNL requested a review from viceice November 1, 2023 18:48
Copy link
Member

@viceice viceice left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

see comment

auto-merge was automatically disabled November 6, 2023 17:12

Head branch was pushed to by a user without write access

@SierraNL SierraNL requested a review from viceice November 6, 2023 17:16
Simpler solution

Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
@SierraNL SierraNL requested a review from viceice November 6, 2023 18:57
@SierraNL SierraNL requested a review from viceice November 9, 2023 10:10
@rarkins rarkins requested a review from Churro November 9, 2023 13:22
Copy link
Collaborator

@Churro Churro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Otherwise LGTM.

lib/modules/manager/dockerfile/extract.ts Outdated Show resolved Hide resolved
SierraNL and others added 2 commits November 10, 2023 15:40
Co-authored-by: Johannes Feichtner <343448+Churro@users.noreply.github.com>
@rarkins rarkins added this pull request to the merge queue Nov 10, 2023
Merged via the queue into renovatebot:main with commit 235d512 Nov 10, 2023
36 checks passed
@renovate-release
Copy link
Collaborator

🎉 This PR is included in version 37.55.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@lmb
Copy link

lmb commented Nov 24, 2023

Hi, is there a way to prevent renovate from making these changes? I can't figure it out based on docs and source code.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 25, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support "syntax" directive in Dockerfile
6 participants