[PR #734] [MERGED] Bump grunt from 1.1.0 to 1.2.0 #981

Closed
opened 2026-03-03 14:41:37 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/lipis/flag-icons/pull/734
Author: @dependabot-preview[bot]
Created: 7/6/2020
Status: Merged
Merged: 7/6/2020
Merged by: @dependabot-preview[bot]

Base: masterHead: dependabot/npm_and_yarn/grunt-1.2.0


📝 Commits (1)

  • c7a2fdb Bump grunt from 1.1.0 to 1.2.0

📊 Changes

2 files changed (+889 additions, -315 deletions)

View changed files

📝 package.json (+1 -1)
📝 yarn.lock (+888 -314)

📄 Description

Bumps grunt from 1.1.0 to 1.2.0.

Release notes

Sourced from grunt's releases.

v1.2.0

  • Allow usage of grunt plugins that are located in any location that is visible to Node.js and NPM, instead of node_modules directly inside package that have a dev dependency to these plugins. (PR: gruntjs/grunt#1677)
  • Removed coffeescript from dependencies. To ease transition, if coffeescript is still around, Grunt will attempt to load it. If it is not, and the user loads a CoffeeScript file, Grunt will print a useful error indicating that the coffeescript package should be installed as a dev dependency. This is considerably more user-friendly than dropping the require entirely, but doing so is feasible with the latest grunt-cli as users may simply use grunt --require coffeescript/register. (PR: gruntjs/grunt#1675)
  • Exposes Grunt Option keys for ease of use. (PR: gruntjs/grunt#1570)
  • Avoiding infinite loop on very long command names. (PR: gruntjs/grunt#1697)
Changelog

Sourced from grunt's changelog.

v1.2.0 date: 2020-07-03 changes: - Allow usage of grunt plugins that are located in any location that is visible to Node.js and NPM, instead of node_modules directly inside package that have a dev dependency to these plugins. (PR: gruntjs/grunt#1677) - Removed coffeescript from dependencies. To ease transition, if coffeescript is still around, Grunt will attempt to load it. If it is not, and the user loads a CoffeeScript file, Grunt will print a useful error indicating that the coffeescript package should be installed as a dev dependency. This is considerably more user-friendly than dropping the require entirely, but doing so is feasible with the latest grunt-cli as users may simply use grunt --require coffeescript/register. (PR: gruntjs/grunt#1675) - Exposes Grunt Option keys for ease of use. (PR: gruntjs/grunt#1570) - Avoiding infinite loop on very long command names. (PR: gruntjs/grunt#1697)

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.

If all status checks pass Dependabot will automatically merge this pull request.


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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

🔄 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/734 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 7/6/2020 **Status:** ✅ Merged **Merged:** 7/6/2020 **Merged by:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/grunt-1.2.0` --- ### 📝 Commits (1) - [`c7a2fdb`](https://github.com/lipis/flag-icons/commit/c7a2fdb57e9fdc2d797acdc25fb3003876ea3f9e) Bump grunt from 1.1.0 to 1.2.0 ### 📊 Changes **2 files changed** (+889 additions, -315 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `yarn.lock` (+888 -314) </details> ### 📄 Description Bumps [grunt](https://github.com/gruntjs/grunt) from 1.1.0 to 1.2.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/gruntjs/grunt/releases">grunt's releases</a>.</em></p> <blockquote> <h2>v1.2.0</h2> <ul> <li>Allow usage of grunt plugins that are located in any location that is visible to Node.js and NPM, instead of node_modules directly inside package that have a dev dependency to these plugins. (PR: <a href="https://github-redirect.dependabot.com/gruntjs/grunt/pull/1677">gruntjs/grunt#1677</a>)</li> <li>Removed coffeescript from dependencies. To ease transition, if coffeescript is still around, Grunt will attempt to load it. If it is not, and the user loads a CoffeeScript file, Grunt will print a useful error indicating that the coffeescript package should be installed as a dev dependency. This is considerably more user-friendly than dropping the require entirely, but doing so is feasible with the latest grunt-cli as users may simply use grunt --require coffeescript/register. (PR: <a href="https://github-redirect.dependabot.com/gruntjs/grunt/pull/1675">gruntjs/grunt#1675</a>)</li> <li>Exposes Grunt Option keys for ease of use. (PR: <a href="https://github-redirect.dependabot.com/gruntjs/grunt/pull/1570">gruntjs/grunt#1570</a>)</li> <li>Avoiding infinite loop on very long command names. (PR: <a href="https://github-redirect.dependabot.com/gruntjs/grunt/pull/1697">gruntjs/grunt#1697</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/gruntjs/grunt/blob/master/CHANGELOG">grunt's changelog</a>.</em></p> <blockquote> <p>v1.2.0 date: 2020-07-03 changes: - Allow usage of grunt plugins that are located in any location that is visible to Node.js and NPM, instead of node_modules directly inside package that have a dev dependency to these plugins. (PR: <a href="https://github-redirect.dependabot.com/gruntjs/grunt/pull/1677">gruntjs/grunt#1677</a>) - Removed coffeescript from dependencies. To ease transition, if coffeescript is still around, Grunt will attempt to load it. If it is not, and the user loads a CoffeeScript file, Grunt will print a useful error indicating that the coffeescript package should be installed as a dev dependency. This is considerably more user-friendly than dropping the require entirely, but doing so is feasible with the latest grunt-cli as users may simply use grunt --require coffeescript/register. (PR: <a href="https://github-redirect.dependabot.com/gruntjs/grunt/pull/1675">gruntjs/grunt#1675</a>) - Exposes Grunt Option keys for ease of use. (PR: <a href="https://github-redirect.dependabot.com/gruntjs/grunt/pull/1570">gruntjs/grunt#1570</a>) - Avoiding infinite loop on very long command names. (PR: <a href="https://github-redirect.dependabot.com/gruntjs/grunt/pull/1697">gruntjs/grunt#1697</a>)</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gruntjs/grunt/commit/27bc5d9ed220ac072c04c410864598ecfd997fbf"><code>27bc5d9</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/gruntjs/grunt/issues/1714">#1714</a> from gruntjs/release-1.2.0</li> <li><a href="https://github.com/gruntjs/grunt/commit/64a3cf4c94f3866fb613e3afd03e9390285c58d8"><code>64a3cf4</code></a> Release v1.2.0</li> <li><a href="https://github.com/gruntjs/grunt/commit/0d23effd96b2f12ba08ec7ee81ce3d1983533582"><code>0d23eff</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/gruntjs/grunt/issues/1570">#1570</a> from bhldev/feature-options-keys</li> <li><a href="https://github.com/gruntjs/grunt/commit/ee7030630aff1949dbe8dbc5a85c1f44b1b72d4e"><code>ee70306</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/gruntjs/grunt/issues/1697">#1697</a> from philz/1696</li> <li><a href="https://github.com/gruntjs/grunt/commit/05c063415ce77e5b8714886f1a0cf9e06dbe5ee4"><code>05c0634</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/gruntjs/grunt/issues/1712">#1712</a> from gruntjs/fix-lint</li> <li><a href="https://github.com/gruntjs/grunt/commit/cdd1c19815089ff3286d27dfdb3fe90a1d1926e6"><code>cdd1c19</code></a> fix lint in file.js</li> <li><a href="https://github.com/gruntjs/grunt/commit/bc168e356e16b8b979cf194e0172bbe103113a1c"><code>bc168e3</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/gruntjs/grunt/issues/1283">#1283</a> from greglittlefield-wf/recognize-relative-links</li> <li><a href="https://github.com/gruntjs/grunt/commit/5f16b5a380529a2040e85d96211067bd30686e25"><code>5f16b5a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/gruntjs/grunt/issues/1675">#1675</a> from STRML/remove-coffeescript</li> <li><a href="https://github.com/gruntjs/grunt/commit/58f80ae404ec209ec9f179aeb04f3a70b73db48c"><code>58f80ae</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/gruntjs/grunt/issues/1677">#1677</a> from micellius/monorepo-support</li> <li><a href="https://github.com/gruntjs/grunt/commit/1f6142763aaefadfef1e5c810750296c777f5b55"><code>1f61427</code></a> Add CODE_OF_CONDUCT.md</li> <li>Additional commits viewable in <a href="https://github.com/gruntjs/grunt/compare/v1.1.0...v1.2.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=grunt&package-manager=npm_and_yarn&previous-version=1.1.0&new-version=1.2.0)](https://dependabot.com/compatibility-score/?dependency-name=grunt&package-manager=npm_and_yarn&previous-version=1.1.0&new-version=1.2.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`. [//]: # (dependabot-automerge-start) If all status checks pass Dependabot will automatically merge this pull request. [//]: # (dependabot-automerge-end) --- <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 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](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </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:41:37 +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#981
No description provided.