chore(deps): update all non-major dependencies (patch) #49
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^1.21.5
->1.21.8
^1.18.0
->1.18.4
^8.10.83
->8.10.86
^17.1.6
->17.1.7
^26.0.15
->26.0.24
^14.14.31
->14.17.34
^14.14.31
->14.17.34
^16.8.19
->16.9.56
^16.8.4
->16.9.14
^5.1.4
->5.1.17
^4.27.0
->4.28.5
^4.27.0
->4.28.5
^3.3.10
->3.3.27
2.0.3
->2.0.6
^1.12.0
->1.12.1
^3.4.0
->3.4.1
^15.5.0
->15.5.3
^7.0.1
->7.0.4
^19.8.4
->19.8.9
^11.0.0
->11.0.1
^1.6.1
->1.7.4
^5.3.5
->5.5.5
^0.5.19
->0.5.21
^9.3.0
->9.3.2
^5.2.1
->5.2.3
^8.0.11
->8.0.18
^4.4.2
->4.4.4
Release Notes
dotansimha/graphql-code-generator (@graphql-codegen/cli)
v1.21.8
Patch Changes
e1643e6
: Fix exceptionloader.loaderId is not a function
caused by conflict with an internal dependency of Codegen.v1.21.7
Patch Changes
470336a
: don't require plugins for for config if preset provides plugin. Instead the preset should throw if no plugins were provided.470336a
]dotansimha/graphql-code-generator (@graphql-codegen/typescript-operations)
v1.18.4
Compare Source
Patch Changes
df19a4e
]470336a
]9005cc1
]typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v4.28.5
Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
v4.28.4
Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
v4.28.3
Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v4.28.5
Compare Source
Note: Version bump only for package @typescript-eslint/parser
v4.28.4
Compare Source
Note: Version bump only for package @typescript-eslint/parser
v4.28.3
Compare Source
Note: Version bump only for package @typescript-eslint/parser
aws-amplify/amplify-js
v3.3.27
Compare Source
v3.3.26
Compare Source
v3.3.25
Compare Source
v3.3.24
Compare Source
v3.3.23
Compare Source
v3.3.22
Compare Source
v3.3.21
Compare Source
v3.3.20
Compare Source
styled-components/babel-plugin-styled-components
v1.12.1
Compare Source
Resolve operability issue with rollup (see https://github.com/styled-components/babel-plugin-styled-components/pull/327), thanks @ktranada
Update dependencies
prettier/eslint-plugin-prettier
v3.4.1
Compare Source
@graphql-eslint/eslint-plugin
out of box (#413) (ec6fbb1)graphql/graphql-js
v15.5.3
Compare Source
v15.5.3 (2021-09-06)
Bug Fix 🐞
deprecationReason
onGraphQLInputField
s (@IvanGoncharov)Committers: 2
v15.5.2
Compare Source
v15.5.2 (2021-08-30)
Bug Fix 🐞
Committers: 1
typicode/husky
v7.0.4
Compare Source
No changes. Husky v7.0.3 was reverted, this version is the same as v7.0.2.
v7.0.3
Compare Source
v7.0.2
Compare Source
Fix pre-commit hook in WebStorm (#1023)
i18next/i18next
v19.8.9
Compare Source
v19.8.8
Compare Source
v19.8.7
Compare Source
v19.8.6
Compare Source
v19.8.5
Compare Source
okonet/lint-staged
v11.0.1
Compare Source
Bug Fixes
ACloudGuru/serverless-plugin-aws-alerts
v1.7.4
Compare Source
What's Changed
New Contributors
Full Changelog: ACloudGuru/serverless-plugin-aws-alerts@v1.7.3...v1.7.4
serverless-heaven/serverless-webpack
v5.5.5
Compare Source
What's Changed
New Contributors
Full Changelog: serverless-heaven/serverless-webpack@v5.5.4...v5.5.5
v5.5.4
Compare Source
This release include one fix (#953) when using
serverless-webpack
with webpack >= 5.52.0v5.5.3
Compare Source
This release include one fix (#944 thanks @mostthingsweb) when using
sls deploy function --function=function-name
for a function defined without an explicitruntime
(that bug were introduced in 5.5.2).v5.5.2
Compare Source
Here is a small release with few fixes.
serverless
as peer dependency (#900 @medikoo)uri
defined (#877 @j0k3r)evanw/node-source-map-support
v0.5.21
Compare Source
v0.5.20
Compare Source
conventional-changelog/standard-version
v9.3.2
Compare Source
v9.3.1
Compare Source
styled-components/styled-components
v5.2.3
Compare Source
fix an issue with an unguarded window accessor in a SSR path (see #3446)
v5.2.2
Compare Source
For React Native based components, pass
testID
down to the native component if specified for an easier time testing. (see #3365)Enable users of the babel macro to customize the styled-components import with
importModuleName
(see #3422)[fix] COMPLEX_SELECTOR_PREFIX.includes wasn't transpiled (see #3397)
TypeStrong/ts-loader
v8.0.18
Compare Source
v8.0.17
Compare Source
v8.0.16
Compare Source
v8.0.15
Compare Source
v8.0.14
Compare Source
chalk
,loader-utils
, andsemver
to latest stable versions - thanks Avi Vahlv8.0.13
Compare Source
v8.0.12
Compare Source
Microsoft/TypeScript
v4.4.4
Compare Source
This patch release contains fixes for a performance regression in
--build
mode by only callingrealpath
onpackage.json
files only when those files are known to exist on disk, and to only perform this work under--watch
mode.For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
v4.4.3
Compare Source
This patch release contains a fix for leaking file watchers on
package.json
, and a minor fix for completions in JavaScript files.For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
Configuration
📅 Schedule: "before 3am on Monday" in timezone Europe/Prague.
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by WhiteSource Renovate. View repository job log here.