Title: Bump cross-spawn and eslint by dependabot[bot] · Pull Request #15 · HackYourFuture/JavaScript3_examples · GitHub
Open Graph Title: Bump cross-spawn and eslint by dependabot[bot] · Pull Request #15 · HackYourFuture/JavaScript3_examples
X Title: Bump cross-spawn and eslint by dependabot[bot] · Pull Request #15 · HackYourFuture/JavaScript3_examples
Description: Bumps cross-spawn to 7.0.5 and updates ancestor dependency eslint. These dependencies need to be updated together.
Updates cross-spawn from 6.0.5 to 7.0.5
Changelog
Sourced from cross-spawn's changelog.
7.0.5 (2024-11-07)
Bug Fixes
fix escaping bug introduced by backtracking (640d391)
7.0.4 (2024-11-07)
Bug Fixes
disable regexp backtracking (#160) (5ff3a07)
7.0.3 (2020-05-25)
Bug Fixes
detect path key based on correct environment (#133) (159e7e9)
7.0.2 (2020-04-04)
Bug Fixes
fix worker threads in Node >=11.10.0 (#132) (6c5b4f0)
7.0.1 (2019-10-07)
Bug Fixes
core: support worker threads (#127) (cfd49c9)
7.0.0 (2019-09-03)
⚠ BREAKING CHANGES
drop support for Node.js < 8
drop support for versions below Node.js 8 (#125) (16feb53)
Commits
0852683 chore(release): 7.0.5
640d391 fix: fix escaping bug introduced by backtracking
bff0c87 chore: remove codecov
a7c6abc chore: replace travis with github workflows
9b9246e chore(release): 7.0.4
5ff3a07 fix: disable regexp backtracking (#160)
9521e2d chore: fix tests in recent node js versions
97ded39 chore: convert package lock
d52b6b9 chore: remove unused argument (#156)
5d84384 chore: add travis jobs on ppc64le (#142)
Additional commits viewable in compare view
Updates eslint from 6.2.1 to 9.15.0
Release notes
Sourced from eslint's releases.
v9.15.0
Features
01557ce feat: Implement Language#normalizeLanguageOptions() (#19104) (Nicholas C. Zakas)
2edc0e2 feat: add meta.defaultOptions (#17656) (Josh Goldberg ✨)
bdec50e feat: fix no-useless-computed-key false negative with __proto__ (#19123) (Milos Djermanovic)
3087c9e feat: add meta object to @eslint/js plugin (#19095) (Francesco Trotta)
Bug Fixes
fd33f13 fix: update types for no-restricted-imports rule (#19060) (Nitin Kumar)
bd35098 fix: switch away from Node.js node:assert and AssertionError (#19082) (Josh Goldberg ✨)
9db5b15 fix: unsafe report for no-lonely-if (#19087) (Abraham Guo)
68fa497 fix: ignore files on a different drive on Windows (#19069) (Francesco Trotta)
4ce625a fix: upgrade @humanwhocodes/retry@0.4.1 to avoid debug logs (#19102) (Milos Djermanovic)
Documentation
d927920 docs: fix styles in no-js mode (#18916) (Tanuj Kanti)
09bc2a8 docs: Update README (GitHub Actions Bot)
39089c8 docs: add no-useless-computed-key examples with object patterns (#19109) (Milos Djermanovic)
895c60f docs: add missing messageId property and suggestion properties (#19122) (fnx)
298625e docs: Change CLI -c to use flat config (#19103) (Nicholas C. Zakas)
522d8a3 docs: add deprecation on indent, quotes and semi rule types (#19090) (Marco Pasqualetti)
Chores
2967d91 chore: upgrade @eslint/js@9.15.0 (#19133) (Milos Djermanovic)
b441bee chore: package.json update for @eslint/js release (Jenkins)
7d6bf4a chore: upgrade @eslint/core@0.9.0 (#19131) (Milos Djermanovic)
902e707 chore: upgrade @eslint/plugin-kit@0.2.3 (#19130) (Milos Djermanovic)
5ff6c1d chore: bump cross-spawn (#19125) (Ian Bobinac)
cceccc7 chore: update dependency @eslint/json to ^0.6.0 (#19117) (renovate[bot])
0da3f73 chore: update algolia referrer (#19114) (Strek)
4f08332 ci: unpin trunk-io/trunk-action (#19108) (Francesco Trotta)
6b75683 perf: optimize text-table by replacing regex with trimEnd (#19061) (Nitin Kumar)
v9.14.0
Features
3fa009f feat: add support for Import Attributes and RegExp Modifiers (#19076) (Milos Djermanovic)
b0faee3 feat: add types for the @eslint/js package (#19010) (Nitin Kumar)
Bug Fixes
24d0172 fix: enable retry concurrency limit for readFile() (#19077) (Nicholas C. Zakas)
b442067 fix: Don't crash when directory is deleted during traversal. (#19067) (Nicholas C. Zakas)
d474443 fix: avoid call stack overflow while processing globs (#19035) (Livia Medeiros)
Documentation
151c965 docs: update context.languageOptions.parser description (#19084) (Nitin Kumar)
dc34f94 docs: Update README (GitHub Actions Bot)
f16e846 docs: Update README (GitHub Actions Bot)
ee0a77e docs: change link from @types/eslint to lib/types (#19049) (Karl Horky)
50f03a1 docs: Clarify global ignores in config migration guide (#19032) (Milos Djermanovic)
... (truncated)
Changelog
Sourced from eslint's changelog.
v9.15.0 - November 15, 2024
2967d91 chore: upgrade @eslint/js@9.15.0 (#19133) (Milos Djermanovic)
b441bee chore: package.json update for @eslint/js release (Jenkins)
7d6bf4a chore: upgrade @eslint/core@0.9.0 (#19131) (Milos Djermanovic)
01557ce feat: Implement Language#normalizeLanguageOptions() (#19104) (Nicholas C. Zakas)
902e707 chore: upgrade @eslint/plugin-kit@0.2.3 (#19130) (Milos Djermanovic)
2edc0e2 feat: add meta.defaultOptions (#17656) (Josh Goldberg ✨)
fd33f13 fix: update types for no-restricted-imports rule (#19060) (Nitin Kumar)
5ff6c1d chore: bump cross-spawn (#19125) (Ian Bobinac)
d927920 docs: fix styles in no-js mode (#18916) (Tanuj Kanti)
bdec50e feat: fix no-useless-computed-key false negative with __proto__ (#19123) (Milos Djermanovic)
09bc2a8 docs: Update README (GitHub Actions Bot)
bd35098 fix: switch away from Node.js node:assert and AssertionError (#19082) (Josh Goldberg ✨)
39089c8 docs: add no-useless-computed-key examples with object patterns (#19109) (Milos Djermanovic)
895c60f docs: add missing messageId property and suggestion properties (#19122) (fnx)
cceccc7 chore: update dependency @eslint/json to ^0.6.0 (#19117) (renovate[bot])
0da3f73 chore: update algolia referrer (#19114) (Strek)
9db5b15 fix: unsafe report for no-lonely-if (#19087) (Abraham Guo)
68fa497 fix: ignore files on a different drive on Windows (#19069) (Francesco Trotta)
4f08332 ci: unpin trunk-io/trunk-action (#19108) (Francesco Trotta)
3087c9e feat: add meta object to @eslint/js plugin (#19095) (Francesco Trotta)
298625e docs: Change CLI -c to use flat config (#19103) (Nicholas C. Zakas)
4ce625a fix: upgrade @humanwhocodes/retry@0.4.1 to avoid debug logs (#19102) (Milos Djermanovic)
522d8a3 docs: add deprecation on indent, quotes and semi rule types (#19090) (Marco Pasqualetti)
6b75683 perf: optimize text-table by replacing regex with trimEnd (#19061) (Nitin Kumar)
v9.14.0 - November 1, 2024
f36cb16 chore: upgrade @eslint/js@9.14.0 (#19086) (Milos Djermanovic)
28be447 chore: package.json update for @eslint/js release (Jenkins)
24d0172 fix: enable retry concurrency limit for readFile() (#19077) (Nicholas C. Zakas)
3fa009f feat: add support for Import Attributes and RegExp Modifiers (#19076) (Milos Djermanovic)
b0faee3 feat: add types for the @eslint/js package (#19010) (Nitin Kumar)
151c965 docs: update context.languageOptions.parser description (#19084) (Nitin Kumar)
dc34f94 docs: Update README (GitHub Actions Bot)
f48a2a0 test: add no-invalid-regexp tests with RegExp Modifiers (#19075) (Milos Djermanovic)
37c9177 build: update @wdio/* dependencies (#19068) (Francesco Trotta)
b442067 fix: Don't crash when directory is deleted during traversal. (#19067) (Nicholas C. Zakas)
35a8858 build: exclude flawed dendency versions (#19065) (Francesco Trotta)
425202e perf: Fix caching in config loaders (#19042) (Milos Djermanovic)
3d44b3c ci: run tests in Node.js 23 (#19055) (Francesco Trotta)
f16e846 docs: Update README (GitHub Actions Bot)
ee0a77e docs: change link from @types/eslint to lib/types (#19049) (Karl Horky)
d474443 fix: avoid call stack overflow while processing globs (#19035) (Livia Medeiros)
7259627 test: ensure tmp directory cleanup in check-emfile-handling.js (#19036) (Livia Medeiros)
50f03a1 docs: Clarify global ignores in config migration guide (#19032) (Milos Djermanovic)
v9.13.0 - October 18, 2024
... (truncated)
Commits
6f37b07 9.15.0
1d99f29 Build: changelog update for 9.15.0
2967d91 chore: upgrade @eslint/js@9.15.0 (#19133)
b441bee chore: package.json update for @eslint/js release
7d6bf4a chore: upgrade @eslint/core@0.9.0 (#19131)
01557ce feat: Implement Language#normalizeLanguageOptions() (#19104)
902e707 chore: upgrade @eslint/plugin-kit@0.2.3 (#19130)
2edc0e2 feat: add meta.defaultOptions (#17656)
fd33f13 fix: update types for no-restricted-imports rule (#19060)
5ff6c1d chore: bump cross-spawn (#19125)
Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by eslintbot, a new releaser for eslint since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase will rebase this PR
@dependabot recreate will recreate this PR, overwriting any edits that have been made to it
@dependabot merge will merge this PR after your CI passes on it
@dependabot squash and merge will squash and merge this PR after your CI passes on it
@dependabot cancel merge will cancel a previously requested merge and block automerging
@dependabot reopen will reopen this PR if it is closed
@dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
@dependabot show
Open Graph Description: Bumps cross-spawn to 7.0.5 and updates ancestor dependency eslint. These dependencies need to be updated together. Updates cross-spawn from 6.0.5 to 7.0.5 Changelog Sourced from cross-spawn's ...
X Description: Bumps cross-spawn to 7.0.5 and updates ancestor dependency eslint. These dependencies need to be updated together. Updates cross-spawn from 6.0.5 to 7.0.5 Changelog Sourced from cross-spawn...
Opengraph URL: https://github.com/HackYourFuture/JavaScript3_examples/pull/15
X: @github
Domain: patch-diff.githubusercontent.com
| route-pattern | /:user_id/:repository/pull/:id/checks(.:format) |
| route-controller | pull_requests |
| route-action | checks |
| fetch-nonce | v2:dbac9a8b-c953-b539-f544-4de917b8af3b |
| current-catalog-service-hash | 87dc3bc62d9b466312751bfd5f889726f4f1337bdff4e8be7da7c93d6c00a25a |
| request-id | D56A:C2FFC:1DA82E7:261B2F9:69749B0C |
| html-safe-nonce | 398506f13d0c3be2696b7bcda3461552d0064b523b3a6e5cc707f8607f7235e7 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJENTZBOkMyRkZDOjFEQTgyRTc6MjYxQjJGOTo2OTc0OUIwQyIsInZpc2l0b3JfaWQiOiIyMDMwODExNzEzNTc2OTM0MTU2IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0= |
| visitor-hmac | adf0d5833d777e6579f777d370bb6931b5245399fdf015249f775891a2373050 |
| hovercard-subject-tag | pull_request:2183531499 |
| github-keyboard-shortcuts | repository,pull-request-list,pull-request-conversation,pull-request-files-changed,checks,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/HackYourFuture/JavaScript3_examples/pull/15/checks |
| twitter:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| twitter:card | summary_large_image |
| og:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| og:image:alt | Bumps cross-spawn to 7.0.5 and updates ancestor dependency eslint. These dependencies need to be updated together. Updates cross-spawn from 6.0.5 to 7.0.5 Changelog Sourced from cross-spawn's ... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | 4a4bf5f4e28041a9d2e5c107d7d20b78b4294ba261cab243b28167c16a623a1f |
| turbo-cache-control | no-preview |
| go-import | github.com/HackYourFuture/JavaScript3_examples git https://github.com/HackYourFuture/JavaScript3_examples.git |
| octolytics-dimension-user_id | 20858568 |
| octolytics-dimension-user_login | HackYourFuture |
| octolytics-dimension-repository_id | 126811012 |
| octolytics-dimension-repository_nwo | HackYourFuture/JavaScript3_examples |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 126811012 |
| octolytics-dimension-repository_network_root_nwo | HackYourFuture/JavaScript3_examples |
| turbo-body-classes | logged-out env-production page-responsive full-width full-width-p-0 |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 488b30e96dfd057fbbe44c6665ccbc030b729dde |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width