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

feat(deps): update all dependencies (non-major) #1186

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 24, 2021

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@emotion/core (source) 10.1.1 -> 10.3.1 age adoption passing confidence
@emotion/styled (source) 10.0.27 -> 10.3.0 age adoption passing confidence
apollo-server-express (source) 2.19.2 -> 2.26.2 age adoption passing confidence
bs-css-emotion 2.2.0 -> 2.5.1 age adoption passing confidence
common-tags 1.8.0 -> 1.8.2 age adoption passing confidence
compression 1.7.4 -> 1.7.5 age adoption passing confidence
cookie-session 2.0.0-rc.1 -> 2.1.0 age adoption passing confidence
cross-fetch 3.1.5 -> 3.2.0 age adoption passing confidence
dataloader 2.0.0 -> 2.2.3 age adoption passing confidence
dotenv 8.2.0 -> 8.6.0 age adoption passing confidence
emoji-datasource 6.0.0 -> 6.1.1 age adoption passing confidence
emotion-theming (source) 10.0.27 -> 10.3.0 age adoption passing confidence
execa 5.0.0 -> 5.1.1 age adoption passing confidence
graphql 15.4.0 -> 15.9.0 age adoption passing confidence
graphql-tag 2.11.0 -> 2.12.6 age adoption passing confidence
helmet (source) 4.4.1 -> 4.6.0 age adoption passing confidence
ioredis 4.19.4 -> 4.28.5 age adoption passing confidence
minimist 1.2.6 -> 1.2.8 age adoption passing confidence
newrelic 7.1.0 -> 7.5.2 age adoption passing confidence
next-offline 5.0.3 -> 5.0.5 age adoption passing confidence
open 7.3.1 -> 7.4.2 age adoption passing confidence
polished (source) 4.0.5 -> 4.3.1 age adoption passing confidence
prop-types (source) 15.7.2 -> 15.8.1 age adoption passing confidence
react (source) 17.0.1 -> 17.0.2 age adoption passing confidence
react-dom (source) 17.0.1 -> 17.0.2 age adoption passing confidence
reason-react (source) 0.9.1 -> 0.11.0 age adoption passing confidence
screenfull 5.1.0 -> 5.2.0 age adoption passing confidence
subscriptions-transport-ws 0.9.18 -> 0.11.0 age adoption passing confidence

Release Notes

emotion-js/emotion (@​emotion/core)

v10.3.1

Compare Source

Patch Changes
  • #​2576 33c01578 Thanks @​Methuselah96! - Export Keyframes type to avoid TypeScript inserting import("@​emotion/serialize").Keyframes references into declaration files emitted based on a source files exporting keyframes result. This avoids issues with strict package managers that don't allow accessing undeclared dependencies.

v10.3.0

Compare Source

Minor Changes
apollographql/apollo-server (apollo-server-express)

v2.26.2

Compare Source

v2.26.1

Compare Source

v2.26.0

Compare Source

v2.25.4

Compare Source

v2.25.3

Compare Source

v2.25.2

Compare Source

v2.25.1

Compare Source

v2.25.0

Compare Source

v2.24.1

Compare Source

v2.24.0

Compare Source

v2.23.0

Compare Source

v2.22.2

Compare Source

v2.22.1

Compare Source

v2.22.0

Compare Source

v2.21.2

Compare Source

v2.21.1

Compare Source

v2.21.0

Compare Source

v2.20.0

Compare Source

zspecza/common-tags (common-tags)

v1.8.2

Compare Source

This release is based on the same code that v1.8.1, but it fixes a regression caused by forgetting to run the build before publishing. Thanks @​alumni for the hint!

v1.8.1: : The "anti-takeover" one

Compare Source

The creator of the package changed the handle from declandewet to zspecza, and for a while GitHub was redirecting from the old repo to the new one. This changed with the "takeover" of the original user handle by a random person, and so in this release all the links in package.json are updated to include the new handle.

expressjs/compression (compression)

v1.7.5

Compare Source

==========

  • deps: Replace accepts with negotiator@~0.6.4
    • Add preference option
  • deps: [email protected]
    • Add petabyte (pb) support
    • Fix "thousandsSeparator" incorrecting formatting fractional part
    • Fix return value for un-parsable strings
  • deps: compressible@~2.0.18
    • Mark font/ttf as compressible
    • Remove compressible from multipart/mixed
    • deps: mime-db@'>= 1.43.0 < 2'
  • deps: [email protected]
expressjs/cookie-session (cookie-session)

v2.1.0

Compare Source

==================

  • Fix loading sessions with special keys
  • deps: [email protected]
    • Add partitioned option for CHIPS support
    • Add priority option for Priority cookie support
    • Fix accidental cookie name/value truncation when given invalid chars
    • Fix maxAge option to reject invalid values
    • Remove quotes from returned quoted cookie value
    • Use req.socket over deprecated req.connection
    • pref: small lookup regexp optimization

v2.0.0

Compare Source

==================

lquixada/cross-fetch (cross-fetch)

v3.2.0

Compare Source

What's Changed

FEATURES

  • Upgraded node-fetch from 2.6.12 to 2.7.0. Please refer to node-fetch release notes for features and bug fixes.
  • Upgraded whatwg-fetch from 3.0.0 to 3.6.20. Please refer to whatwg-fetch release notes for features and bug fixes.

v3.1.8

Compare Source

What's Changed

  • Restored caret range to node-fetch version for automatic feature and fix updates.

Full Changelog: lquixada/cross-fetch@v3.1.7...v3.1.8

v3.1.7

Compare Source

What's Changed

  • Updated node-fetch version to 2.6.12

Full Changelog: lquixada/cross-fetch@v3.1.6...v3.1.7

v3.1.6

Compare Source

What's Changed

  • Updated node-fetch version to 2.6.11
  • Added caret range to node-fetch version for automatic feature and fix updates.

Full Changelog: lquixada/cross-fetch@v3.1.5...v3.1.6

graphql/dataloader (dataloader)

v2.2.3

Compare Source

Patch Changes
  • #​342 38fedd4 Thanks @​abendi! - Ensure cacheKeyFn is not called when caching is disabled, since the key is not utilized in that case.

v2.2.2

Compare Source

Patch Changes

v2.2.1

Compare Source

Patch Changes

v2.2.0

Compare Source

Minor Changes
Patch Changes
  • #​318 588a8b6 Thanks @​boopathi! - Fix the propagation of sync throws in the batch function to the loader function instead of crashing the process wtih an uncaught exception.
  • #​321 3cd3a43 Thanks @​thekevinbrown! - Resolves an issue where the maxBatchSize parameter wouldn't be fully used on each batch sent to the backend loader.

v2.1.0

Compare Source

Minor Changes
Patch Changes
  • 3135e9a: Fix typo in jsdoc comment; flip "objects are keys" to "keys are objects"
motdotla/dotenv (dotenv)

v8.6.0

Compare Source

Added
  • define package.json in exports

v8.5.1

Compare Source

Changed
  • updated dev dependencies via npm audit

v8.5.0

Compare Source

Added
  • allow for import "dotenv/config"

v8.4.0

Compare Source

Changed
  • point to exact types file to work with VS Code

v8.3.0

Compare Source

Changed
  • Breaking: drop support for Node v8 (mistake to be released as minor bump. later bumped to 9.0.0. see above.)
iamcal/emoji-data (emoji-datasource)

v6.1.1

Compare Source

  • NPM packages now include categories.json (fixes #​187)
  • Added subcategory property for all emoji (thanks to @​ekohilas)
  • Switched sort_order to be globally unique
  • categories.json now includes sub-categories - data structure is not backwards compatible

v6.1.0

Compare Source

v6.0.1

Compare Source

  • Fixes image set versions in the README
  • Updated the build steps to not forget that in the future
  • Switched U+1F41E LADY BEETLE to use :ladybug:/:lady_beetle: as a short code (:beetle: is now used by U+1FAB2 BEETLE)
  • Codepoint U+1F46A FAMILY now only has the shortcode :family:, as it is no longer considered gendered (previous also had :man-woman-boy:)
  • Sequence 1F468-200D-1F469-200D-1F466 now only has the shortcode man-woman-boy (previously had :family:)
  • Codepoint U+1F935 MANY IN TUXEDO now has the shortcode :person_in_tuxedo: (since :man_in_tuxedo: is used by sequence 1F935*-200D-2642-FE0F. The Emoji standard and the Unicode standard appear to disagree here, but this choice seems reasonable)
  • Codepoint U+1F46B MAN AND WOMAN HOLDING HANDS now has :couple: as a secondary shortcode, rather than the primary
  • Added names for all sequences (fixes #​180)
sindresorhus/execa (execa)

v5.1.1

Compare Source

  • Fix error message when user passes a single array argument (#​468) 2b9c0e1

v5.1.0

Compare Source

v5.0.1

Compare Source

graphql/graphql-js (graphql)

v15.9.0

Compare Source

v15.9.0 (2024-06-21)

New Feature 🚀
Bug Fix 🐞
Internal 🏠
Committers: 2

v15.8.0

Compare Source

v15.8.0 (2021-12-07)

New Feature 🚀
Internal 🏠
2 PRs were merged
Committers: 1

v15.7.2

Compare Source

v15.7.2 (2021-10-28)

Bug Fix 🐞
  • #​3343 GraphQLError: Fixed originalError.extensions overriding extensions argument to constructor (@​klippx)
Committers: 1

v15.7.1

Compare Source

v15.7.1 (2021-10-27)

Bug Fix 🐞
Committers: 1

v15.7.0

Compare Source

v15.7.0 (2021-10-26)

New Feature 🚀
Bug Fix 🐞
Committers: 1

v15.6.1

Compare Source

v15.6.1 (2021-10-05)

Bug Fix 🐞
Committers: 1

v15.6.0

Compare Source

v15.6.0 (2021-09-20)

New Feature 🚀
Committers: 1

v15.5.3

Compare Source

v15.5.3 (2021-09-06)

Bug Fix 🐞
Committers: 2

v15.5.2

Compare Source

v15.5.2 (2021-08-30)

Bug Fix 🐞
Committers: 1

v15.5.1

Compare Source

v15.5.1 (2021-06-20)

Bug Fix 🐞
Internal 🏠
Committers: 2

v15.5.0

Compare Source

v15.5.0 (2021-01-26)

Bug Fix 🐞
Docs 📝
Polish 💅
7 PRs were merged
Internal 🏠
7 PRs were merged
Dependency 📦
5 PRs were merged
Committers: 3
apollographql/graphql-tag (graphql-tag)

v2.12.6

Compare Source

v2.12.5

Compare Source

v2.12.4

Compare Source

  • Allow fragments to be imported by name when using the webpack loader.

    @​dobesv in #​257

v2.12.3

Compare Source

v2.12.2

Compare Source

v2.12.1

Compare Source

  • To accommodate older versions of TypeScript, usage of the import type ... syntax (introduced by #​325) has been removed, fixing issue #​345.

    @​benjamn in #​352

v2.12.0

[Compare Source](https://redirect.github.com/apol


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@simonkberg simonkberg temporarily deployed to simon-pr-1186 January 24, 2021 00:58 Inactive
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from f1d571c to 6b63602 Compare January 26, 2021 08:30
@renovate renovate bot changed the title feat(deps): update dependency polished (non-major) feat(deps): update all dependencies Jan 26, 2021
@simonkberg simonkberg temporarily deployed to simon-pr-1186 January 26, 2021 08:30 Inactive
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from 6b63602 to b1e5af5 Compare January 26, 2021 18:21
@simonkberg simonkberg temporarily deployed to simon-pr-1186 January 26, 2021 18:21 Inactive
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from b1e5af5 to af7732e Compare January 29, 2021 21:50
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from af7732e to 303a332 Compare January 31, 2021 09:25
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from 303a332 to 4c1f793 Compare January 31, 2021 09:34
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from 4c1f793 to 5b416a3 Compare February 1, 2021 10:15
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from 5b416a3 to 5ab402c Compare February 1, 2021 22:51
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from 5ab402c to cb5a93e Compare February 2, 2021 22:10
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from cb5a93e to 0418b4b Compare February 5, 2021 15:59
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from 0418b4b to b1c96a3 Compare February 6, 2021 06:34
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from b1c96a3 to 01cf57d Compare February 6, 2021 07:31
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from 01cf57d to b6664ad Compare February 10, 2021 00:35
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from b6664ad to 241f034 Compare February 12, 2021 03:36
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from 241f034 to 4736679 Compare February 14, 2021 08:55
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from 27ff746 to 0fbb36c Compare November 20, 2022 20:08
@renovate renovate bot changed the title feat(deps): update all dependencies (non-major) Update all dependencies (non-major) Dec 17, 2022
@renovate renovate bot changed the title Update all dependencies (non-major) feat(deps): update all dependencies (non-major) Dec 17, 2022
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from 0fbb36c to 223057e Compare March 17, 2023 08:01
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from 223057e to 9fe56f1 Compare March 24, 2023 23:29
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch 5 times, most recently from 837b49f to f642ccb Compare June 22, 2023 08:37
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch 6 times, most recently from 69dc448 to 17aa329 Compare July 2, 2023 21:09
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from 17aa329 to ebb3c74 Compare August 30, 2023 21:40
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from ebb3c74 to 1695049 Compare January 24, 2024 03:11
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch 3 times, most recently from fd4d4ba to 7de9b87 Compare February 2, 2024 00:39
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from 7de9b87 to 40c1f04 Compare February 29, 2024 15:08
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch 3 times, most recently from aeb549a to c83cd93 Compare March 25, 2024 15:57
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from c83cd93 to 1c423d0 Compare June 21, 2024 15:41
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from 1c423d0 to ffdfe37 Compare October 31, 2024 15:55
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from ffdfe37 to 7d508b5 Compare December 3, 2024 18:54
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from 7d508b5 to 7bbbcad Compare December 21, 2024 16:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant