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 forms from 1.1.4 to 1.3.2 #4

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 7, 2021

Bumps forms from 1.1.4 to 1.3.2.

Changelog

Sourced from forms's changelog.

1.3.2 / 2020-06-08

  • [Fix] validators.email: allowing comments, prevent catastrophic backtracking (#214)
  • [Deps] update array.prototype.every, array.prototype.some, async, formidable, qs, string.prototype.trim
  • [Dev Deps] update eslint, @ljharb/eslint-config, evalmd, tape; add aud, safe-publish-latest
  • [Tests] add test with only boolean fields (#205)
  • [Tests] add more bizarre but valid email tests
  • [Tests] improve error messages
  • [Tests] validators.email: refactor tests, add some passing tests
  • [Tests] use shared travis-ci configs

1.3.1 / 2019-05-03

  • [Fix] length validators should work with both strings and numbers (#204)
  • [Fix] ES3: use array.prototype.{some,every} instead of Array#{some,every}
  • [Fix] ES3: use reduce instead of Array#reduce
  • [Deps] update async, formidable, is, object-keys, object.assign, qs, reduce
  • [Dev Deps] update tape, eslint, @ljharb/eslint-config, nsp, covert
  • [Dev Deps] remove testling, jscs
  • [Tests] use npx aud instead of nsp or npm audit with hoops
  • [Tests] up to node v12.1, v11.14, v10.15, v9.11, v8.15, v7.10, v6.17, v4.9; use nvm install-latest-npm; run coverage tests but allow failure, for now

1.3.0 / 2016-11-15

  • [New] implement nested and ordered choices (#191)
  • [New] [Fix] ensure that all content in tag is properly escaped
  • [Fix] use is.array instead of Array.isArray, to continue supporting ES3
  • [Fix] ES3: use object-keys instead of Object.keys
  • [Deps] update is, async, qs
  • [Dev Deps] update eslint, @ljharb/eslint-config, nsp, tape
  • [Tests] up to node v7.0, v6.9, v4.6; improve test matrix
  • [Tests] execute all tests in test directory (#190)

1.2.1 / 2020-06-08

  • [Fix] validators.email: allowing comments, prevent catastrophic backtracking (#214)
  • [Fix] length validators should work with both strings and numbers (#204)
  • [Fix] ES3: use array.prototype.{some,every} instead of Array#{some,every}
  • [Fix] ES3: use reduce instead of Array#reduce
  • [Fix] ES3: use object-keys instead of Object.keys.
  • [Fix] use is.array instead of Array.isArray, to continue supporting ES3.
  • [Deps] update async, formidable, is, object.assign, qs, string.prototype.trim
  • [eslint] update linting
  • [meta] add safe-publish-latest
  • [meta] Only apps should have lockfiles
  • [Dev Deps] update covert, tape, testling
  • [Tests] add test with only boolean fields
  • [Tests] add more bizarre but valid email tests
  • [Tests] improve error messages
  • [Tests] validators.email: refactor tests, add some passing tests

... (truncated)

Commits
  • a8f2ada v1.3.2
  • 067423a [Tests] add test with only boolean fields
  • dcc79fa [Dev Deps] update eslint, @ljharb/eslint-config, tape; add aud
  • ccf5ee2 [Deps] update qs
  • d4bd5b5 [Fix] validators.email: allowing comments, prevent catastrophic backtracking
  • 09c9782 [Test] add more bizarre but valid email tests
  • eff0c55 [Tests] improve error messages
  • c7f1b19 [Test] validators.email: refactor tests, add some passing tests
  • d5cd6fe [Deps] update qs
  • f7b2a89 [Tests] use shared travis-ci configs
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by ljharb, a new releaser for forms since your current version.


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

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [forms](https://github.com/caolan/forms) from 1.1.4 to 1.3.2.
- [Release notes](https://github.com/caolan/forms/releases)
- [Changelog](https://github.com/caolan/forms/blob/master/CHANGELOG.md)
- [Commits](caolan/forms@v1.1.4...v1.3.2)

---
updated-dependencies:
- dependency-name: forms
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 7, 2021
@dependabot dependabot bot mentioned this pull request Jun 7, 2021
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants