Chore: Update changesets monorepo - autoclosed #226
Closed
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.7.0
->1.10.4
2.1.2
->2.1.3
16.3.1
->16.4.5
3.5.0
->3.6.0
8.56.0
->8.57.0
0.43.1
->0.46.0
1.1.0
->1.2.2
6.1.1
->6.6.0
8.14.3
->8.15.9
3.2.4
->3.3.3
2.4.10
->2.5.2
5.0.1
->5.1.0
14.0.0
->14.0.1
Release Notes
microsoft/rushstack (@rushstack/eslint-patch)
v1.10.4
Compare Source
Sat, 27 Jul 2024 00:10:27 GMT
Patches
v1.10.3
Compare Source
Fri, 17 May 2024 00:10:40 GMT
Patches
v1.10.2
Compare Source
Wed, 10 Apr 2024 21:59:39 GMT
Patches
8.57.0
.v1.10.1
Compare Source
Fri, 29 Mar 2024 05:46:41 GMT
Patches
eslint-bulk prune
command would crash if a bulk suppressions file exists that speicifies no suppressions.v1.10.0
Compare Source
Thu, 28 Mar 2024 18:11:12 GMT
Minor changes
.eslint-bulk-suppressions.json
file during pruning if all suppressions have been eliminated.Patches
eslint-bulk prune
in a project with suppressions that refer to deleted files.v1.9.0
Compare Source
Wed, 27 Mar 2024 19:47:21 GMT
Minor changes
eslint-bulk prune
does not work if there are no files to lint in the project root.v1.8.0
Compare Source
Wed, 20 Mar 2024 02:09:14 GMT
Minor changes
Patches
v1.7.2
Compare Source
Thu, 25 Jan 2024 23:03:57 GMT
Patches
v1.7.1
Compare Source
Wed, 24 Jan 2024 07:38:34 GMT
Patches
stylelint-stylistic/stylelint-stylistic (@stylistic/stylelint-plugin)
v2.1.3
Compare Source
Fixed
motdotla/dotenv (dotenv)
v16.4.5
Compare Source
Changed
path
option. return to historical behavior: do not attempt to auto find.env
ifpath
set. (regression was introduced in16.4.3
) #814v16.4.4
Compare Source
Changed
?.
with old school&&
(fixing node 12 failures) #812v16.4.3
Compare Source
Changed
options.path
#805v16.4.2
Compare Source
Changed
dotenvx.com
v16.4.1
Compare Source
path
option #797v16.4.0
Compare Source
error.code
to error messages around.env.vault
decryption handling #795.env.vault
file when filename(s) passed as an array #784v16.3.2
Compare Source
Added
Changed
populate
#792eslint/eslint (eslint)
v8.57.0
Compare Source
Features
1120b9b
feat: Add loadESLint() API method for v8 (#18098) (Nicholas C. Zakas)dca7d0f
feat: Enableeslint.config.mjs
andeslint.config.cjs
(#18066) (Nitin Kumar)Bug Fixes
2196d97
fix: handle absolute file paths inFlatRuleTester
(#18064) (Nitin Kumar)69dd1d1
fix: Ensure config keys are printed for config errors (#18067) (Nitin Kumar)9852a31
fix: deep merge behavior in flat config (#18065) (Nitin Kumar)4c7e9b0
fix: allow circular references in config (#18056) (Milos Djermanovic)Documentation
84922d0
docs: Show prerelease version in dropdown (#18139) (Nicholas C. Zakas)5b8c363
docs: Switch to Ethical Ads (#18117) (Milos Djermanovic)77dbfd9
docs: show NEXT in version selectors (#18052) (Milos Djermanovic)Chores
1813aec
chore: upgrade @eslint/js@8.57.0 (#18143) (Milos Djermanovic)5c356bb
chore: package.json update for @eslint/js release (Jenkins)f4a1fe2
test: add more tests for ignoring files and directories (#18068) (Nitin Kumar)42c0aef
ci: Enable CI forv8.x
branch (#18047) (Milos Djermanovic)xojs/eslint-config-xo (eslint-config-xo)
v0.46.0
Compare Source
New rules
@stylistic/indent-binary-ops
d91defd
@stylistic/function-paren-newline
fb5e204
@stylistic/block-spacing
cb6b443
@stylistic/multiline-ternary
3dea281
Breaking
ec210f2
Improvements
@stylistic
0f81063
max-len
andmax-lines
as warning (#84)e669d26
no-extra-boolean-cast
" (#87)f010b63
no-extra-boolean-cast
a6dc171
v0.45.0
Compare Source
6f2ff13
v0.44.0
Compare Source
Breaking
f2060de
New rules
logical-assignment-operators
27049c1
prefer-object-has-own
288a3ca
object-curly-newline
(#83)3a5448b
Improvements
atob
andbtoa
dfa969c
no-new-object
rule7f8f92e
no-unused-vars
: Allow ignoring variables by prefixing with underscoreb31ab8a
stormwarning/eslint-plugin-import-sorting (eslint-plugin-import-sorting)
v1.2.2
Compare Source
Patch Changes
Plugin is exported as ESM and CJS, and includes type declarations as well.
v1.2.1
Compare Source
Patch Changes
Deprecate plugin settings (#19)
The next major version of the plugin will use
import-sorting/framework-patterns
instead ofknown-framework
import-sorting/internal-patterns
instead ofknown-first-party
v1.2.0
Compare Source
Minor Changes
Settings options now accept an array of pattern strings, instead of only a single, more convoluted, RegExp string.
Closes #8
eslint-community/eslint-plugin-promise (eslint-plugin-promise)
v6.6.0
Compare Source
Bug Fixes
always-return
: treat process.exit() or process.abort() as an acceptable "return" (#493) (f368c5a)Features
strict
option to disallowthen
orcatch
followingawait
oryield
(#494) (fa482cc)v6.5.1
Compare Source
v6.5.0
Compare Source
v6.4.0
Compare Source
v6.3.0
Compare Source
v6.2.0
Compare Source
pnpm/pnpm (pnpm)
v8.15.9
: pnpm 8.15.9Compare Source
Patch Changes
Platinum Sponsors
Gold Sponsors
Our Silver Sponsors
v8.15.8
Compare Source
v8.15.7
Compare Source
v8.15.6
Compare Source
Patch Changes
pnpm run
#7817.peerDependencies
#7813.--ignore-scripts
argument toprune
command #7836.Platinum Sponsors
Gold Sponsors
Silver Sponsors
v8.15.5
Compare Source
v8.15.4
Compare Source
v8.15.3
Compare Source
Patch Changes
Platinum Sponsors
Gold Sponsors
Our Silver Sponsors
v8.15.2
Compare Source
Patch Changes
node_modules
directories, pnpm will no longer print multiple prompts simultaneously.node_modules
.package.json
#4761.Platinum Sponsors
Gold Sponsors
Our Silver Sponsors
v8.15.1
Compare Source
Patch Changes
object-hash
library instead ofnode-object-hash
for hashing keys of side-effects cache #7591.bundledDependencies
should never be added to the lockfile withfalse
as the value #7576.Platinum Sponsors
Gold Sponsors
👻 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.