René's URL Explorer Experiment


Title: Update dependency lint-staged to v10 by renovate[bot] · Pull Request #595 · coderplex-org/coderplex · GitHub

Open Graph Title: Update dependency lint-staged to v10 by renovate[bot] · Pull Request #595 · coderplex-org/coderplex

X Title: Update dependency lint-staged to v10 by renovate[bot] · Pull Request #595 · coderplex-org/coderplex

Description: This PR contains the following updates: Package Change Age Adoption Passing Confidence lint-staged 8.2.1 -> 10.5.4 Release Notes okonet/lint-staged v10.5.4 Compare Source Bug Fixes concurrent option is not working correctly (#​950) (4383815) v10.5.3 Compare Source Bug Fixes better logging for errors in js config files (#​935) (292e882) v10.5.2 Compare Source Bug Fixes use bibliography-style links in related posts section of readme (#​932) (0ff2917), closes #​931 v10.5.1 Compare Source Bug Fixes update dependencies (#​921) (7933b08) v10.5.0 Compare Source Features allow reading config from stdin (#​918) (969713d) v10.4.2 Compare Source Bug Fixes update docs on supported config file extensions (#​917) (78782f9) v10.4.1 Compare Source Bug Fixes add support for .cjs configs (#​909) (36e7e58) v10.4.0 Compare Source Features Add ability to use function as config (#​913) (67a4d06) v10.3.0 Compare Source Features Add support for adding lint-staged using pre-commit.com (#​910) (d404d7d) v10.2.13 Compare Source Bug Fixes disambiguate stash reference (#​906) (51c5ac8) v10.2.12 Compare Source Bug Fixes always use the default short diff format for submodules #​902 (c7923ad) ensure supportsColor.level exists before stringifying it (aa9898e) v10.2.11 Compare Source Bug Fixes run all git commands with submodule.recurse=false (#​888) (86c9ed2) v10.2.10 Compare Source Bug Fixes Git directory is not correctly resolved if GIT_WORK_TREE is set to relative path (#​887) (a1904ec) v10.2.9 Compare Source Bug Fixes update listr@2.1.0 and add enquirer peer dependency (#​883) (0daae61) v10.2.8 Compare Source Bug Fixes canceling lint-staged via SIGINT restores state and cleans up (#​881) (b078324) v10.2.7 Compare Source Bug Fixes use machine output to avoid escaped and quoted filenames (ea80a3d) v10.2.6 Compare Source Bug Fixes remove nanoid devDependency to remove ExperimentalWarning (#​874) (979da5d) v10.2.5 Compare Source Bug Fixes truncate command title to stdout width (#​865) (b8e1a4a) v10.2.4 Compare Source Bug Fixes node-13 deps issue with listr2 and uuid (#​868) (93bc942) v10.2.3 Compare Source Bug Fixes update listr2@​2.0.1 (157ad3e) v10.2.2 Compare Source Bug Fixes chunkFiles chunks normalized files even when maxArgLength is set (#​858) (fc72170) v10.2.1 Compare Source Bug Fixes normalize chunked paths even when maxArgLength is not set (ba67f48) resolve matched files to cwd instead of gitDir before adding (defe045) v10.2.0 Compare Source Bug Fixes all lint-staged output respects the quiet option (aba3421) do not show incorrect error when verbose and no output (b8df31a) log task output after running listr to keep everything (d69c65b) use test renderer during tests and when TERM=dumb (16848d8) Features add --verbose to show output even when tasks succeed (85de3a3) allow specifying cwd using the Node.js API (a3bd9d7) replace listr with listr2 and print errors inline (8f32a3e) v10.1.7 Compare Source Bug Fixes use stash create/store to prevent files from disappearing from disk (c9adca5) v10.1.6 Compare Source Bug Fixes deps: update dependencies (e093b1d) v10.1.5 Compare Source Bug Fixes pass correct path to unstaged patch during cleanup (6066b07) v10.1.4 Compare Source Bug Fixes allow lint-staged to run on empty git repo by disabling backup (0bf1fb0) v10.1.3 Compare Source Bug Fixes only run git add on staged files matched to a task (d39573b) run git add for staged file chunks serially (69acfa3) v10.1.2 Compare Source Bug Fixes no longer include untracked files in backup stash (#​827) (2f15336) v10.1.1 Compare Source Bug Fixes add -- to git add command to denote pathspec starting (#​821) (226ccdb) v10.1.0 Compare Source Bug Fixes do not return string from runAll, add info symbol to "No staged files found." message (1e7298a) force src and dst prefixes in diff to work around local diff.noprefix setting (7f2ef33) unset GIT_LITERAL_PATHSPECS env variable before running (a653c55) Features add --no-stash option to disable the backup stash, and not revert in case of errors (c386e4c) only hide/restore unstaged modifications to partially staged files (52125a9) v10.0.10 Compare Source Bug Fixes support non-ASCII filenames when git is configured with core.quotepath on (2cb26a6) v10.0.9 Compare Source Bug Fixes use path.join and normalize to improve msys compatibility in resolveGitRepo (1ad263a) v10.0.8 Compare Source Bug Fixes do not drop backup stash when reverting to original state fails (f589336) evaluate functional configuration only once (abe4b92) v10.0.7 Compare Source Bug Fixes replace fs.promises with util.promisify (#​786) (f71c1c9) v10.0.6 Compare Source Bug Fixes make sure deleted files aren't restored due to git bugs (#​778) (6bfbe6c) v10.0.5 Compare Source Bug Fixes always resolve real git config dir location if .git is a file (#​784) (b98a5ed) v10.0.4 Compare Source Bug Fixes use verbose renderer when TERM=dumb (#​782) (9c08e8e) v10.0.3 Compare Source Bug Fixes correctly restore untracked files after running (#​780) (4010db0) v10.0.2 Compare Source Bug Fixes only warn about git add when it's the exact command (24febb3) parse command string with string-argv unless --shell is used (4cb4dde) print a better warning when the initial commit is missing (293547d) v10.0.1 Compare Source Bug Fixes preserve merge states in submodules (#​769) (e646b2c) v10.0.0 Compare Source Bug Fixes add all modified files to git index with git add . (bf532c2) automatically add modifications only to originally staged files (083b8e7) better workaround for git stash --keep-index bug (f3ae378) correctly leave only staged files for running tasks (cfde9ca) correctly recover when unstaged changes cannot be restored (d091f71) correctly restore untracked files from backup stash (c7d0592) error handling skips dropping backup stash after internal git errors (30b4809) fail with a message when backup stash is missing (1b64239) gitWorkflow handles active merge mode (2f1e886) handle git MERGE_* files separately; improve error handling (da22cf2) improve debug logging (f88e226) keep untracked files around by backing them up (fc03fdc) max arg length is by default half of the allowed to prevent edge cases (80406c2) prevent Listr from hiding git add warning (cce9809) restore metadata about git merge before running tasks (f8ddfc2) retry failing apply with 3-way merge (76cb08f) support binary files (7b3a334) try applying unstaged changes before handling errors (357934f) update warning about git add, and to README (6467a66) workaround for stashing deleted files for git < 2.23 (1a87333) Features automatically stage task modifications (74ed28d) bump Node.js version dependency to at least 10.13.0 (#​747) (814b9df) split tasks into chunks to support shells with limited max argument length (#​732) (cb43872) support async function tasks (20d5c5d) throw error to prevent empty commits unless --allow-empty is used (#​762) (8bdeec0) use git stashes for gitWorkflow (40a5db1) warn when task contains "git add" (5208399) BREAKING CHANGES Previously, lint-staged would allow empty commits in the situation where a linter task like "prettier --write" reverts all staged changes automatically. Now the default behaviour is to throw an error with a helpful warning message. The --allow empty option can be used to allow empty commits, or allowEmpty: true for the Node.js API. Node.js v8 is no longer supported because it will reach EOL on 2019-12-31 Prior to version 10, tasks had to manually include git add as the final step. This behavior has been integrated into lint-staged itself in order to prevent race conditions with multiple tasks editing the same files. If lint-staged detects git add in task configurations, it will show a warning in the console. Please remove git add from your configuration after upgrading. v9.5.0 Compare Source Features add support for concurrent CLI option (6af8307) v9.4.3 Compare Source Bug Fixes deps: bump eslint-utils from 1.4.0 to 1.4.3 to fix a security vulnerability (#​722) (ed84d8e) v9.4.2 Compare Source Bug Fixes create fn title with mock file list of correct length (8c3ca58) v9.4.1 Compare Source Bug Fixes add note about next version (#​708) (8ec040c) v9.4.0 Compare Source Features Use shorter title for function tasks with many staged files (#​706) (1dcdb89), closes #​674 v9.3.0 Compare Source Features allow to pass config instead of configPath (14c46d2) v9.2.5 Compare Source Bug Fixes validateConfig validates function task return values (d8fad78) v9.2.4 Compare Source Bug Fixes include renames when getting list of staged files (2243a83) v9.2.3 Compare Source Bug Fixes don't normalize path gitDir path for better Windows compatibility (eb3fa83) generateTasks handles parent dir globs correctly (82b5182) normalize gitDir path to posix using normalize-path (f485e51) v9.2.2 Compare Source Bug Fixes apply patch only if there's a diff (e70e08f) v9.2.1 Compare Source Bug Fixes pin commitizen@3.1.2 to support node 8 (ee774e3) pin cz-conventional-changelog@2.1.0 to support node 8 (e879b6a) remove empty spaces from warning (6126b72) v9.2.0 Compare Source Features add --relative option for controlling file paths (242deb5) v9.1.0 Compare Source Bug Fixes snapshot with fully-resolved path name (b1a08b8) Features make node-api accessible (ca37906) v9.0.2 Compare Source Bug Fixes run all commands returned by function linters (0dd0c94) v9.0.1 Compare Source Bug Fixes Update node version requirement (#​646) (6c1e42f) v9.0.0 Compare Source Bug Fixes parse titles for function linters (e24aaf2) Code Refactoring remove advanced configuration options (04190c8) remove support for chunking (2ca9050) use execa's shell option to run commands (bed9127) Features add --shell and --quiet flags (ecf9227) add deprecation error for advanced configuration (4bef26e) support function linter returning array of commands (36e54a2) support functions as linter commands (f76c0d1) BREAKING CHANGES The advanced configuration options have been deprecated in favour of the simple format Local commands are no longer resolved by lint-staged, but execa will do this instead. In effect, there are no longer pretty error messages when commands are not found. Very long arguments strings are no longer chunked on Windows. Function linters should be used instead to customise this behaviour. Renovate configuration 📅 Schedule: 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. 🔕 Ignore: Close this PR and you won't be reminded about this update again. If you want to rebase/retry this PR, check this box This PR has been generated by WhiteSource Renovate. View repository job log here.

Open Graph Description: This PR contains the following updates: Package Change Age Adoption Passing Confidence lint-staged 8.2.1 -> 10.5.4 Release Notes okonet/lint-staged v10.5.4 Compare Source Bug Fix...

X Description: This PR contains the following updates: Package Change Age Adoption Passing Confidence lint-staged 8.2.1 -&gt; 10.5.4 Release Notes okonet/lint-staged v10.5.4 Compare Source Bug...

Opengraph URL: https://github.com/coderplex-org/coderplex/pull/595

X: @github

direct link

Domain: patch-diff.githubusercontent.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:ad964a47-36c4-4242-2f7d-8ec8f0d4b156
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idD65C:B2EF0:21C0A00:2CD057F:69816346
html-safe-nonce952a5e30c4f1b91fef56716db1196b60c96fdf155c80519b61da03a808291b32
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJENjVDOkIyRUYwOjIxQzBBMDA6MkNEMDU3Rjo2OTgxNjM0NiIsInZpc2l0b3JfaWQiOiI0Mzk4Nzg0Njk3NDkzMTg1MzUwIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac0f547e78e79228e1418ca14debdc3502daa6b9fc9d2d0f1dc74af815566d1fd2
hovercard-subject-tagpull_request:364562660
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/coderplex-org/coderplex/pull/595/files
twitter:imagehttps://avatars.githubusercontent.com/in/2740?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/2740?s=400&v=4
og:image:altThis PR contains the following updates: Package Change Age Adoption Passing Confidence lint-staged 8.2.1 -> 10.5.4 Release Notes okonet/lint-staged v10.5.4 Compare Source Bug Fix...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Nonee137814e266030874fd2c86863529d0622b13889eeda04148c57654b6ea84ad6
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/coderplex-org/coderplex git https://github.com/coderplex-org/coderplex.git
octolytics-dimension-user_id19891160
octolytics-dimension-user_logincoderplex-org
octolytics-dimension-repository_id99134683
octolytics-dimension-repository_nwocoderplex-org/coderplex
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id99134683
octolytics-dimension-repository_network_root_nwocoderplex-org/coderplex
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releasedd58d68a7813bbec9c91422c8c35f4af33832d70
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/coderplex-org/coderplex/pull/595/files#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fcoderplex-org%2Fcoderplex%2Fpull%2F595%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fcoderplex-org%2Fcoderplex%2Fpull%2F595%2Ffiles
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=coderplex-org%2Fcoderplex
Reloadhttps://patch-diff.githubusercontent.com/coderplex-org/coderplex/pull/595/files
Reloadhttps://patch-diff.githubusercontent.com/coderplex-org/coderplex/pull/595/files
Reloadhttps://patch-diff.githubusercontent.com/coderplex-org/coderplex/pull/595/files
coderplex-org https://patch-diff.githubusercontent.com/coderplex-org
coderplexhttps://patch-diff.githubusercontent.com/coderplex-org/coderplex
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Fcoderplex-org%2Fcoderplex
Fork 45 https://patch-diff.githubusercontent.com/login?return_to=%2Fcoderplex-org%2Fcoderplex
Star 38 https://patch-diff.githubusercontent.com/login?return_to=%2Fcoderplex-org%2Fcoderplex
Code https://patch-diff.githubusercontent.com/coderplex-org/coderplex
Issues 1 https://patch-diff.githubusercontent.com/coderplex-org/coderplex/issues
Pull requests 27 https://patch-diff.githubusercontent.com/coderplex-org/coderplex/pulls
Actions https://patch-diff.githubusercontent.com/coderplex-org/coderplex/actions
Projects 0 https://patch-diff.githubusercontent.com/coderplex-org/coderplex/projects
Wiki https://patch-diff.githubusercontent.com/coderplex-org/coderplex/wiki
Security 0 https://patch-diff.githubusercontent.com/coderplex-org/coderplex/security
Insights https://patch-diff.githubusercontent.com/coderplex-org/coderplex/pulse
Code https://patch-diff.githubusercontent.com/coderplex-org/coderplex
Issues https://patch-diff.githubusercontent.com/coderplex-org/coderplex/issues
Pull requests https://patch-diff.githubusercontent.com/coderplex-org/coderplex/pulls
Actions https://patch-diff.githubusercontent.com/coderplex-org/coderplex/actions
Projects https://patch-diff.githubusercontent.com/coderplex-org/coderplex/projects
Wiki https://patch-diff.githubusercontent.com/coderplex-org/coderplex/wiki
Security https://patch-diff.githubusercontent.com/coderplex-org/coderplex/security
Insights https://patch-diff.githubusercontent.com/coderplex-org/coderplex/pulse
renovatehttps://patch-diff.githubusercontent.com/apps/renovate
masterhttps://patch-diff.githubusercontent.com/coderplex-org/coderplex/tree/master
renovate/lint-staged-10.xhttps://patch-diff.githubusercontent.com/coderplex-org/coderplex/tree/renovate/lint-staged-10.x
Conversation 1 https://patch-diff.githubusercontent.com/coderplex-org/coderplex/pull/595
Commits 1 https://patch-diff.githubusercontent.com/coderplex-org/coderplex/pull/595/commits
Checks 0 https://patch-diff.githubusercontent.com/coderplex-org/coderplex/pull/595/checks
Files changed https://patch-diff.githubusercontent.com/coderplex-org/coderplex/pull/595/files
Please reload this pagehttps://patch-diff.githubusercontent.com/coderplex-org/coderplex/pull/595/files
Update dependency lint-staged to v10 https://patch-diff.githubusercontent.com/coderplex-org/coderplex/pull/595/files#top
Show all changes 1 commit https://patch-diff.githubusercontent.com/coderplex-org/coderplex/pull/595/files
2f4052e Update dependency lint-staged to v10 renovate-bot Feb 7, 2021 https://patch-diff.githubusercontent.com/coderplex-org/coderplex/pull/595/commits/2f4052e257807210b6fbe5c510b6da3884a47aaa
Clear filters https://patch-diff.githubusercontent.com/coderplex-org/coderplex/pull/595/files
Please reload this pagehttps://patch-diff.githubusercontent.com/coderplex-org/coderplex/pull/595/files
Please reload this pagehttps://patch-diff.githubusercontent.com/coderplex-org/coderplex/pull/595/files
package.json https://patch-diff.githubusercontent.com/coderplex-org/coderplex/pull/595/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
yarn.lock https://patch-diff.githubusercontent.com/coderplex-org/coderplex/pull/595/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
package.jsonhttps://patch-diff.githubusercontent.com/coderplex-org/coderplex/pull/595/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
View file https://patch-diff.githubusercontent.com/coderplex-org/coderplex/blob/2f4052e257807210b6fbe5c510b6da3884a47aaa/package.json
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/coderplex-org/coderplex/pull/595/{{ revealButtonHref }}
https://patch-diff.githubusercontent.com/coderplex-org/coderplex/pull/595/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
https://patch-diff.githubusercontent.com/coderplex-org/coderplex/pull/595/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
Please reload this pagehttps://patch-diff.githubusercontent.com/coderplex-org/coderplex/pull/595/files
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.