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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @texastribune/queso-tools from 2.1.6 to 2.2.0 #306

Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Dec 15, 2020

Bumps @texastribune/queso-tools from 2.1.6 to 2.2.0.

Release notes

Sourced from @texastribune/queso-tools's releases.

v2.2.0

馃 Dependabot updates. Major dependency updates worth mentioning:

  • node-sass bumped to 5.0.0
  • postcss bumped to 8.2.1, but the jump to 8.0 had most notable changes.
  • autoprefixer bumped to 10.1.0, but looks like the 10.0 bump had to do with the above postcss update. Sounds like it might cause incompatibility with Node.js 6.x, 8.x, 11.x so we stopped testing those environments.
  • FWIW, all of these CSS processing updates seemed to have little effect on the compiled output in places where we use these task runners in texastribune repos

馃啎 Small helper task that abstracts a copy function for fs.copy. See this pre-release and texastribune/queso-tools#180

https://github.com/texastribune/queso-tools/compare/v2.1.5..v2.2.0

v2.2.0-0

馃啎 Adds a small helper for copying assets

  • Add copy notes to readme 4a99f3c
  • Merge pull request #180 from texastribune/copy-task-runner 9406956
  • Add helper for copying files and dirs fbbe36f

texastribune/queso-tools@v2.1.7-0...v2.2.0-0

v2.1.7-0

馃 Dependabot updates

  • Update package-lock after running npm install 0bafbbb
  • Merge pull request #166 from texastribune/dependabot/npm_and_yarn/np-7.0.0 446c99e
  • Merge pull request #167 from texastribune/dependabot/npm_and_yarn/node-sass-5.0.0 9c2b501
  • Bump np from 6.5.0 to 7.0.0 fb10213
  • Merge pull request #165 from texastribune/dependabot/npm_and_yarn/eslint-config-prettier-6.15.0 86a218f
  • Merge pull request #164 from texastribune/dependabot/npm_and_yarn/eslint-plugin-jsx-a11y-6.4.1 862a525
  • Merge pull request #159 from texastribune/dependabot/npm_and_yarn/eslint-plugin-react-7.21.5 ec40d25
  • Merge pull request #151 from texastribune/dependabot/npm_and_yarn/eslint-plugin-import-2.22.1 fef0685
  • Bump node-sass from 4.14.1 to 5.0.0 7992545
  • Merge pull request #169 from texastribune/dependabot/npm_and_yarn/jest-26.6.3 25a8636
  • Merge pull request #178 from texastribune/dependabot/npm_and_yarn/postcss-8.2.1 523bbfc
  • Merge pull request #179 from texastribune/dependabot/npm_and_yarn/ini-1.3.7 4d7ac3b
  • [Security] Bump ini from 1.3.5 to 1.3.7 7f88e2b
  • Bump postcss from 7.0.32 to 8.2.1 0656d56
  • Bump jest from 26.4.2 to 26.6.3 9ae3930
  • Bump eslint-config-prettier from 6.11.0 to 6.15.0 1f255f0
  • Bump eslint-plugin-jsx-a11y from 6.3.1 to 6.4.1 54e18b2
  • Bump eslint-plugin-react from 7.20.6 to 7.21.5 5a9cba9
  • Bump eslint-plugin-import from 2.22.0 to 2.22.1 8e8cb4a
  • Merge pull request #139 from texastribune/dependabot/npm_and_yarn/np-6.5.0 ce035fd
  • Bump np from 6.2.5 to 6.5.0 3202925
  • Merge pull request #116 from texastribune/dependabot/npm_and_yarn/eslint-plugin-import-2.22.0 1b48c93
  • Merge pull request #126 from texastribune/dependabot/npm_and_yarn/autoprefixer-9.8.6 e0e625a
  • Merge pull request #135 from texastribune/dependabot/npm_and_yarn/eslint-plugin-react-7.20.6 eec771d
  • Merge pull request #107 from texastribune/dependabot/npm_and_yarn/fast-glob-3.2.4 e2905a3
  • Merge pull request #109 from texastribune/dependabot/npm_and_yarn/eslint-plugin-jsx-a11y-6.3.1 12a8f15
  • Merge pull request #137 from texastribune/dependabot/npm_and_yarn/jest-26.4.2 d8606db
Commits
  • 9c261b1 2.2.0
  • 79286a9 2.2.0-1
  • 732fd8b Merge pull request #182 from texastribune/node-versions
  • 950972e Only use node versions with security updates
  • 8e02d90 Merge pull request #181 from texastribune/dependabot/npm_and_yarn/autoprefixe...
  • 6c371c5 Bump autoprefixer from 9.8.6 to 10.1.0
  • 5763862 2.2.0-0
  • 4a99f3c Add copy notes to readme
  • 9406956 Merge pull request #180 from texastribune/copy-task-runner
  • fbbe36f Add helper for copying files and dirs
  • 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)
  • 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)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Dec 15, 2020
Bumps [@texastribune/queso-tools](https://github.com/texastribune/queso-tools) from 2.1.6 to 2.2.0.
- [Release notes](https://github.com/texastribune/queso-tools/releases)
- [Commits](texastribune/queso-tools@v2.1.6...v2.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/texastribune/queso-tools-2.2.0 branch from 1d490e7 to 6e17762 Compare January 4, 2021 21:28
@ashley-hebler ashley-hebler merged commit e977179 into main Jan 26, 2021
@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/texastribune/queso-tools-2.2.0 branch January 26, 2021 22:19
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

1 participant