[PR #484] [MERGED] Bump grunt-contrib-connect from 1.0.2 to 2.0.0 #817

Closed
opened 2026-03-03 14:40:53 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/lipis/flag-icons/pull/484
Author: @dependabot-preview[bot]
Created: 9/11/2018
Status: Merged
Merged: 9/18/2018
Merged by: @lipis

Base: masterHead: dependabot/npm_and_yarn/grunt-contrib-connect-2.0.0


📝 Commits (1)

  • 3372685 Bump grunt-contrib-connect from 1.0.2 to 2.0.0

📊 Changes

2 files changed (+201 additions, -46 deletions)

View changed files

📝 package.json (+1 -1)
📝 yarn.lock (+200 -45)

📄 Description

Bumps grunt-contrib-connect from 1.0.2 to 2.0.0.

Changelog

Sourced from grunt-contrib-connect's changelog.

v2.0.0:
date: 2018-09-09
changes:
- Drop Node.js < 6 support.
- Update all dependencies and switch to node-http2.
- Add secureProtocol in httpsOptions.
- Fix open.appName.
- Allow passing serve-index options.

Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • 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)

Finally, you can contact us by mentioning @dependabot.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/lipis/flag-icons/pull/484 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 9/11/2018 **Status:** ✅ Merged **Merged:** 9/18/2018 **Merged by:** [@lipis](https://github.com/lipis) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/grunt-contrib-connect-2.0.0` --- ### 📝 Commits (1) - [`3372685`](https://github.com/lipis/flag-icons/commit/3372685dee68422d8678d7a879f0341550bcaef6) Bump grunt-contrib-connect from 1.0.2 to 2.0.0 ### 📊 Changes **2 files changed** (+201 additions, -46 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `yarn.lock` (+200 -45) </details> ### 📄 Description Bumps [grunt-contrib-connect](https://github.com/gruntjs/grunt-contrib-connect) from 1.0.2 to 2.0.0. <details> <summary>Changelog</summary> *Sourced from [grunt-contrib-connect's changelog](https://github.com/gruntjs/grunt-contrib-connect/blob/master/CHANGELOG).* > v2.0.0: > date: 2018-09-09 > changes: > - Drop Node.js < 6 support. > - Update all dependencies and switch to `node-http2`. > - Add `secureProtocol` in `httpsOptions`. > - Fix `open.appName`. > - Allow passing `serve-index` options. </details> <details> <summary>Commits</summary> - [`9da2f37`](https://github.com/gruntjs/grunt-contrib-connect/commit/9da2f3788a1b61b368562e6c879d1dfd292f0057) v2.0.0. - [`122398b`](https://github.com/gruntjs/grunt-contrib-connect/commit/122398b2a8ded58e467b85b0a5ca365ee4bb9156) pass directory options to serve-index - [`19924f8`](https://github.com/gruntjs/grunt-contrib-connect/commit/19924f85227ef01c9ee764b59cece7904ee19973) Fixed: options.open.{appName, callback} ([#230](https://github-redirect.dependabot.com/gruntjs/grunt-contrib-connect/issues/230)) - [`b218f7a`](https://github.com/gruntjs/grunt-contrib-connect/commit/b218f7a8d77dcad2f0e4788b012018f394fb8206) Update all dependencies. - [`c5a7091`](https://github.com/gruntjs/grunt-contrib-connect/commit/c5a7091e91b874f31a27d09d664d0a023070eff2) Use https. - [`d1cfd54`](https://github.com/gruntjs/grunt-contrib-connect/commit/d1cfd541d4fed545563b74a9705ad1ead3672898) No need to be verbose now. - [`6289a8a`](https://github.com/gruntjs/grunt-contrib-connect/commit/6289a8abb9bc4b27c466481f84ef0b0b486148f9) Replace http2 with node-http2. - [`42703e0`](https://github.com/gruntjs/grunt-contrib-connect/commit/42703e019b6734b014dda016136a3e419cc68636) Added secureProtocol property in httpsOptions - [`216c5e9`](https://github.com/gruntjs/grunt-contrib-connect/commit/216c5e99105b7ea14abdf1f4d6fe2ed8cb1bcbc6) Drop Node.js < 6 support and update devDependencies. - [`6f96a55`](https://github.com/gruntjs/grunt-contrib-connect/commit/6f96a5562d9b055c9a3ebc61578863f4bb5726a9) Fix a broken test. - See full diff in [compare view](https://github.com/gruntjs/grunt-contrib-connect/compare/v1.0.2...v2.0.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=grunt-contrib-connect&package-manager=npm_and_yarn&previous-version=1.0.2&new-version=2.0.0)](https://dependabot.com/compatibility-score.html?dependency-name=grunt-contrib-connect&package-manager=npm_and_yarn&previous-version=1.0.2&new-version=2.0.0) 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`. --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - 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) Finally, you can contact us by mentioning @dependabot. </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 14:40:53 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/flag-icons#817
No description provided.