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

build(deps): bump github.com/tdewolff/parse/v2 from 2.4.3 to 2.5.12 #193

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

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Mar 8, 2021

Bumps github.com/tdewolff/parse/v2 from 2.4.3 to 2.5.12.

Release notes

Sourced from github.com/tdewolff/parse/v2's releases.

v2.5.12

JS: add support for class field definitions (see https://github.com/tc39/proposal-class-fields)

v2.5.11

JS: add &&= ||= ??= operators

v2.5.10

  • JS: register directive prologues ("use strict") as a separate statement

v2.5.9

  • JS: support ellipsis operator anywhere in arguments

v2.5.8

  • JS: fix declarations with the same name as in the for initializer, see #69
  • JS: fix var declarations not adding their usage in all the scopes between its block scope and the function scope

v2.5.7

  • JS: put limits to the number of levels in statements and in expressions
  • JS: fix import/export statements with one element in list

v2.5.6

  • JS: fix errors messages that contain % symbols

v2.5.5

Fix position of error in error context with unicode characters

v2.5.4

  • JS: add var decl as undeclared in block scopes between the current scope and the function scope, fixes tdewolff/minify#334

v2.5.3

  • DataURI: encode \r, \n and \t using URL encoding, fixes tdewolff/minify#329
  • DecodeURL: don't decode when percent is followed by non-hexadecimal character
  • JS: remove trailing commas in var [a,,]
  • JS: variable declaration using BindingPattern must be followed by an assignment
  • JS: improve parsing of in operator in for statements and arrow function bodies

v2.5.2

  • JS: mark number of declared variables in for initializers in Scope

v2.5.1

  • JS: allow parsing in parameters in group expressions (that couldn't have been an arrow function)
  • JS: store all comments in the head of the document (for license comments)
  • JS: fix parsing identifiers in arrow functions, it used to assume they were part of the parameter list causing nil errors

v2.5.0

  • Add JS (ECMAScript 2020) lexer and parser.
  • Add parse.Input and use that instead of io.Reader for input to lexers.
  • Use predefined byte-slices instead of inline ones.

... (truncated)

Commits
  • 7ec26ab JS: add support for class field definitions
  • 961096a Move CSS token tests from minify to parse
  • 19a513b Update module names of tests
  • da5fb70 JS: add &&= ||= ??= operators
  • e167502 JS: register directive prologues (use strict) as a separate statement
  • 2cc8037 JS: support ellipsis operator anywhere in arguments
  • 87e4257 Hotfix previous commit
  • b32d97c Fix declarations in combination with for initializers (and other bugs), fixes...
  • 44e7554 JS: put limits to nested levels of statements and expresions
  • a76a3c8 Fix fuzzing error
  • 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 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [github.com/tdewolff/parse/v2](https://github.com/tdewolff/parse) from 2.4.3 to 2.5.12.
- [Release notes](https://github.com/tdewolff/parse/releases)
- [Commits](tdewolff/parse@v2.4.3...v2.5.12)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 8, 2021
@dependabot-preview
Copy link
Contributor Author

Dependabot tried to update this pull request, but something went wrong. The most likely cause is #199, which may be blocking Dependabot from updating your dependency files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants