Skip to content

Commit

Permalink
chore(deps) bump penlight from 1.12.0 to 1.13.1 (#9206)
Browse files Browse the repository at this point in the history
### Summary

#### 1.13.1 (2022-Jul-22)
 - fix: `warn` unquoted argument
   [#439](lunarmodules/Penlight#439)

#### 1.13.0 (2022-Jul-22)
 - fix: `xml.parse` returned nonsense when given a file name
   [#431](lunarmodules/Penlight#431)
 - feat: `app.require_here` now follows symlink'd main modules to their directory
   [#423](lunarmodules/Penlight#423)
 - fix: `pretty.write` invalid order function for sorting
   [#430](lunarmodules/Penlight#430)
 - fix: `compat.warn` raised write guard warning in OpenResty
   [#414](lunarmodules/Penlight#414)
 - feat: `utils.enum` now accepts hash tables, to enable better error handling
   [#413](lunarmodules/Penlight#413)
 - feat: `utils.kpairs` new iterator over all non-integer keys
   [#413](lunarmodules/Penlight#413)
 - fix: `warn` use rawget to not trigger strict-checkers
   [#437](lunarmodules/Penlight#437)
 - fix: `lapp` provides the file name when using the default argument
   [#427](lunarmodules/Penlight#427)
 - fix: `lapp` positional arguments now allow digits after the first character
   [#428](lunarmodules/Penlight#428)
 - fix: `path.isdir` windows root directories (including drive letter) were not considered valid
   [#436](lunarmodules/Penlight#436)
  • Loading branch information
bungle authored Aug 8, 2022
1 parent ea911ca commit 6c9a266
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,8 @@
[#9150](https://github.com/Kong/kong/pull/9150)
- Bumped resty.cassandra from 1.5.1 to 1.5.2
[#8845](https://github.com/Kong/kong/pull/8845)
- Bumped penlight from 1.12.0 to 1.13.1
[#9206](https://github.com/Kong/kong/pull/9206)

### Additions

Expand Down
2 changes: 1 addition & 1 deletion kong-3.0.0-0.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies = {
"inspect == 3.1.3",
"luasec == 1.2.0",
"luasocket == 3.0-rc1",
"penlight == 1.12.0",
"penlight == 1.13.1",
"lua-resty-http ~> 0.17",
"lua-resty-jit-uuid == 0.0.7",
"lua-ffi-zlib == 0.5",
Expand Down

0 comments on commit 6c9a266

Please sign in to comment.