chore(dev-deps): ⬆️ update devdependencies #163
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:
17.6.3
->17.6.5
17.6.3
->17.6.5
13.4.2
->13.4.4
13.4.2
->13.4.4
13.4.2
->13.4.4
18.16.13
->18.16.16
18.2.6
->18.2.9
5.59.6
->5.59.9
6.25.1
->6.26.0
16.0.3
->16.1.4
8.40.0
->8.42.0
41.0.4
->41.0.5
3.12.0
->3.12.1
2.11.0
->2.13.0
0.28.2
->0.29.0
4.0.9
->4.1.3
8.4.23
->8.4.24
15.10.3
->15.11.0
15.6.2
->15.7.0
1.9.8
->1.10.2
5.0.4
->5.1.3
Release Notes
conventional-changelog/commitlint (@commitlint/cli)
v17.6.5
Compare Source
Note: Version bump only for package @commitlint/cli
conventional-changelog/commitlint (@commitlint/config-conventional)
v17.6.5
Compare Source
Note: Version bump only for package @commitlint/config-conventional
vercel/next.js
v13.4.4
Compare Source
Core Changes
x-forwarded-*
headers to turbopack renders: #50012init.defaultBranch
git con…: #49960swc_core
tov0.76.18
: #50137draftMode
type to GetServerSidePropsContext: #50184node
condition to import resolution: #50007process.env
: #50260_devMiddlewareManifest.json
from router: #50241Documentation Changes
Example Changes
Misc Changes
Credits
Huge thanks to @kwonoj, @wyattjoh, @shuding, @huozhi, @jridgewell, @ijjk, @karlhorky, @lycuid, @MarkAtOmniux, @darshkpatel, @johnta0, @kdy1, @sokra, @timneutkens, @devagrawal09, @ibrahemid, @styfle, @JesseKoldewijn, @padmaia, @Cow258, @javivelasco, and @05lazy for helping!
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!
typescript-eslint/typescript-eslint
v5.59.9
Compare Source
Note: Version bump only for package @typescript-eslint/experimental-utils
v5.59.8
Compare Source
Note: Version bump only for package @typescript-eslint/experimental-utils
v5.59.7
Compare Source
Note: Version bump only for package @typescript-eslint/experimental-utils
all-contributors/all-contributors-cli
v6.26.0
Compare Source
Features
motdotla/dotenv
v16.1.4
Compare Source
Added
.github/
to.npmignore
#747v16.1.3
Compare Source
Removed
browser
keys forpath
,os
, andcrypto
in package.json. These were set to false incorrectly as of 16.1. Instead, if using dotenv on the front-end make sure to include polyfills forpath
,os
, andcrypto
. node-polyfill-webpack-plugin provides these.v16.1.2
Compare Source
Changed
_configDotenv
asconfigDotenv
. #744v16.1.1
Compare Source
Added
decrypt
functionChanged
{crypto: false}
inpackageJson.browser
v16.1.0
Compare Source
Added
populate
convenience method #733npm fund
command.env.vault
support. 🎉 (#730)ℹ️
.env.vault
extends the.env
file format standard with a localized encrypted vault file. Package it securely with your production code deploys. It's cloud agnostic so that you can deploy your secrets anywhere – without risky third-party integrations. read moreChanged
eslint/eslint
v8.42.0
Compare Source
Features
b8448ff
feat: correct no-useless-return behaviour in try statements (#16996) (Nitin Kumar)Bug Fixes
a589636
fix: Config withignores
and withoutfiles
should not always apply (#17181) (Milos Djermanovic)c4fad17
fix: Correct ignore message for "node_modules" subfolders (#17217) (Francesco Trotta)Documentation
01d7142
docs: Update README (GitHub Actions Bot)e5182b7
docs: Update README (GitHub Actions Bot)Chores
6ca5b7c
chore: upgrade @eslint/js@8.42.0 (#17236) (Milos Djermanovic)67fc5e7
chore: package.json update for @eslint/js release (ESLint Jenkins)0892412
refactor: removeIdentifier
listener in no-irregular-whitespace (#17235) (Milos Djermanovic)f67d298
test: AddFlatESLint
tests with missing config files (#17164) (Milos Djermanovic)5b68d51
chore: Fixfixedsize
attribute in code path analysis DOT debug output (#17202) (Milos Djermanovic)37432f2
chore: update descriptions in key-spacing tests (#17195) (Milos Djermanovic)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) (唯然)gajus/eslint-config-canonical
v41.0.5
Compare Source
francoismassart/eslint-plugin-tailwindcss
v3.12.1
Compare Source
webpro/knip
v2.13.0
Compare Source
0f9cf03
)73bd68e
)v2.12.3
Compare Source
cb5bce0
)d239317
)getPackageNameFromModuleSpecifier
returnundefined
if not package name (f0d74ef
)v2.12.2
Compare Source
e800a01
)dde95ac
)v2.12.1
Compare Source
c68aeeb
)647e14f
)5b23334
)v2.12.0
Compare Source
52a7bc6
)b2f1592
)next
topostcss
enablers (closes #131) (1429d8c
)6befebf
)postcss.config.json
to config file patterns (d00f8fc
)b1ba73e
)DavidAnson/markdownlint
v0.29.0
Compare Source
micromark
parser dependencies for better performancemicromark
in MD049/MD050iamvishnusankar/next-sitemap
v4.1.3
Compare Source
Changes:
d51eca2
Merge pull request #641 from iamvishnusankar/feat/static-exportd41367b
Merge branch 'master' into feat/static-export6cea253
[Fix] Missing build manifest error for static exportsThis list of changes was auto generated.
v4.1.2
Compare Source
Changes:
777cd4e
Merge pull request #640 from iamvishnusankar/feat/static-exporte9e8614
Merge branch 'master' into feat/static-exportbe66ff3
[Fix] Build pipeline6c4c35c
Merge pull request #638 from iamvishnusankar/feat/static-exportf083088
Fix static-export demo3c59bd0
Output optional85bcb66
Make output optional in readme7aa08c1
[Feat] Support Statically Exported Websites without next export [ #637 ]706e1d3
[WIP] Static exportdd7bd29
[WIP] Upgraded packagesThis list of changes was auto generated.
postcss/postcss
v8.4.24
Compare Source
Plugin
types.release-it/release-it
v15.11.0
Compare Source
46fc8fa
(1ea14aa
)0198b89
)6158d7e
)fef8566
)v15.10.5
Compare Source
9b97b46
)v15.10.4
Compare Source
d13edef
)e28bdd6
)5472a58
)75e970a
)f0f0cf3
)22bfb01
)433f85e
)18abf36
)stylelint/stylelint
v15.7.0
Compare Source
splitList: boolean
toselector-nested-pattern
(#6896) (@is2ei).unit-no-unknown
false positives forunicode-range
descriptors (#6892) (@romainmenke).v15.6.3
Compare Source
alpha-value-notation
false positives forcolor()
(#6885) (@romainmenke).alpha-value-notation
performance with improved benchmark script (#6864) (@romainmenke).at-rule-property-required-list
performance (#6865) (@romainmenke).color-*
performance (#6868) (@romainmenke).length-zero-no-unit
false positives on new math functions (#6871) (@romainmenke).string
formatter for unexpected truncation on non-ASCII characters (#6861) (@Max10240).unit-no-unknown
false positives for the second and subsequentimage-set()
withx
descriptor (#6879) (@romainmenke).vercel/turbo
v1.10.2
: Turborepo v1.10.2Compare Source
What's Changed
Changelog
--verbosity
. by @leerob in https://github.com/vercel/turbo/pull/5118Configuration
📅 Schedule: Branch creation - "before 4am on Monday" in timezone Asia/Kolkata, 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 has been generated by Mend Renovate. View repository job log here.