-
-
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
chore(deps): update all non-major dependencies #122
Conversation
🦋 Changeset detectedLatest commit: 3476cfd The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
e30fee0
to
3d96721
Compare
3d96721
to
4435eb1
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @mheob/eslint-config@5.0.0 ### Major Changes - [#124](#124) ([@mheob](https://github.com/mheob)): Bump `eslint-plugin-unicorn` to v47. BREAKING CHANGE: Enable `prefer-at`, `prefer-event-target`, and `prefer-string-replace-all` in recommended config (see sindresorhus/eslint-plugin-unicorn#2073) ### Patch Changes - [#122](#122) ([@renovate](https://github.com/apps/renovate)): chore(deps): update all non-major dependencies Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @mheob/eslint-config@6.0.0 # @mheob/eslint-config ## 5.2.0 ### Minor Changes - [#147](#147) ([@mheob](https://github.com/mheob)): set `unicorn/no-null` rule to `off` ## 5.1.1 ### Patch Changes - [#145](#145) ([@mheob](https://github.com/mheob)): update dependencies - [#135](#135) ([@mheob](https://github.com/mheob)): update dependencies ## 5.1.0 ### Minor Changes - [#131](#131) ([@mheob](https://github.com/mheob)): add `cts` and `mts` file extensions to the eslint config ### Patch Changes - [#133](#133) ([@mheob](https://github.com/mheob)): update dependencies - [#129](#129) ([@renovate](https://github.com/apps/renovate)): chore(deps): update all non-major dependencies ## 5.0.1 ### Patch Changes - [#125](#125) ([@renovate](https://github.com/apps/renovate)): chore(deps): update all non-major dependencies ## 5.0.0 ### Major Changes - [#124](#124) ([@mheob](https://github.com/mheob)): Bump `eslint-plugin-unicorn` to v47. BREAKING CHANGE: Enable `prefer-at`, `prefer-event-target`, and `prefer-string-replace-all` in recommended config (see [#2073](sindresorhus/eslint-plugin-unicorn#2073)) ### Patch Changes - [#122](#122) ([@renovate](https://github.com/apps/renovate)): chore(deps): update all non-major dependencies ## 4.2.1 ### Patch Changes - update dependencies --> ([#121](#121)) by [@mheob](https://github.com/mheob) ## 4.2.0 ### Minor Changes - remove explicit return rule --> ([#113](#113)) by [@mheob](https://github.com/mheob) - move `explicit-function-return-type` rule to base config --> ([#116](#116)) by [@mheob](https://github.com/mheob) ### Patch Changes - update dependencies --> ([#112](#112)) by [@mheob](https://github.com/mheob) - fix the README files after the change of using ESLint to fix the imports --> ([#109](#109)) by [@mheob](https://github.com/mheob) ## 4.1.0 ### Minor Changes - add auto-fix for unused imports and vars --> ([#106](#106)) by [@mheob](https://github.com/mheob) ### Patch Changes - bump `eslint-config-next` to `13.1.0` --> ([#106](#106)) by [@mheob](https://github.com/mheob) ## 4.0.0 ### Major Changes - add `eslint-plugin-simple-import-sort` and `eslint-plugin-import` ESLint plugins --> ([#103](#103)) by [@mheob](https://github.com/mheob) ### Minor Changes - add newest rules from `eslint-plugin-unicorn` --> ([#101](#101)) by [@mheob](https://github.com/mheob) ### Patch Changes - chore(deps): update all non-major dependencies --> ([#99](#99)) by [@renovate](https://github.com/apps/renovate) - chore(deps): update all non-major dependencies --> ([#95](#95)) by [@renovate](https://github.com/apps/renovate) ## 3.1.0 ### Minor Changes - disable `unicorn/no-array-reduce` ESLint rule --> ([#93](#93)) by [@mheob](https://github.com/mheob) ### Patch Changes - bump eslint to ^8.27.0 --> ([#91](#91)) by [@renovate](https://github.com/apps/renovate) - bump `@typescript-eslint` monorepo --> ([#89](#89)) by [@mheob](https://github.com/mheob) ## 3.0.1 ### Patch Changes - Update dependencies --> ([#77](#77)) by [@mheob](https://github.com/mheob) - update dependencies --> ([#81](#81)) by [@mheob](https://github.com/mheob) - update dependencies --> ([#86](#86)) by [@mheob](https://github.com/mheob) - update dependencies --> ([#84](#84)) by [@renovate](https://github.com/apps/renovate) ## 3.0.0 ### Major Changes - [#72](#72) [`6c13a4f`](6c13a4f) Thanks [@mheob](https://github.com/mheob)! - Update dependencies and use the new rules from `eslint-plugin-unicorn`, especially [switch-case-braces](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/switch-case-braces.md) ## 2.2.0 ### Minor Changes - [#59](#59) [`ec5e9e3`](ec5e9e3) Thanks [@mheob](https://github.com/mheob)! - Disable `unicorn/no-array-for-each` rule as default ### Patch Changes - [#60](#60) [`12b3867`](12b3867) Thanks [@mheob](https://github.com/mheob)! - Update dependencies ## 2.1.2 ### Patch Changes - [#53](#53) [`f7b87f4`](f7b87f4) Thanks [@mheob](https://github.com/mheob)! - Simpplify and fix calling sub configurations ## 2.1.1 ### Patch Changes - [#49](#49) [`348d277`](348d277) Thanks [@mheob](https://github.com/mheob)! - Update dependencies - [#46](#46) [`6f731ee`](6f731ee) Thanks [@mheob](https://github.com/mheob)! - Switch to typescript as source files - [#42](#42) [`cf8ba94`](cf8ba94) Thanks [@mheob](https://github.com/mheob)! - Format all files to the new tabs instead of spaces behaviour - [#36](#36) [`fd1474e`](fd1474e) Thanks [@mheob](https://github.com/mheob)! - Update dependencies ## 2.1.0 ### Minor Changes - 718c5e2: Deactivate `@typescript-eslint/explicit-function-return-type` rule for jsx files. - 70cbb2c: Add typescript definitions ### Patch Changes - 8a868bf: Update dependencies ## 2.0.2 ### Patch Changes - 87fb7e0: Update all dependencies - a211713: Add more typescript specific rules. ## 2.0.1 ### Patch Changes - 7c1d265: Change old and wrong `main` file name in `package.json` from `index.cjs` to `index.js`. ## 2.0.0 ### Major Changes - 6e97fe2: Split ESLint configuration into specified files (base/reat/next for now). ### Patch Changes - 6e97fe2: Improve README to get a better copy/paste experience. ## 1.0.1 ### Patch Changes - 7d96f86: Update all dependencies ## 1.0.0 ### Major Changes - 723ce7d: Initial configuration ## @mheob/prettier-config@3.2.1 # @mheob/prettier-config ## 3.2.0 ### Minor Changes - [#149](#149) ([@mheob](https://github.com/mheob)): remove line wraps in markdown files ## 3.1.1 ### Patch Changes - [#145](#145) ([@mheob](https://github.com/mheob)): update dependencies ## 3.1.0 ### Minor Changes - [#133](#133) ([@mheob](https://github.com/mheob)): bump prettier to version 3 ## 3.0.1 ### Patch Changes - fix the README files after the change of using ESLint to fix the imports --> ([#109](#109)) by [@mheob](https://github.com/mheob) ## 3.0.0 ### Major Changes - remove `@trivago/prettier-plugin-sort-imports` --> ([#102](#102)) by [@mheob](https://github.com/mheob) ### Patch Changes - chore(deps): update all non-major dependencies --> ([#95](#95)) by [@renovate](https://github.com/apps/renovate) ## 2.0.3 ### Patch Changes - update dependencies --> ([#81](#81)) by [@mheob](https://github.com/mheob) - update dependencies --> ([#86](#86)) by [@mheob](https://github.com/mheob) - update dependencies --> ([#84](#84)) by [@renovate](https://github.com/apps/renovate) ## 2.0.2 ### Patch Changes - [#71](#71) [`b79f37d`](b79f37d) Thanks [@mheob](https://github.com/mheob)! - Remove obsolete `prettier-plugin-jsdoc` package ## 2.0.1 ### Patch Changes - [#63](#63) [`49204ca`](49204ca) Thanks [@mheob](https://github.com/mheob)! - Add the newest ruleset to the README - [#60](#60) [`12b3867`](12b3867) Thanks [@mheob](https://github.com/mheob)! - Update dependencies ## 2.0.0 ### Major Changes - [#42](#42) [`cf8ba94`](cf8ba94) Thanks [@mheob](https://github.com/mheob)! - Switch from spaces to tabs as indentation ### Minor Changes - [#52](#52) [`8bc72cd`](8bc72cd) Thanks [@mheob](https://github.com/mheob)! - Use spaces instead of tabs in yaml files ### Patch Changes - [#46](#46) [`6f731ee`](6f731ee) Thanks [@mheob](https://github.com/mheob)! - Switch to typescript as source files - [#42](#42) [`cf8ba94`](cf8ba94) Thanks [@mheob](https://github.com/mheob)! - Format all files to the new tabs instead of spaces behaviour - [#36](#36) [`fd1474e`](fd1474e) Thanks [@mheob](https://github.com/mheob)! - Update dependencies ## 1.4.0 ### Minor Changes - 70cbb2c: Add typescript definitions ## 1.3.1 ### Patch Changes - 87fb7e0: Update all dependencies ## 1.3.0 ### Minor Changes - 347593b: Set markdown `printWidth` to `130`. ### Patch Changes - 347593b: Improve README to get a better copy/paste experience. ## 1.2.1 ### Patch Changes - 7d96f86: Update all dependencies ## 1.2.0 ### Minor Changes - ad1fc96: Add `prettier-plugin-jsdoc` to the prettier config. ## 1.1.0 ### Minor Changes - 76f0a62: Add some more rules like using tabs and some more. ## 1.0.0 ### Major Changes - 723ce7d: Initial configuration ## @mheob/tsconfig@2.1.0 # @mheob/tsconfig ## 2.0.0 ### Major Changes - remove depricated `importsNotUsedAsValues` config --> ([#121](#121)) by [@mheob](https://github.com/mheob) ## 1.0.1 ### Patch Changes - [#55](#55) [`27aa074`](27aa074) Thanks [@mheob](https://github.com/mheob)! - Simpplify and fix calling sub configurations ## 1.0.0 ### Major Changes - [#43](#43) [`c4e3768`](c4e3768) Thanks [@mheob](https://github.com/mheob)! - Initial Release ## Summary by CodeRabbit - **New Features** - Updated `@mheob/eslint-config` to version 6.0.0 with improved dependency management. - Updated `@mheob/prettier-config` to version 3.2.1 with the latest non-major dependencies. - Updated `@mheob/tsconfig` to version 2.1.0 with enhanced configurations. - **Chores** - Regular dependency updates to ensure compatibility and security.
This PR contains the following updates:
^2.26.0
->^2.26.1
^17.4.4
->^17.6.3
^8.21.3
->^8.40.0
^18.15.5
->^18.16.14
^5.56.0
->^5.59.7
^5.56.0
->^5.59.7
^1.6.0
->^1.6.1
^8.36.0
->^8.41.0
^13.2.4
->^13.4.3
^3.5.3
->^3.5.5
^46.0.0
->^46.0.1
^13.2.0
->^13.2.2
^2.8.4
->^2.8.8
^2.8.6
->^2.8.8
^1.8.5
->^1.9.9
^5.0.2
->^5.0.4
Release Notes
changesets/changesets
v2.26.1
Compare Source
Patch Changes
feddc88
Thanks @Andarist! - Callpnpm publish
directly from the directory of the published package. This allowspnpm
to correctly handle configuredpublishConfig.directory
.conventional-changelog/commitlint
v17.6.3
Compare Source
Note: Version bump only for package @commitlint/cli
v17.6.1
Compare Source
Note: Version bump only for package @commitlint/cli
v17.6.0
Compare Source
Note: Version bump only for package @commitlint/cli
17.5.1 (2023-03-28)
Note: Version bump only for package @commitlint/cli
v17.5.1
Compare Source
Note: Version bump only for package @commitlint/cli
v17.5.0
Compare Source
Note: Version bump only for package @commitlint/cli
17.4.4 (2023-02-17)
Note: Version bump only for package @commitlint/cli
17.4.3 (2023-02-13)
Note: Version bump only for package @commitlint/cli
17.4.2 (2023-01-12)
Note: Version bump only for package @commitlint/cli
17.4.1 (2023-01-09)
Note: Version bump only for package @commitlint/cli
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v5.59.7
Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
v5.59.6
Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
v5.59.5
Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
v5.59.2
Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
v5.59.1
Compare Source
Bug Fixes
v5.59.0
Compare Source
Bug Fixes
Features
v5.58.0
Compare Source
Bug Fixes
Features
5.57.1 (2023-04-03)
Bug Fixes
v5.57.1
Compare Source
Bug Fixes
v5.57.0
Compare Source
Bug Fixes
Features
no-duplicate-type-constituents
rule (#5728) (bc31078)typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v5.59.7
Compare Source
Note: Version bump only for package @typescript-eslint/parser
v5.59.6
Compare Source
Note: Version bump only for package @typescript-eslint/parser
v5.59.5
Compare Source
Note: Version bump only for package @typescript-eslint/parser
v5.59.2
Compare Source
Note: Version bump only for package @typescript-eslint/parser
v5.59.1
Compare Source
Note: Version bump only for package @typescript-eslint/parser
v5.59.0
Compare Source
Note: Version bump only for package @typescript-eslint/parser
v5.58.0
Compare Source
Bug Fixes
5.57.1 (2023-04-03)
Note: Version bump only for package @typescript-eslint/parser
v5.57.1
Compare Source
Note: Version bump only for package @typescript-eslint/parser
v5.57.0
Compare Source
Note: Version bump only for package @typescript-eslint/parser
Zhengqbbb/cz-git
v1.6.1
Compare Source
Bug Fixes
allowEmptyScopes
not work when not providescopes
(ee0f045), closes #109eslint/eslint
v8.41.0
Compare Source
Features
880a431
feat: change default ignore pattern to**/node_modules/
in flat config (#17184) (Milos Djermanovic)8bf5505
feat: exposeshouldUseFlatConfig
(#17169) (Connor Prussin)Bug Fixes
4f5440d
fix: incorrect warning message for ignored dotfiles (#17196) (Milos Djermanovic)94da96c
fix: unifyLintMessage
type (#17076) (Brandon Mills)0c415cd
fix: validateignorePatterns
constructor option inFlatESLint
class (#17139) (Milos Djermanovic)9682d66
fix: switchgrapheme-splitter
tographemer
(#17160) (fisker Cheung)Documentation
7709b14
docs: Update README (GitHub Actions Bot)7f183e0
docs: Update triage process description (#17157) (Nicholas C. Zakas)b68346b
docs: fix license to reflect relicensing of jshint (#17165) (Stefan Bischof)Chores
f43216a
chore: upgrade @eslint/js@8.41.0 (#17200) (Milos Djermanovic)95c3007
chore: package.json update for @eslint/js release (ESLint Jenkins)ddc5291
chore: don't use deprecatedcontext
methods inast-utils
tests (#17194) (Milos Djermanovic)b1516db
chore: Fix return type offindFlatConfigFile
(#17161) (Milos Djermanovic)918b0fd
perf: Store indent descriptors in a plain array (#17148) (Francesco Trotta)4caa344
refactor: locateConfigFileToUse returns an Error object (#17159) (唯然)v8.40.0
Compare Source
Features
5db7808
feat: improve flat config errors for invalid rule options and severities (#17140) (Josh Goldberg ✨)f5574dc
feat: Add findConfigFile() method to FlatESLint (#17142) (Nicholas C. Zakas)e52b98b
feat: addsourceCode
property to the rule context (#17107) (Nitin Kumar)1468f5b
feat: addphysicalFilename
property to the rule context (#17111) (Nitin Kumar)0df4d4f
feat: addcwd
to rule context (#17106) (Nitin Kumar)52018f2
feat: addfilename
property to the rule context (#17108) (Nitin Kumar)559ff4e
feat: add newomitLastInOneLineClassBody
option to thesemi
rule (#17105) (Nitin Kumar)Bug Fixes
f076e54
fix: Ensure FlatESLint#findConfigFile() doesn't throw. (#17151) (Nicholas C. Zakas)Documentation
e980bf3
docs: Update README (GitHub Actions Bot)e92a6fc
docs: Update README (GitHub Actions Bot)af5fe64
docs: Fix custom rule schema docs (#17115) (Adam Jones)4a352a9
docs: explain how to include predefined globals (#17114) (Marcus Wyatt)5ea15d9
docs: add mastodon link in readme (#17110) (唯然)Chores
4053004
chore: upgrade @eslint/js@8.40.0 (#17156) (Milos Djermanovic)50fed1d
chore: package.json update for @eslint/js release (ESLint Jenkins)4c7a170
chore: upgrade @eslint/eslintrc@2.0.3 (#17155) (Milos Djermanovic)e80b7cc
chore: upgrade espree@9.5.2 (#17154) (Milos Djermanovic)ce3ac91
chore: upgrade eslint-visitor-keys@3.4.1 (#17153) (Milos Djermanovic)9094d79
chore: addlatest/
tometa.docs.url
in all core rules (#17136) (Milos Djermanovic)d85efad
perf: don't usegrapheme-splitter
on ASCII strings in key-spacing rule (#17122) (Milos Djermanovic)v8.39.0
Compare Source
Features
3f7af9f
feat: ImplementSourceCode#markVariableAsUsed()
(#17086) (Nicholas C. Zakas)Documentation
6987dc5
docs: Fix formatting in Custom Rules docs (#17097) (Milos Djermanovic)4ee92e5
docs: Update README (GitHub Actions Bot)d8e9887
docs: Custom Rules cleanup/expansion (#16906) (Ben Perlmutter)1fea279
docs: Clarify how to add to tsc agenda (#17084) (Nicholas C. Zakas)970ef1c
docs: Update triage board location (Nicholas C. Zakas)6d8bffd
docs: Update README (GitHub Actions Bot)Chores
60a6f26
chore: upgrade @eslint/js@8.39.0 (#17102) (Milos Djermanovic)d5ba5c0
chore: package.json update for @eslint/js release (ESLint Jenkins)f57eff2
ci: run tests on Node.js v20 (#17093) (Nitin Kumar)9d1b8fc
perf: Binary search in token storeutils.search
(#17066) (Francesco Trotta)07a4435
chore: Add request for minimal repro to bug report (#17081) (Nicholas C. Zakas)eac4943
refactor: remove unnecessary use ofSourceCode#getAncestors
in rules (#17075) (Milos Djermanovic)0a7b60a
chore: update description ofSourceCode#getDeclaredVariables
(#17072) (Milos Djermanovic)6e2df71
chore: remove unnecessary references to the LICENSE file (#17071) (Milos Djermanovic)v8.38.0
Compare Source
Features
a1d561d
feat: Move getDeclaredVariables and getAncestors to SourceCode (#17059) (Nicholas C. Zakas)Bug Fixes
1c1ece2
fix: do not report onRegExp(...args)
inrequire-unicode-regexp
(#17037) (Francesco Trotta)Documentation
7162d34
docs: Mention new config system is complete (#17068) (Nicholas C. Zakas)0fd6bb2
docs: Update README (GitHub Actions Bot)c83531c
docs: Update/remove external links, eg. point toeslint-community
(#17061) (Pelle Wessman)a3aa6f5
docs: Clarifyno-div-regex
rule docs (#17051) (Francesco Trotta)b0f11cf
docs: Update README (GitHub Actions Bot)da8d52a
docs: Update the second object instance for the "no-new" rule (#17020) (Ahmadou Waly NDIAYE)518130a
docs: switch language based on current path (#16687) (Percy Ma)24206c4
docs: Update README (GitHub Actions Bot)Chores
59ed060
chore: upgrade @eslint/js@8.38.0 (#17069) (Milos Djermanovic)88c0898
chore: package.json update for @eslint/js release (ESLint Jenkins)cf682d2
refactor: simplify new-parens rule schema (#17060) (MHO)0dde022
ci: bump actions/add-to-project from 0.4.1 to 0.5.0 (#17055) (dependabot[bot])v8.37.0
Compare Source
Features
b6ab8b2
feat:require-unicode-regexp
add suggestions (#17007) (Josh Goldberg)10022b1
feat: Copy getScope() to SourceCode (#17004) (Nicholas C. Zakas)1665c02
feat: Use plugin metadata for flat config serialization (#16992) (Nicholas C. Zakas)b3634f6
feat: docs license (#17010) (Samuel Roldan)892e6e5
feat: languageOptions.parser must be an object. (#16985) (Nicholas C. Zakas)Bug Fixes
619f3fd
fix: correctly handlenull
default config inRuleTester
(#17023) (Brad Zacher)1fbf118
fix:getFirstToken
/getLastToken
on comment-only node (#16889) (Francesco Trotta)129e252
fix: Fix typo inlogical-assignment-operators
rule description (#17000) (Francesco Trotta)Documentation
75339df
docs: fix typos and missing info in id-match docs (#17029) (Ed Lucas)ec2d830
docs: Fix typos in thesemi
rule docs (#17012) (Andrii Lundiak)e39f28d
docs: add back to top button (#16979) (Tanuj Kanti)721c717
docs: Custom Processors cleanup and expansion (#16838) (Ben Perlmutter)d049f97
docs: 'How ESLint is Maintained' page (#16961) (Ben Perlmutter)5251a92
docs: Describe guard options for guard-for-in (#16986) (alope107)6157d81
docs: Add example to guard-for-in docs. (#16983) (alope107)fd47998
docs: updateArray.prototype.toSorted
specification link (#16982) (Milos Djermanovic)3e1cf6b
docs: Copy edits on Maintain ESLint docs (#16939) (Ben Perlmutter)Chores
c67f299
chore: upgrade @eslint/js@8.37.0 (#17033) (Milos Djermanovic)ee9ddbd
chore: package.json update for @eslint/js release (ESLint Jenkins)dddb475
chore: upgrade @eslint/eslintrc@2.0.2 (#17032) (Milos Djermanovic)522431e
chore: upgrade espree@9.5.1 (#17031) (Milos Djermanovic)f5f9a88
chore: upgrade eslint-visitor-keys@3.4.0 (#17030) (Milos Djermanovic)4dd8d52
ci: bump actions/stale from 7 to 8 (#17026) (dependabot[bot])ad9dd6a
chore: remove duplicate scss, (#17005) (Strek)ada6a3e
ci: unpin Node 19 (#16993) (Milos Djermanovic)c3da975
chore: Remove triage label from template (#16990) (Nicholas C. Zakas)69bc0e2
ci: pin Node 19 to 19.7.0 (#16987) (Milos Djermanovic)vercel/next.js
v13.4.3
Compare Source
Core Changes
tracing/release_max_level_off
for wasm, too: #49639turbo-binding
->turbopack-binding
: #49816.bind
of Server Actions: #49874next export
whenserverActions
is enabled: #49959next export
whenserverActions
is enabled": #50019[object Request]
specified: #50003redirect()
: #49965Example Changes
Misc Changes
swc_core
tov0.76.6
: #49792Credits
Huge thanks to @timneutkens, @kwonoj, @styfle, @ijjk, @alexanderbluhm, @Fonger, @shuding, @kdy1, @alexkirsz, @souporserious, @ForsakenHarmony, @rishabhpoddar, @devagrawal09, @DevEsteves, @huozhi, and @padmaia for helping!
v13.4.2
Compare Source
Core Changes
useOptimistic
anduseFormStatus
APIs on the server layer: [#&#Configuration
📅 Schedule: Branch creation - "before 4am on Wednesday" 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.