fix(deps): update all dependencies #2020
Merged
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:
2.13.1
->2.14.0
14.0.1
->14.0.2
14.0.0
->14.0.2
3.0.3
->3.0.4
10.44.2
->10.46.0
3.0.3
->3.0.5
1.17.17
->1.17.18
1.20.0
->1.20.1
1.20.0
->1.20.2
1.17.13
->1.17.14
2.0.1
->2.0.2
5.2.2
->5.2.3
17.0.0
->17.1.0
11.1.0
->11.1.1
4.14.0
->4.14.1
4.14.0
->4.14.1
4.16.1
->4.16.3
7.18.0
->7.19.0
5.1.0
->5.2.0
2.30.3
->2.31.1
6.2.0
->6.3.1
1.3.4
->1.3.5
0.25.0
->0.26.0
1.1.2
->1.1.3
5.10.17
->5.11.0
2.38.0
->2.38.3
3.2.1
->3.2.4
0.27.0
->0.27.1
1.11.7
->1.12.0
26.4.4
->26.5.0
Release Notes
changesets/changesets
v2.14.0
Compare Source
Minor Changes
12f9a43
#507 Thanks @zkochan! - New setting added: bumpVersionsWithWorkspaceProtocolOnly. When it is set totrue
, versions are bumped independencies
, only if those versions are prefixed by the workspace protocol. For instance,"foo": "workspace:^1.0.0"
.Patch Changes
12f9a43
]:commercetools/commercetools-docs-kit
v14.0.2
Compare Source
Patch Changes
921c136
#850 Thanks @emmenko! - Fix emotion import, update lockfile11db7cd
#843 Thanks @renovate! - Update dependenciesf55a7f7
#834 Thanks @renovate! - fix(deps): update all dependencies80c5efa
#832 Thanks @TimonRey! - A script for generating release note files was implemented.Run the following command in your console and follow the given instructions to create a new release note.
eeb404f
#842 Thanks @TimonRey! - A bug regarding multi-line entries in the child section navigator was fixed.df7876c
#844 Thanks @TimonRey! - The gatsby dependency was downgraded due to a bug related to the javasript bundle on development.5336b99
#828 Thanks @emmenko! - Fix SSR warnings, use experimental flags for development.Updated dependencies [
921c136
,11db7cd
,f55a7f7
]:commercetools/ui-kit
v10.46.0
Patch Changes
c687eeb6
]:v10.44.3
Patch Changes
e0b5c0c
]:formatjs/formatjs
v3.0.5
Compare Source
v3.0.4
Compare Source
dotansimha/graphql-code-generator
v1.17.18
Compare Source
Patch Changes
faa1397
: Fixed a bug inparseMapper
that were preventing to use mappers with complex type usagespreconstruct/preconstruct
v2.0.2
Compare Source
Patch Changes
1451fc4
Thanks @mitchellhamilton! - Fix UMD builds where files contain typeof window/document and process.env.NODE_ENVe3b4196
#358 Thanks @mitchellhamilton! - Improvements to Babel helper generation so that @babel/runtime(and the core-js versions) is automatically used when it is a dependency even without @babel/plugin-transform-runtime including using all of the available helpers in the version of @babel/runtime that is specified as a dependency(without Preconstruct, unless you specify the version of @babel/runtime that you use in @babel/plugin-transform-runtime, Babel helpers that aren't available in the oldest version of @babel/runtime will be inlined rather than imported from @babel/runtime).1451fc4
Thanks @mitchellhamilton! - Fix UMD builds where external dependencies contain process.env.NODE_ENV93acf0c
Thanks @mitchellhamilton! - Remove an unnecessary parsefe57d4c
Thanks @mitchellhamilton! - Improve TypeScript declaration generation performance by only creating a single program per TS project rather than one per packagetypescript-eslint/typescript-eslint
v4.14.1
Compare Source
Bug Fixes
void
as anullish
(#2944) (a241b25), closes #2940browserslist/browserslist
v4.16.3
Compare Source
--update-db
.v4.16.2
Compare Source
--update-db
(by @ialarmedalien).eslint/eslint
v7.19.0
Compare Source
ce7f061
Update: add shadowed variable loc to message in no-shadow (fixes #13646) (#13841) (t-mangoe)c60e23f
Update: fixlet
logic in for-in and for-of loops in no-extra-parens (#14011) (Milos Djermanovic)d76e8f6
Fix: no-useless-rename invalid autofix with parenthesized identifiers (#14032) (Milos Djermanovic)5800d92
Docs: Clarify stylistic rule update policy (#14052) (Brandon Mills)0ccf6d2
Docs: remove configuring.md (#14036) (Milos Djermanovic)65bb0ab
Chore: Clean up new issue workflow (#14040) (Nicholas C. Zakas)e1da90f
Fix: nested indenting for offsetTernaryExpressions: true (fixes #13971) (#13972) (Chris Brody)1a078b9
Update: check ternary:
even if?
was reported in space-infix-ops (#13963) (Milos Djermanovic)fb27422
Fix: extend prefer-const fixer range to whole declaration (fixes #13899) (#14033) (Nitin Kumar)e0b05c7
Docs: add a correct example to no-unsafe-optional-chaining (refs #14029) (#14050) (armin yahya)46e836d
Sponsors: Sync README with website (ESLint Jenkins)3fc4fa4
Docs: update configuring links (#14038) (Milos Djermanovic)8561c21
Docs: fix broken links in configuring/README.md (#14046) (Milos Djermanovic)1c309eb
Update: fix no-invalid-regexp false negatives with no flags specified (#14018) (Milos Djermanovic)f6602d5
Docs: Reorganize Configuration Documentation (#13837) (klkhan)c753b44
Sponsors: Sync README with website (ESLint Jenkins)a4fdb70
Docs: Fixed Typo (#14007) (Yash Singh)f7ca481
Docs: Explain why we disable lock files (refs eslint/tsc-meetings#234) (#14006) (Brandon Mills)Marak/Faker.js
v5.2.0
Compare Source
gatsbyjs/gatsby
v2.31.1
Compare Source
v2.31.0
Compare Source
Welcome to
[email protected]
release (January 2021 #2)Key highlights of this release:
Also check out notable bugfixes.
Bleeding Edge: Want to try new features as soon as possible? Install
gatsby@next
and let us knowif you have any issues.
Previous release notes
Full changelog
webpack-contrib/mini-css-extract-plugin
v1.3.5
Compare Source
mswjs/msw
v0.26.0
Compare Source
emmenko/omit-empty-es
v1.1.3
Compare Source
Patch Changes
e3e0c6a
#10 Thanks @renovate! - chore(deps): update all dependenciesa1caace
Thanks @emmenko! - Use loosen range for babel depsrollup/rollup
v2.38.3
Compare Source
2021-02-01
Bug Fixes
Pull Requests
v2.38.2
Compare Source
2021-01-31
Bug Fixes
Pull Requests
v2.38.1
Compare Source
2021-01-28
Bug Fixes
Pull Requests
wix/sentry-testkit
v3.2.4
Compare Source
lovell/sharp
v0.27.1
Compare Source
bahmutov/start-server-and-test
v1.12.0
Compare Source
Features
kulshekhar/ts-jest
v26.5.0
Compare Source
Bug Fixes
node_modules
when addingts-jest
(#2309) (6bf2e8a)Features
exclude
to exclude files from diagnostics (#2308) (cd82fd3)Renovate configuration
📅 Schedule: "before 3am on Monday" (UTC).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.
👻 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.