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

build(deps): bump github.com/robertkrimen/otto from 0.2.1 to 0.3.0 in /cmd/yack #10

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps github.com/robertkrimen/otto from 0.2.1 to 0.3.0.

Release notes

Sourced from github.com/robertkrimen/otto's releases.

v0.3.0

v0.3.0 Release Notes (2023-12-20T21:04:46Z)

Changelog

Features

  • 2b00d85b5e89a4cdfa13386676de64d0c401d50a: feat: add math function (#485) (@​noobHuKai)
  • c902ab43460d67e74ef4f7591d5dcdf8bafcea3d: feat: add string startsWith method (#514) (@​rorymalcolm)
  • 922144077c6d7b0a5a298dcbcd17bb92fde3035a: feat: date parse with slashes (#490) (@​stevenh)

Bug fixes

  • d2ed0a776eb74ddd2544a98a329ce3b5f2b69330: fix: Idx1 of ObjectLiteral and ArrayLiteral (#504) (@​tyamagu2)
  • 67dbb5d65bfcc319bdcb7f165442ad53b69bce89: fix: mishandling of message parameter in runtime.newErrorObject (@​deoxxa)
  • 898a889ed44ba60370772caf46492b0e8a642a1e: fix: missing regexp capture panic (#477) (@​stevenh)
  • f987875222a7759e0a70530ed84e9ae6f6ad876d: fix: panic on BadStatement (#495) (@​amaicode)
  • fc4074c6167d94ae06b7f48f62256973254c6b66: fix: panic related to invalid property access in goMapObject (@​deoxxa)
  • 589611c3ae9c48b74f60a1d47c8b31777944e2fc: fix: positions of expressions (#505) (@​tyamagu2)
  • 11288b75643653b03ba5852ee56392a2cb81eb57: fix: positions of statements (#506) (@​tyamagu2)
  • 9f9bfb98bdb9e97833f736cb69760e50ebd10c5b: fix: starting position of comment (#507) (@​tyamagu2)
  • f70d418ad24fa744d950a7484339386609844ff5: fix: starting position of if statement (#501) (@​tyamagu2)
  • 03572093ec9a7f41a80aeacab0643535e49a5c86: fix: starting positions of for and for-in statements (#503) (@​tyamagu2)
  • 9230e2b8888830d681d429d5c6a1761bfb1dd4ab: fix: tester (#478) (@​stevenh)

Chores

  • b8823790024604e2bc21d31aced614183a80f989: chore: add generated headers (#486) (@​stevenh)
  • 7927fb4a26a7563722c35f7c6dacafaaf0feb691: chore: add missing generate (#481) (@​stevenh)
  • f142365067977e60343a8dc9b181e88f0af56d69: chore: add missing inline tests (#479) (@​stevenh)
  • 802621d091b9ea88c7914f15d446c5000b1889f4: chore: improve error message (#484) (@​stevenh)
  • ddcbf14a26612df962e95d4a9e14bf2e929e5339: chore: improve error messages (#482) (@​stevenh)
  • 026a1d9a9ca58b3caea79bf4f12acb8fe21f0144: chore: lint and naming refactor (#475) (@​stevenh)
  • 233dfa4ef07dc31f32c687ecaa2196fa4f276436: chore: remove perl, make and local docs. (#476) (@​stevenh)
  • 5d81e9e02d280ac7d23418eac11eeb213bfb4e89: chore: rename _parser (#483) (@​stevenh)

Continuous Integration

  • fbcfda961eff6f9b7c196c649ab91d7ffcca2e1f: ci: fix golangci-lint errors (#496) (@​stevenh)
  • ea8bcc30d6b8cfb922ff1021b7858b05069dc018: ci: fix lint failures (#502) (@​stevenh)

Full Changelog

Commits
  • c902ab4 feat: add string startsWith method (#514)
  • 9f9bfb9 fix: starting position of comment (#507)
  • 11288b7 fix: positions of statements (#506)
  • 589611c fix: positions of expressions (#505)
  • d2ed0a7 fix: Idx1 of ObjectLiteral and ArrayLiteral (#504)
  • 0357209 fix: starting positions of for and for-in statements (#503)
  • f70d418 fix: starting position of if statement (#501)
  • ea8bcc3 ci: fix lint failures (#502)
  • fc4074c fix: panic related to invalid property access in goMapObject
  • 67dbb5d fix: mishandling of message parameter in runtime.newErrorObject
  • 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 [github.com/robertkrimen/otto](https://github.com/robertkrimen/otto) from 0.2.1 to 0.3.0.
- [Release notes](https://github.com/robertkrimen/otto/releases)
- [Changelog](https://github.com/robertkrimen/otto/blob/master/.goreleaser.yaml)
- [Commits](robertkrimen/otto@v0.2.1...v0.3.0)

---
updated-dependencies:
- dependency-name: github.com/robertkrimen/otto
  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 21, 2023
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