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.14 in /wasm #198

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps @danielx/civet from 0.8.10 to 0.8.14.

Changelog

Sourced from @​danielx/civet's changelog.

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
  • 7ceca3b 0.8.14
  • e86918b Object comprehension doc fixes
  • b9c6959 Merge pull request #1563 from peey/feature/object-comprehensions
  • a3fc074 Prioritize {do} as object property, not iteration
  • 24283e5 Remove debugger statement
  • e833a67 Update object comprehensions docs
  • ef813cf Prefer do...while and "loop" braceless loops
  • 80a6707 Merge pull request #1585 from DanielXMoore/object-parens
  • 7cc702d Fix parenthesization of fat arrow body
  • b6ae938 Generalize unary handling
  • 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.14.
- [Changelog](https://github.com/DanielXMoore/Civet/blob/main/CHANGELOG.md)
- [Commits](DanielXMoore/Civet@v0.8.10...v0.8.14)

---
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 11, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 18, 2024

Superseded by #200.

@dependabot dependabot bot closed this Nov 18, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/wasm/danielx/civet-0.8.14 branch November 18, 2024 08:06
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.

0 participants