BranchMetrics / web-branch-deep-linking-attribution

The Branch Web SDK for deep linking and attribution. Once initialized, the Branch Web SDK allows you to create and share links with a banner (web only), over SMS, or your own methods by generating deep links. It also offers event tracking, access to referrals, and management of credits.
https://help.branch.io/developers-hub/docs/web-sdk-overview
MIT License
287 stars 100 forks source link

Bump jscs from 2.0.0 to 3.0.7 #856

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 1 year ago

Bumps jscs from 2.0.0 to 3.0.7.

Release notes

Sourced from jscs's releases.

3.0.7

Version 3.0.7 (2016-07-14):

  • validateParameterSeparator: notice class methods (Oleg Gaidarenko)

3.0.6

Version 3.0.6 (2016-07-01):

Bug fixes

  • requireDollarBeforejQueryAssignment: do not blow up on reset parameter (Oleg Gaidarenko)

Misc

  • Misc: explicitly use latest CST version (Oleg Gaidarenko)
  • Misc: fix typo in the changelog (Oleg Gaidarenko)
  • Misc: bump CST version to 0.4.2 (Oleg Gaidarenko)

3.0.5

Version 3.0.5 (2016-06-21):

Small fixes for ES6/7 related to CST which consisted of updating this package since those fixes were made in there.

And also there is one fix related to fileExtension option

3.0.4

Version 3.0.4 (2016-06-04):

Fixed some bugs, correctly output CST errors plus improve speed and memory consumption

Bug fixes

  • requireObjectKeysOnNewLine: do not break on object methods (Oleg Gaidarenko)
  • Fix: Last method throw in requireObjectKeysOnNewLine (Alexey Yaroshevich)
  • disallowQuotedKeysInObjects: ignore spread properties (Oleg Gaidarenko)
  • maximumLineLength: correctly position error for comment nodes (Oleg Gaidarenko)
  • disallowUnusedParams: notice AssignmentPattern nodes (Oleg Gaidarenko)
  • disallowPaddingNewlinesBeforeKeywords: should not ignore comments (Oleg Gaidarenko)
  • disallowObjectKeysOnNewLine: correct error message (Oleg Gaidarenko)

Misc

  • Misc: make linters happy (Oleg Gaidarenko)
  • Misc: add node 6 to travis (Oleg Gaidarenko)
  • Misc: do not modify CST in check mode (#2252) (Oleg Gaidarenko)
  • Misc: remove rules "grouping" (Oleg Gaidarenko)
  • Misc: bump cst version (Oleg Gaidarenko)
  • Tests: remove mocha .only call (Oleg Gaidarenko)
  • Misc: parallelizing build on travis (Alexey Yaroshevich)
  • Misc: Set higher timeout for config generator tests (Alexey Yaroshevich)
  • Build: update cst to 0.3.0 (Henry Zhu)
  • Errors: add ugly exception for validateQuoteMarks of position calc (Oleg Gaidarenko)
  • Errors: always add to line and column properties (Oleg Gaidarenko)

Docs

... (truncated)

Changelog

Sourced from jscs's changelog.

Version 3.0.7 (2016-07-14):

  • validateParameterSeparator: notice class methods (Oleg Gaidarenko)

Version 3.0.6 (2016-07-01):

Bug fixes

  • requireDollarBeforejQueryAssignment: do not blow up on reset parameter (Oleg Gaidarenko)

Misc

  • Misc: explicitly use latest CST version (Oleg Gaidarenko)
  • Misc: fix typo in the changelog (Oleg Gaidarenko)
  • Misc: bump CST version to 0.4.2 (Oleg Gaidarenko)

Version 3.0.5 (2016-06-21):

Small fixes for ES6/7 related to CST which consisted of updating this package since those fixes were made in there.

And also there is one fix related to fileExtension option

Bug fixes

  • Configuration: Do not set default options if preset is set (Oleg Gaidarenko)
  • Misc: bump CST version to 0.4.0 (Oleg Gaidarenko)
  • Docs: remove yandex preset from overview (Oleg Gaidarenko)
  • Docs: add intro delimiter to readme (Oleg Gaidarenko)
  • Misc: use correct headers in changelog (Oleg Gaidarenko)
  • Misc: correct changelog auto-replace result (Oleg Gaidarenko)
  • Misc: correct changelog jscs version (Oleg Gaidarenko)
  • Misc: changelog should be consistent (Oleg Gaidarenko)

Version 3.0.4 (2016-06-04):

Fixed some bugs, correctly output CST errors plus improve speed and memory consumption

Bug fixes

  • requireObjectKeysOnNewLine: do not break on object methods (Oleg Gaidarenko)
  • Fix: Last method throw in requireObjectKeysOnNewLine (Alexey Yaroshevich)
  • disallowQuotedKeysInObjects: ignore spread properties (Oleg Gaidarenko)
  • maximumLineLength: correctly position error for comment nodes (Oleg Gaidarenko)
  • disallowUnusedParams: notice AssignmentPattern nodes (Oleg Gaidarenko)
  • disallowPaddingNewlinesBeforeKeywords: should not ignore comments (Oleg Gaidarenko)
  • disallowObjectKeysOnNewLine: correct error message (Oleg Gaidarenko)

Misc

  • Misc: make linters happy (Oleg Gaidarenko)
  • Misc: add node 6 to travis (Oleg Gaidarenko)
  • Misc: do not modify CST in check mode (#2252) (Oleg Gaidarenko)
  • Misc: remove rules "grouping" (Oleg Gaidarenko)

... (truncated)

Commits
  • e177990 3.0.7
  • bc0c425 Misc: add changelog for 3.0.7
  • 47d19e1 validateParameterSeparator: notice class methods
  • 92fa964 3.0.6
  • a14b499 Misc: add 3.0.6 changelog
  • 6ae32ac requireDollarBeforejQueryAssignment: do not blow up on reset parameter
  • b419c66 Misc: explicitly use latest CST version
  • f3cdfac Misc: fix typo in the changelog
  • 71dd3dd Misc: bump CST version to 0.4.2
  • 67f3cd9 3.0.5
  • Additional commits viewable in compare view


Dependabot compatibility score

You can trigger a rebase of this PR 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
dependabot[bot] commented 1 year ago

The following labels could not be found: npm prod dependencies, dependabot-PR.

dependabot[bot] commented 8 months ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.