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.16 to 0.9.6 in /wasm #219

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2025

Bumps @danielx/civet from 0.8.16 to 0.9.6.

Changelog

Sourced from @​danielx/civet's changelog.

0.9.6 (2025-01-06, diff, commits)

  • yield* in pipeline [#1670]
  • Fix implicit return of pipeline with return/throw [#1676]
  • Fix immediately called (op) in pipeline context [#1677]
  • Fix pipe into certain new expressions [#1678]
  • Improve Playground error styling [#1679]
  • Handle invalid precedence in operators [#1681]
  • Allow spaces in (op), force spaces in (in) and (instanceof) [#1684]
  • Fix unwrapping of operator sections with placeholders [#1685]

0.9.5 (2025-01-04, diff, commits)

  • Named binding patterns name^pattern in pattern matching, function parameters, declarations, for loops; fix complex bindings in for loops [#1668]
  • Fix property :: typing with private fields [#1669]

0.9.4 (2024-12-31, diff, commits)

  • Multiple items and spreads in array comprehensions [#1656]
  • for concat reduction for concatenating arrays, for first reduction for finding elements [#1657]
  • for reduction fixes: each supports implicit body, for* is an error [#1661]
  • Fix top-level await/yield in iife mode (including REPL and Playground) [#1662]
  • Pattern name^: value binds name, while name: value never does (except for identifiers) [#1663]
    • BREAKING CHANGE: Pattern matching with {name: literal} no longer binds name; use {name^: literal} to bind.
  • Parallel testing via CIVET_THREADS (Mocha's --parallel) [#1665]
  • Range literal improvements: faster, fix doubly strict [#1664]
  • Worker threads fixes and SourceMap revamp [#1666]
    • BREAKING CHANGE: Must update VSCode plugin to 0.3.27 and eslint plugin to 0.0.6

0.9.3 (2024-12-22, diff, commits)

  • coffeeClasses improved compatibility: private static class fields via =, bound methods via => , constructor shouldn't return [#1650]
  • Pin parameter ^p assigns function parameter to outer variable [#1651]
  • List of ASCII symbols in cheatsheet [#1653]
  • let x? allows initial undefined value + type inference; let x? = y for simple y [#1654]
  • Extension bug fix for unplugin on webpack; cleanup old bug workarounds [#1655]

0.9.2 (2024-12-18, diff, commits)

  • Non-end rest parameters support types [#1648]
  • Multithreaded compilation via Node workers and threads option or CIVET_THREADS environment variable; enable Node compiler cache; improve unplugin caching [#1646]

0.9.1 (2024-12-12, diff, commits)

  • Fat pipe ||> uses semicolons at statement level [#1636]
  • Fix parser crash on blocks inside switch [#1640]
  • :label supports Civet reserved words (but not JS reserved words) [#1641]
  • break/continue loop/while/until/for/do refer to anonymous containing iteration [#1642]
  • Update unplugin to v2.1.0 [#1643]

0.9.0 (2024-12-05, diff, commits)

  • Range literal [a..b] defaults to increasing; adaptive behavior behind "civet coffeeRange" directive [#1632]
    • BREAKING CHANGE: [a..b] and [a...b] no longer creates a decreasing range without an explicit > or >=; add one where needed.
  • """ interpolations require coffeeInterpolation, /// respects coffeeInterpolation, coffeeComment, coffeeDiv [#1635]
    • BREAKING CHANGE: """ and /// no longer support #{expr} interpolation unless you set coffeeInterpolation; /// no longer supports # comments without coffeeComment; /// no longer supports // comments with coffeeDiv

... (truncated)

Commits
  • 058fc28 0.9.6
  • 25eb736 Merge pull request #1685 from DanielXMoore/pipe-section
  • 50a2a7e Fix unwrapping of operator sections with placeholders
  • 913a376 Merge pull request #1684 from DanielXMoore/in-space
  • 22a3879 Allow spaces in (op), force spaces in (in) and (instanceof)
  • a109bef Merge pull request #1681 from DanielXMoore/prec-errors
  • ed0b00b Handle invalid precedence in operators
  • f74a263 Merge pull request #1679 from DanielXMoore/playground-errors-styling
  • d64686f Merge pull request #1678 from DanielXMoore/pipe-new-fix
  • aa8b8c1 Merge pull request #1677 from DanielXMoore/binary-op-unary-arg
  • 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)

@dependabot dependabot bot added the domain:dependencies Pull requests that update a dependency file label Feb 1, 2025
Bumps [@danielx/civet](https://github.com/DanielXMoore/Civet) from 0.8.16 to 0.9.6.
- [Changelog](https://github.com/DanielXMoore/Civet/blob/main/CHANGELOG.md)
- [Commits](DanielXMoore/Civet@v0.8.16...v0.9.6)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/wasm/danielx/civet-0.9.6 branch from 799fbb4 to 8f9db39 Compare February 2, 2025 02:22
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 2, 2025

Looks like @danielx/civet is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Feb 2, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/wasm/danielx/civet-0.9.6 branch February 2, 2025 03:21
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