-
Notifications
You must be signed in to change notification settings - Fork 0
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
fix(deps): update minor dependencies #349
base: master
Are you sure you want to change the base?
Conversation
113dd54
to
bf7f704
Compare
358c9cf
to
146beea
Compare
4a0b0da
to
8e5aedb
Compare
6927b2a
to
c0ab4f8
Compare
c0ab4f8
to
9e17b75
Compare
fba0aae
to
e3e0dae
Compare
670d2cc
to
91fd7c8
Compare
ee80784
to
581a9b1
Compare
08c6f4a
to
acc5b28
Compare
acc5b28
to
4a750a7
Compare
4a750a7
to
12d9272
Compare
d445f3c
to
f6a1953
Compare
f6a1953
to
bfe61f4
Compare
de24c8b
to
b3bde05
Compare
64b41d9
to
f742c23
Compare
624f543
to
ef2cab2
Compare
ef2cab2
to
096b109
Compare
096b109
to
f01c89e
Compare
7ce995e
to
f862c0a
Compare
f862c0a
to
32b9855
Compare
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the WalkthroughThe update involves maintaining and upgrading several dependencies in both the main application and the functions package. Key libraries such as React, Firebase, and various ESLint plugins have been updated to enhance performance, security, and code quality. This maintenance effort aims to leverage the latest features and improvements from the dependency ecosystem, ensuring better stability and compatibility within the project. Changes
Possibly related issues
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (2)
app/yarn.lock
is excluded by!**/yarn.lock
,!**/*.lock
functions/yarn.lock
is excluded by!**/yarn.lock
,!**/*.lock
Files selected for processing (2)
- app/package.json (1 hunks)
- functions/package.json (2 hunks)
Additional comments not posted (23)
functions/package.json (9)
19-19
: Approved: Update of@google-cloud/pubsub
.The update from version
2.18.3
to2.19.4
is a minor version change, typically including bug fixes and improvements. Ensure to review the release notes for any relevant changes.
20-20
: Approved: Update of@types/twitter
.The update from version
1.7.1
to1.7.4
involves type definitions, which are unlikely to introduce breaking changes. This update is generally safe.
21-21
: Approved: Update ofaxios
.The update from version
0.28.0
to0.28.1
is a patch update, generally including bug fixes without breaking changes. This update is safe.
22-22
: Approved: Update ofdayjs
.The update from version
1.10.7
to1.11.13
is a minor version change, likely including new features and improvements. Ensure compatibility with existing code.
24-24
: Approved: Update offirebase-functions
.The update from version
3.16.0
to3.24.1
is a minor version change. Review the release notes for any new features or deprecations.
33-33
: Approved: Update ofeslint-import-resolver-webpack
.The update from version
0.13.2
to0.13.8
is a patch update for a development tool, unlikely to affect runtime behavior.
35-35
: Approved: Update ofeslint-plugin-import
.The update from version
2.25.3
to2.29.1
is a minor version change for a development tool, unlikely to affect runtime behavior.
39-39
: Approved: Update ofprettier
.The update from version
2.5.0
to2.8.8
is a minor version change for a code formatting tool, unlikely to affect runtime behavior.
40-40
: Approved: Update oftypescript
.The update from version
4.5.2
to4.9.5
is a minor version change for the TypeScript compiler. Review the release notes for any new features or changes that might affect type checking.app/package.json (14)
14-14
: Approved: Update of@emotion/core
.The update from version
10.3.0
to10.3.1
is a patch update, generally including bug fixes without breaking changes. This update is safe.
15-15
: Approved: Update ofdayjs
.The update from version
1.10.7
to1.11.13
is a minor version change, likely including new features and improvements. Ensure compatibility with existing code.
19-19
: Approved: Update offirebase-functions
.The update from version
3.16.0
to3.24.1
is a minor version change. Review the release notes for any new features or deprecations.
24-24
: Approved: Update ofreact-semantic-toasts
.The update from version
0.6.5
to0.6.6
is a patch update, generally including bug fixes without breaking changes. This update is safe.
25-25
: Approved: Update ofsemantic-ui-css
.The update from version
2.4.1
to2.5.0
is a minor version change. Review the release notes for any new features or changes that might affect the UI.
26-26
: Approved: Update ofsemantic-ui-react
.The update from version
2.0.4
to2.1.5
is a minor version change. Review the release notes for any new features or changes that might affect the UI.
29-29
: Approved: Update of@types/node
.The update from version
14.18.0
to14.18.63
involves type definitions, which are unlikely to introduce breaking changes. This update is generally safe.
30-30
: Approved: Update of@types/react
.The update from version
17.0.37
to17.0.80
involves type definitions, which are unlikely to introduce breaking changes. This update is generally safe.
35-35
: Approved: Update ofeslint-import-resolver-webpack
.The update from version
0.13.2
to0.13.8
is a patch update for a development tool, unlikely to affect runtime behavior.
38-38
: Approved: Update ofeslint-plugin-import
.The update from version
2.25.3
to2.29.1
is a minor version change for a development tool, unlikely to affect runtime behavior.
40-40
: Approved: Update ofeslint-plugin-react
.The update from version
7.27.1
to7.35.0
is a minor version change for a development tool, unlikely to affect runtime behavior.
41-41
: Approved: Update ofeslint-plugin-react-hooks
.The update from version
4.3.0
to4.6.2
is a minor version change for a development tool, unlikely to affect runtime behavior.
42-42
: Approved: Update ofprettier
.The update from version
2.5.0
to2.8.8
is a minor version change for a code formatting tool, unlikely to affect runtime behavior.
43-43
: Approved: Update oftypescript
.The update from version
4.5.2
to4.9.5
is a minor version change for the TypeScript compiler. Review the release notes for any new features or changes that might affect type checking.
511d574
to
a796a9c
Compare
c7f7a51
to
d22ba05
Compare
92477e0
to
fa219f1
Compare
fa219f1
to
afe66cf
Compare
This PR contains the following updates:
10.3.0
->10.3.1
2.18.3
->2.19.4
14.18.0
->14.18.63
17.0.37
->17.0.83
1.7.1
->1.7.4
0.28.0
->0.28.1
1.10.7
->1.11.13
0.13.2
->0.13.9
2.25.3
->2.31.0
7.27.1
->7.37.2
4.3.0
->4.6.2
3.16.0
->3.24.1
2.5.0
->2.8.8
0.6.5
->0.6.6
2.4.1
->2.5.0
2.0.4
->2.1.5
4.5.2
->4.9.5
Release Notes
emotion-js/emotion (@emotion/core)
v10.3.1
Compare Source
Patch Changes
33c01578
Thanks @Methuselah96! - ExportKeyframes
type to avoid TypeScript insertingimport("@​emotion/serialize").Keyframes
references into declaration files emitted based on a source files exportingkeyframes
result. This avoids issues with strict package managers that don't allow accessing undeclared dependencies.googleapis/nodejs-pubsub (@google-cloud/pubsub)
v2.19.4
Compare Source
v2.19.3
Compare Source
v2.19.1
Compare Source
v2.19.0
Compare Source
Features
Bug Fixes
2.18.5 (2022-01-21)
Bug Fixes
2.18.4 (2021-12-09)
Bug Fixes
2.18.3 (2021-11-18)
Bug Fixes
2.18.2 (2021-11-08)
Bug Fixes
2.18.1 (2021-09-27)
Bug Fixes
v2.18.5
Compare Source
v2.18.4
Compare Source
axios/axios (axios)
v0.28.1
Compare Source
iamkun/dayjs (dayjs)
v1.11.13
Compare Source
v1.11.12
Compare Source
Bug Fixes
v1.11.11
Compare Source
Bug Fixes
v1.11.10
Compare Source
Bug Fixes
ar
locale (#2418) (361be5c)v1.11.9
Compare Source
Bug Fixes
v1.11.8
Compare Source
Bug Fixes
date
parameter as optional (#2222) (b87aa0e)v1.11.7
Compare Source
Bug Fixes
v1.11.6
Compare Source
Bug Fixes
v1.11.5
Compare Source
Bug Fixes
v1.11.4
Compare Source
Bug Fixes
v1.11.3
Compare Source
Bug Fixes
v1.11.2
Compare Source
Bug Fixes
v1.11.1
Compare Source
Bug Fixes
v1.11.0
Compare Source
Bug Fixes
Features
1.10.8 (2022-02-28)
Bug Fixes
1.10.7 (2021-09-10)
Bug Fixes
add
andsubtract
(#1576) (1686962)isValid
validation (#1566) (755fc8b)1.10.6 (2021-07-06)
Bug Fixes
.diff
(#1505) (6508494)1.10.5 (2021-05-26)
Bug Fixes
Duration
types (#1357) (855b7b3), closes #13541.10.4 (2021-01-22)
Bug Fixes
Duration
types (#1338) (4aca4b1)1.10.3 (2021-01-09)
Bug Fixes
1.10.2 (2021-01-05)
Bug Fixes
1.10.1 (2021-01-03)
Bug Fixes
v1.10.8
Compare Source
Bug Fixes
import-js/eslint-plugin-import (eslint-import-resolver-webpack)
v0.13.9
Compare Source
repository.directory
fieldv0.13.8
Compare Source
hasown
instead ofhas
array.prototype.find
,is-core-module
,resolve
v0.13.7
Compare Source
dirname
of theconfigPath
asbasedir
([#2859])v0.13.6
Compare Source
lodash/isEqual
v0.13.5
Compare Source
lodash/isEqual
usage withdeep-equal
lodash/get
usagearray.prototype.find
packageresolve
v0.13.4
Compare Source
v0.13.3
Compare Source
is-core-module
,resolve
,semver
import-js/eslint-plugin-import (eslint-plugin-import)
v2.31.0
Compare Source
Added
order
]: allow validating named imports ([#3043], thanks [@manuth])extensions
]: add thecheckTypeImports
option ([#2817], thanks [@phryneas])Fixed
ExportMap
/ flat config: includelanguageOptions
in context ([#3052], thanks [@michaelfaith])no-named-as-default
]: Allow using an identifier if the export is both a named and a default export ([#3032], thanks [@akwodkiewicz])export
]: False positive for exported overloaded functions in TS ([#3065], thanks [@liuxingbaoyu])exportMap
: export map cache is tainted by unreliable parse results ([#3062], thanks [@michaelfaith])exportMap
: improve cacheKey when using flat config ([#3072], thanks [@michaelfaith])Changed
no-relative-packages
]: fix typo ([#3066], thanks [@joshuaobrien])no-cycle
]: dont scc for each linted file ([[#3068](https://redirect.github.com/import-js/eslConfiguration
📅 Schedule: Branch creation - "on saturday" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.