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 @danielx/civet from 0.8.10 to 0.8.15 in /wasm #200

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 18, 2024

Bumps @danielx/civet from 0.8.10 to 0.8.15.

Changelog

Sourced from @​danielx/civet's changelog.

0.8.15 (2024-11-12, diff, commits)

  • Fix typo in Coffeescript comparison [#1589]
  • Fix range for loop with complex left-hand side [#1592]
  • Type's postfix if must be on the same line [#1591]
  • Fix missing parentheses in one-line if condition [#1595]
  • LSP: fix autocompletion details error message [#1596]
  • Fix reduction inside conditions, and other subtle aliasing issues [#1598]
  • Track indentation of trailing member/call expressions [#1599]
    • BREAKING CHANGE: A chain of trailing member accesses must now be consistently indented.

0.8.14 (2024-11-07, diff, commits)

  • Syntax highlighting: fix leading _ being treated as a number [#1578]
  • Scientific numeric literals take priority over access [#1579]
  • Fix parenthesized and shorthands for ++ and -- [#1584]
  • Fix wrapping of braced objects in parentheses [#1585]
  • Object comprehensions via loops in braces [#1563]

0.8.13 (2024-11-05, diff, commits)

  • Playground copy button for large text fragments [#1569]
  • Fix unplugin typecheck: source mapping and rewriteCivetImports combination [#1571]
  • Playground buttons to copy input or output [#1572]
  • Fix modulo access with placeholders: x[& %] [#1573]
  • Fix parenthesized & followed by type postfix [#1574]
  • Playground TypeScript toggle [#1577]
  • Fix parenthesized & followed by binary op [#1576]
  • Object and array literals via {} and [] followed by items [#1575]

0.8.12 (2024-11-03, diff, commits)

  • Fix REPL support for refs created by Civet [#1553]
  • array[i%] modulo index shorthand [#1554]
  • Bun docs: improve getting started guidance [#1555]
  • Avoid duplicate calls in relation chains and @ bind shorthand via refs [#1556]
  • LSP completions show details and documentation [#1561]
  • Fix for key: T, value in loop to define value using typed key [#1564]
  • Lone finally block provides cleanup for rest of block [#1566]

0.8.11 (2024-10-30, diff, commits)

  • Placeholders lift through reverse slice operators [#1537]
  • Playground comptime restarts playground worker and resets toggle after editing [#1538]
  • "civet strict" directive to enable JS strict mode [#1539]
  • Fix reverse slices handling of extreme indices, trailing member access [#1545]
  • Fix & & disambiguation (placeholder vs. bitwise and) [#1546]
  • Inequality slicing without ..: x[<i] etc. [#1547]
  • Allow multiple indented blocks of arguments in function call [#1548]
  • Restart LSP when package.json or Civet config file changes [#1544]
Commits
  • c5a374e 0.8.15
  • 27319c0 Merge pull request #1599 from DanielXMoore/nested-member
  • 866cda6 Track indentation of trailing member/call expressions
  • 6b883fa Merge pull request #1598 from DanielXMoore/trimming-space-aliasing
  • d9f35a3 Fix reduction inside conditions, and other subtle aliasing issues
  • 1ac4711 0.3.26
  • 5504b79 Merge pull request #1596 from DanielXMoore/lsp-completion-pref
  • 2e4ec8f Fix autocompletion details error message
  • 50780ef Merge pull request #1595 from DanielXMoore/condition-parens
  • 1ccaa6b Fix missing parentheses in one-line if condition
  • 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 [@danielx/civet](https://github.com/DanielXMoore/Civet) from 0.8.10 to 0.8.15.
- [Changelog](https://github.com/DanielXMoore/Civet/blob/main/CHANGELOG.md)
- [Commits](DanielXMoore/Civet@v0.8.10...v0.8.15)

---
updated-dependencies:
- dependency-name: "@danielx/civet"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the domain:dependencies Pull requests that update a dependency file label Nov 18, 2024
@bbrk24 bbrk24 closed this Nov 23, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 23, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/wasm/danielx/civet-0.8.15 branch November 23, 2024 17:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain:dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant