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 penlight to 1.14.0 #12862

Merged
merged 2 commits into from
Apr 16, 2024
Merged

chore(deps): bump penlight to 1.14.0 #12862

merged 2 commits into from
Apr 16, 2024

Conversation

windmgc
Copy link
Member

@windmgc windmgc commented Apr 16, 2024

Summary

Changelog:

1.14.0 (2024-Apr-15)
fix(path): make path.expanduser more sturdy lunarmodules/Penlight#469
feat(func): extend compose to support N functions lunarmodules/Penlight#448
fix(utils) nil values in utils.choose(cond, val1, val2) lunarmodules/Penlight#447
fix(template) using % as an escape character caused the expression to not be recognized lunarmodules/Penlight#452
enhance(template): Preserve line numbers lunarmodules/Penlight#468
fix(pretty) integers for Lua 5.4 lunarmodules/Penlight#456

Checklist

  • [na] The Pull Request has tests
  • A changelog file has been created under changelog/unreleased/kong or skip-changelog label added on PR if changelog is unnecessary. README.md
  • [na] There is a user-facing docs PR against https://github.com/Kong/docs.konghq.com - PUT DOCS PR HERE

Issue reference

Fix #[issue number]

@github-actions github-actions bot added the cherry-pick kong-ee schedule this PR for cherry-picking to kong/kong-ee label Apr 16, 2024
@windmgc windmgc merged commit f265d52 into master Apr 16, 2024
25 checks passed
@windmgc windmgc deleted the bump-penlight branch April 16, 2024 04:37
@team-gateway-bot
Copy link
Collaborator

Cherry-pick failed for master, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally.

git remote add upstream https://github.com/kong/kong-ee
git fetch upstream master
git worktree add -d .worktree/cherry-pick-12862-to-master-to-upstream upstream/master
cd .worktree/cherry-pick-12862-to-master-to-upstream
git checkout -b cherry-pick-12862-to-master-to-upstream
ancref=$(git merge-base 0db4b62421990fb5b0d6cb341fd357ebaaaf50d2 dc0112a017f4449fae5163ae348ffbd7f198f5b9)
git cherry-pick -x $ancref..dc0112a017f4449fae5163ae348ffbd7f198f5b9

@kikito kikito added the incomplete-cherry-pick A cherry-pick was incomplete and needs manual intervention label Apr 16, 2024
@team-gateway-bot
Copy link
Collaborator

Cherry-pick failed for master, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally.

git remote add upstream https://github.com/kong/kong-ee
git fetch upstream master
git worktree add -d .worktree/cherry-pick-12862-to-master-to-upstream upstream/master
cd .worktree/cherry-pick-12862-to-master-to-upstream
git checkout -b cherry-pick-12862-to-master-to-upstream
ancref=$(git merge-base 0db4b62421990fb5b0d6cb341fd357ebaaaf50d2 dc0112a017f4449fae5163ae348ffbd7f198f5b9)
git cherry-pick -x $ancref..dc0112a017f4449fae5163ae348ffbd7f198f5b9

@kikito
Copy link
Member

kikito commented Apr 16, 2024

@windmgc notice that this cherrypick failed, please fix the cherrypick manually

@kikito kikito removed the incomplete-cherry-pick A cherry-pick was incomplete and needs manual intervention label Apr 23, 2024
locao pushed a commit that referenced this pull request Apr 24, 2024
* chore(deps): bump penlight to 1.14.0

* tests(request-transformer): now penlight template compile will preserve line number
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cherry-pick kong-ee schedule this PR for cherry-picking to kong/kong-ee size/XS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants