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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade acorn from 5.7.3 to 7.1.0 #1

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

Conversation

snyk-bot
Copy link

Snyk has created this PR to upgrade acorn from 5.7.3 to 7.1.0.

Warning: This is a major version upgrade, and may be a breaking change.

  • The recommended version is 15 versions ahead of your current version.
  • The recommended version was released a month ago, on 2019-09-24.
Release notes
  • Package name: acorn
    • 7.1.0 - 2019-09-24

      Bug fixes

      Disallow trailing object literal commas when ecmaVersion is less than 5.

      New features

      Add a static acorn property to the Parser class that contains the entire module interface, to allow plugins to access the instance of the library that they are acting on.

    • 7.0.0 - 2019-08-13

      Breaking changes

      Changes the node format for dynamic imports to use the ImportExpression node type, as defined in ESTree.

      Makes 10 (ES2019) the default value for the ecmaVersion option.

    • 6.3.0 - 2019-08-12

      New features

      sourceType: "module" can now be used even when ecmaVersion is less than 6, to parse module-style code that otherwise conforms to an older standard.-----BEGIN PGP SIGNATURE-----

      iQEzBAABCgAdFiEErLY20j+/ljvJRHotcD8b7W0zrh4FAl1RNEUACgkQcD8b7W0z
      rh7qUQgAyfIH1YD7gTTs5sdLDECvytTNFdkUuqzkzncsT6cCR5rdZ6+UlM4g/mJH
      VmteQtJcAzYbe7yMWGcZ8yGzV/CC/IzGH40M6TIN65KnkTTHLdyEmV7vzt3vSlDt
      uPp7cd/6mB3caDnPIWC3gQq3y4a8mySlqyiGiu0wh2uKFkTIigV65lJiciws1SS4
      SI+tiiZ0NxBNv1kx4hrltMTQZdkAJ1leZdJcqaar+QIc6aAG/YNv/jjZJyw9WcRz
      QDRhzNdCXX8iYdR2h6sXWOWpjY7N6yasG3TGD0U5kgXzrRhus3EoB0Fg+afq1Imd
      oOfb/+kQIiCZYFCB0O8tAudFvtHaPQ==
      =KtQS
      -----END PGP SIGNATURE-----

    • 6.2.1 - 2019-07-20

      Bug fixes

      Fix bug causing Acorn to treat some characters as identifier characters that shouldn't be treated as such.

      Fix issue where setting the allowReserved option to "never" allowed reserved words in some circumstances.

    • 6.2.0 - 2019-07-04

      Bug fixes

      Improve valid assignment checking in for/in and for/of loops.

      Disallow binding let in patterns.

      New features

      Support bigint syntax with ecmaVersion >= 10.

      Support dynamic import syntax with ecmaVersion >= 10.

      Upgrade to Unicode version 12.

    • 6.1.1 - 2019-02-27

      Bug fixes

      Fix bug that caused parsing default exports of with names to fail.

    • 6.1.0 - 2019-02-08

      Bug fixes

      Fix scope checking when redefining a var as a lexical binding.

      New features

      Split up parseSubscripts to use an internal parseSubscript method to make it easier to extend with plugins.

    • 6.0.7 - 2019-02-04

      Bug fixes

      Check that exported bindings are defined.

      Don't treat \u180e as a whitespace character.

      Check for duplicate parameter names in methods.

      Don't allow shorthand properties when they are generators or async methods.

      Forbid binding await in async arrow function's parameter list.

    • 6.0.6 - 2019-01-30

      Bug fixes

      The content of class declarations and expressions is now always parsed in strict mode.

      Don't allow let or const to bind the variable name let.

      Treat class declarations as lexical.

      Don't allow a generator function declaration as the sole body of an if or else.

      Ignore "use strict" when after an empty statement.

      Allow string line continuations with special line terminator characters.

      Treat for bodies as part of the for scope when checking for conflicting bindings.

      Fix bug with parsing yield in a for loop initializer.

      Implement special cases around scope checking for functions.

    • 6.0.5 - 2019-01-02

      Bug fixes

      Fix TypeScript type for Parser.extend and add allowAwaitOutsideFunction to options type.

      Don't treat let as a keyword when the next token is { on the next line.

      Fix bug that broke checking for parentheses around an object pattern in a destructuring assignment when preserveParens was on.

    • 6.0.4 - 2018-11-05
        </li>
        <li>
          <b>6.0.3</b> - <a href="">2018-11-04</a>
          
        </li>
        <li>
          <b>6.0.2</b> - <a href="">2018-09-26</a>
          
        </li>
        <li>
          <b>6.0.1</b> - <a href="">2018-09-14</a>
          
        </li>
        <li>
          <b>6.0.0</b> - <a href="">2018-09-14</a>
          
        </li>
        <li>
          <b>5.7.3</b> - <a href="">2018-09-10</a>
          
        </li>
      </ul>
      
    • from [`acorn` GitHub Release Notes](https://github.com/acornjs/acorn/releases)
------------

馃 View latest project report

馃洜 Adjust upgrade PR settings

馃敃 Ignore this dependency or unsubscribe from future upgrade PRs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant