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

chore(deps): update dependency coffee-script to v1.12.8 #22

Merged
merged 1 commit into from
Nov 30, 2017

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Nov 30, 2017

This Pull Request updates dependency coffee-script from v1.12.7 to v1.12.8

Commits

jashkenas/coffeescript

1.12.8

  • f14c7ff Fixes #​4684: Elision (#​4796)
  • 64b8dd4 2.0.3 (#​4795)
  • 7864aca Fix #​4790: Double-check that we're not creating a bound generator function, even if the yield got stuffed inside a compiler-generated IIFE (#​4792)
  • 9812d28 Fix #​4787: Destructuring of objects within arrays can generate invalid JavaScript (#​4791)
  • 555c22a fix #​4580 (#​4793)
  • 3f4b03b Fix #​4763: Comments at beginning or end of REPL input shouldn't throw errors (#​4764)
  • a706a64 Fix #​4765: .map file should always have the same output base filename as the generated .js file (#​4784)
  • 637fe30 Fix #​4774: export default followed by an object should always work, even if the object contains braces. default shouldn't suppress a newline, we should handle it in the grammar the same way returning an implicit object is handled (#​4783)
  • bd824c7 Fix #​4780: Don't mutate the options object when compiling and transpiling, so that options are correct on subsequent iterations (#​4785)
  • cbc695b 2.0.2 (#​4758)
  • f3375e7 Fix #​4756: When moving comments from the children of an Existence, we need to search all its descendants, not just the immediate children (#​4757)
  • e230809 Fix #​4752: Error on calling super with @​params in a derived class constructor (#​4754)
  • 0dc4755 Fix #​4747: Flow local variables (#​4753)
  • 6faa7f2 Fix #​4706: Flow generics (#​4736)
  • 063c2d1 Fix import/export list bug with aliased keywords (#​4744)
  • 4d4e47b Fix #​4724 (#​4737)
  • 22fb31e Transpile REPL (#​4729)
  • a2037e7 Fix #​4725: apply transpile option to require’d .coffee files (#​4728)
  • 694e69d Fix #​4727: Tests failing in Windows (#​4731)
  • bb2871f Allow applying 'get'/'set' property to a bracketless object (#​4730)
  • 08e0033 Fix #​3440: --stdio and --map don’t make sense to use together (#​4721)
  • 0b0a9ef 2.0.1 (#​4719)
  • 9df1457 Fix #​4703, 4713: Transpile fixes (#​4717)
  • 22f92f2 Add example of comment include type annotation (#​4705)
  • cd516b9 Update ASCII logo (#​4718)
  • 27eff5c Fix #​4464: backticked expressions in class body (#​4712)
  • 5cbd25f Docs fixes (#​4707)
  • eb12792 Merge pull request #​4708 from jz5/master
  • 42da56d Fix link to logo
  • 81260bf boom
  • 35f784b Fixes #​4703 — Don't depend on Babel in package.json
  • c17b6b8 fix the code popping
  • 1965996 slightly less cramped code
  • a67dfae Tweaking font sizes.
  • 1cb7339 Removing slightly defensive and slightly incorrect 'why coffeescript' section
  • a2a2e76 Update docs output for 2.0.0
  • 19231db 2.0.0 (#​4701)
  • aecc115 Fix #​4686: if a CSX interpolation contains comments, not just inner CSX (JSX) tags, it needs to be wrapped in braces (#​4689)
  • 4c41831 CoffeeScript 2 announcement (#​4695)
  • 659f1b3 Update transpilation docs (#​4700)
  • f51c1a1 Option to transpile with Babel (#​4697)
  • 970f31c Fix #​4342: Always output sourcesContent property as part of source map, whether inline map or written-to-disk map (#​4698)
  • d172405 First pass at using Travis CI (#​4690)
  • 44ebfdb Merge branch '2'
  • 1b8f1af [CS2] Fix destructuring bugs #​4673 and #​4657 (#​4683)
  • e7073bc Update CS2 docs per #​4688
  • 63d3b69 [CS2] Fix CS2 docs mobile issues, improve performance (#​4688)
  • 458440e 2.0.0-beta5 docs
  • df9d4a2 [CS2] 2.0.0-beta5 (#​4682)
  • 9e043bb [CS2] Fix async tests (#​4680)
  • 6714869 [CS2] Don’t require async/await support to run coffee (#​4679)
  • 4a4f752 Fix #​3098: Suppressed newline should be unsuppressed by semicolon (#​4669)
  • b20e52d [CS2] use _extends utility instead of Object.assign() for object spreads (#​4675)
  • 5525b2b Merge pull request #​4652 from GeoffreyBooth/bug-fix-4651
  • fe5ff39 [CS2] Fix v3 source map (#​4671)
  • 906bedf Fix #​1768: Ignore space after :: (#​4670)
  • 6f961a2 [CS2] Refine #​4666: add parens to chained do IIFE with params (#​4672)
  • e54b8a1 [CS2] add parens to chained do IIFE (#​4666)
  • d7d69a4 Fix #​4576: Allow accessing a property of a function literal (like .call) via chaining syntax (#​4665)
  • eb38dba Only unescape newlines for CSX; updated compiled output
  • 6cea181 [CS1] fix #​4260 and #​1349: splat error with soak properties or expressions (#​4643)
  • 9ff82fe Fix #​4589: Unquote all interpolated strings, not just CSX ones, so that quotation marks are not unnecessarily escaped in backtick-delimited strings/template literals (#​4660)
  • 5713b7e [CS2] Fix #​4260 and #​1349: Splat error with soak properties or expressions (#​4644)
  • 7c627f9 [CS2] Fix #​3709, #​3789: ‘throw’ an ‘if’, ‘for’, ‘switch’, ‘while’ (#​4664)
  • c81e2d4 Fix #​4575: Check for the previous token’s existence before comparing against it (#​4663)
  • 3dd4582 [CS2] Fix #​2870: Allow specifying output filename (#​4661)
  • 892c469 Fix #​4578: Never look back past the start of the token stream (#​4662)
  • 40c3511 [CS2] Fix #​4629: interpolations (whether in strings or CSX tags) with only comments (#​4659)
  • a3b08e1 [CS2] Fix #​4209: --require for filenames that are invalid identifiers (#​4658)
  • 44a27c6 Fix #​4558: Stack trace line numbers for scripts that compile CoffeeScript (#​4645)
  • c212e6e refactor
  • 5a709ed improve variable declaration
  • 2491d32 fix assign in nested properties
  • 1a6477a resolve merge conflicts
  • 2149c35 ensure Value; breaking test for {a={b...}} = c
  • 232041d fixed issue with nested properties
  • 4623bf5 Docs: Define functions used in loop examples (#​4653)
  • 2664c2c small fix
  • f9367ba fix object spread destructuring bug: #​4651
  • aef54ae [CS2] Fix #​4631: Expansion that becomes rest parameter causes runtime error (#​4634)
  • eff160e Merge pull request #​4640 from GeoffreyBooth/generated-variables-in-function-parameters
  • 911c21f Update test to prove that there's no collision in generated variables
  • 5279558 If compiling a function parameter creates any generated variables (e.g. ref), shift the declarations for those variables into the parent scope; fixes #​4413
  • 3a6ffa6 Clean up function parameter compilation to get name for scope
  • e3c2c03 2.0.0-beta4 docs
  • ae7f97b 2.0.0-beta4 (#​4628)
  • 2653b3b Refine sameLine implicit object tagging [Fixes #​4568] (#​4598)
  • 64c790f [CS2] CLI: Propagate SIGINT and SIGTERM signals when node is forked (#​4625)
  • cbf035f [CS2] CSX spread attributes: <div {props…} /> (#​4607)
  • a118ec7 [CS2] fix for “do super in constructor” bug (#​4627)
  • 6d21dc5 [CS2] Comments (#​4572)
  • 6c9cf37 [CS2] Support await in REPL without wrapper function (#​4604)
  • 5573511 [CS2] Fix object spread nested properties (#​4611)
  • 4e57ca6 [CS2] Add #! support for executable scripts on Linux. (#​3946)
  • d287a79 1.12.7 docs

This PR has been generated by Renovate Bot.

@coveralls
Copy link

coveralls commented Nov 30, 2017

Coverage Status

Coverage remained the same at 80.952% when pulling 6ab32b5 on renovate/coffee-script-1.x into 7e297c1 on master.

@renovate renovate bot merged commit 7fcea03 into master Nov 30, 2017
@renovate renovate bot deleted the renovate/coffee-script-1.x branch November 30, 2017 08:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant