This repository has been archived by the owner on Feb 20, 2023. It is now read-only.
chore(deps): update devdependencies-major (major) #14
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.28.5
->2.1.0
0.0.2
->1.0.1
5.5.9
->6.6.8
8.1.3
->9.0.3
27.0.3
->29.2.3
14.17.32
->18.11.9
10.0.0
->16.0.3
25.3.0
->27.1.5
5.5.3
->6.6.6
27.4.3
->29.3.1
2.6.6
->3.3.0
27.1.0
->29.0.3
1.1.8
->2.0.0
Release Notes
supabase/supabase-js
v2.1.0
Compare Source
Features
v2.0.6
Compare Source
Bug Fixes
v2.0.5
Compare Source
Bug Fixes
v2.0.4
Compare Source
Bug Fixes
v2.0.3
Compare Source
Bug Fixes
v2.0.2
Compare Source
Bug Fixes
v2.0.1
Compare Source
Bug Fixes
v2.0.0
Compare Source
Bug Fixes
Features
BREAKING CHANGES
v1.35.7
Compare Source
Bug Fixes
v1.35.6
Compare Source
Bug Fixes
v1.35.5
Compare Source
Bug Fixes
v1.35.4
Compare Source
Bug Fixes
v1.35.3
Compare Source
Bug Fixes
v1.35.2
Compare Source
Bug Fixes
v1.35.1
Compare Source
Bug Fixes
v1.35.0
Compare Source
Features
v1.34.1
Compare Source
Bug Fixes
v1.34.0
Compare Source
Features
v1.33.3
Compare Source
Bug Fixes
v1.33.2
Compare Source
Bug Fixes
v1.33.1
Compare Source
Bug Fixes
v1.33.0
Compare Source
Bug Fixes
Features
v1.32.2
Compare Source
Bug Fixes
v1.32.1
Compare Source
Bug Fixes
v1.32.0
Compare Source
Features
v1.31.2
Compare Source
Bug Fixes
v1.31.1
Compare Source
Bug Fixes
v1.31.0
Compare Source
Features
v1.30.7
Compare Source
Bug Fixes
v1.30.6
Compare Source
Bug Fixes
v1.30.5
Compare Source
Bug Fixes
v1.30.4
Compare Source
Bug Fixes
v1.30.3
Compare Source
Bug Fixes
v1.30.2
Compare Source
Bug Fixes
v1.30.1
Compare Source
Bug Fixes
v1.30.0
Compare Source
Features
v1.29.4
Compare Source
Bug Fixes
v1.29.3
Compare Source
Bug Fixes
v1.29.2
Compare Source
Bug Fixes
v1.29.1
Compare Source
Bug Fixes
v1.29.0
Compare Source
Features
v1.28.6
Compare Source
Bug Fixes
motdotla/dotenv
v16.0.3
Compare Source
Changed
v16.0.2
Compare Source
Added
env-options.js
andcli-options.js
in package.json for use with downstream dotenv-expand modulev16.0.1
Compare Source
Changed
v16.0.0
Compare Source
Added
If you had values containing the backtick character, please quote those values with either single or double quotes.
v15.0.1
Compare Source
Changed
v15.0.0
Compare Source
v15.0.0
is a major new release with some important breaking changes.Added
Changed
#
marks the beginning of a comment (UNLESS the value is wrapped in quotes. Please update your.env
files to wrap in quotes any values containing#
. For example:SECRET_HASH="something-with-a-#-hash"
)...Understandably, (as some teams have noted) this is tedious to do across the entire team. To make it less tedious, we recommend using dotenv cli going forward. It's an optional plugin that will keep your
.env
files in sync between machines, environments, or team members.Removed
v14.3.2
Compare Source
Changed
#
🐞 (#603)v14.3.1
Compare Source
Changed
v14.3.0
Compare Source
Added
multiline
option 🎉 (#486)v14.2.0
Compare Source
Added
dotenv_config_override
cli optionDOTENV_CONFIG_OVERRIDE
command line env optionv14.1.1
Compare Source
Added
v14.1.0
Compare Source
Added
override
option 🎉 (#595)v14.0.1
Compare Source
Added
.env
file (#594)v14.0.0
Compare Source
Added
v13.0.1
Compare Source
Changed
v13.0.0
Compare Source
Added
config.js
(#539)v12.0.4
Compare Source
Changed
v12.0.3
Compare Source
Changed
v12.0.2
Compare Source
Changed
v12.0.1
Compare Source
Changed
v12.0.0
Compare Source
Removed
Changed
v11.0.0
Compare Source
Changed
jest-community/eslint-plugin-jest
v27.1.5
Compare Source
Performance Improvements
Set
instead of iterating, and deduplicate a function (#1278) (0e048f1)v27.1.4
Compare Source
Performance Improvements
v27.1.3
Compare Source
Bug Fixes
jest()
(#1269) (4450daa)v27.1.2
Compare Source
Bug Fixes
v27.1.1
Compare Source
Bug Fixes
v27.1.0
Compare Source
Features
no-restricted-jest-methods
rule (#1257) (b8e61b1)27.0.4 (2022-09-10)
Bug Fixes
27.0.3 (2022-09-09)
Bug Fixes
styles
config (#1241) (a165e98)27.0.2 (2022-09-08)
Bug Fixes
27.0.1 (2022-08-28)
Bug Fixes
expect
call (#1225) (64ec9c1)v27.0.4
Compare Source
Bug Fixes
v27.0.3
Compare Source
Bug Fixes
styles
config (#1241) (a165e98)v27.0.2
Compare Source
Bug Fixes
v27.0.1
Compare Source
Bug Fixes
expect
call (#1225) (64ec9c1)v27.0.0
Compare Source
Bug Fixes
Features
eslint@6
(#1212) (21fc2fe)no-alias-methods
recommended (#1221) (914b24a)BREAKING CHANGES
no-alias-methods
is now recommended as the methods themselves will be removed in the next major version of Jestno-jest-import
ruleunbound-method
base rule are no longer suppressed - really this means that if you don't specifyproject
when this rule is enabled and@typescript-eslint/eslint-plugin
is present, that error will no longer be suppressed instead of silently doing nothing; it will still not throw if this rule is enabled without the base rule being presentno-restricted-matchers
now checks against the start of the expect chain, meaning you have to explicitly list each possible matcher & modifier permutations that you want to restrictv26.9.0
Compare Source
Features
prefer-each
rule (#1222) (574eaed)26.8.7 (2022-08-21)
Bug Fixes
26.8.6 (2022-08-21)
Bug Fixes
expect
counter when entering and exiting test function calls (#1206) (3908ab8)26.8.5 (2022-08-20)
Bug Fixes
expect
checks (#1201) (fd54ca1)26.8.4 (2022-08-19)
Bug Fixes
mockImplementation
functions that have parameters (#1199) (78ccbef)26.8.3 (2022-08-15)
Performance Improvements
26.8.2 (2022-08-09)
Bug Fixes
expect.<member>()
calls towards max (#1194) (75a0ff2)26.8.1 (2022-08-08)
Bug Fixes
expect.hasAssertions
&expect.assertions
member calls (#1191) (4bf9eea)v26.8.7
Compare Source
Bug Fixes
v26.8.6
Compare Source
Bug Fixes
expect
counter when entering and exiting test function calls (#1206) (3908ab8)v26.8.5
Compare Source
Bug Fixes
expect
checks (#1201) (fd54ca1)v26.8.4
Compare Source
Bug Fixes
mockImplementation
functions that have parameters (#1199) (78ccbef)v26.8.3
Compare Source
Performance Improvements
v26.8.2
Compare Source
Bug Fixes
expect.<member>()
calls towards max (#1194) (75a0ff2)v26.8.1
Compare Source
Bug Fixes
expect.hasAssertions
&expect.assertions
member calls (#1191) (4bf9eea)Configuration
📅 Schedule: Branch creation - "every 2 weeks on Monday before 7am" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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 Mend Renovate. View repository job log here.