Skip to content
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 devdependencies (non-major) #363

Merged
merged 1 commit into from Aug 31, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 30, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@swc/core (source) 1.3.67 -> 1.3.81 age adoption passing confidence
@types/node (source) 18.16.18 -> 18.17.12 age adoption passing confidence
@types/semver (source) 7.5.0 -> 7.5.1 age adoption passing confidence
@typescript-eslint/eslint-plugin 5.60.1 -> 5.62.0 age adoption passing confidence
@typescript-eslint/parser 5.60.1 -> 5.62.0 age adoption passing confidence
eslint (source) 8.43.0 -> 8.48.0 age adoption passing confidence
eslint-plugin-deprecation 1.4.1 -> 1.5.0 age adoption passing confidence
execa 7.1.1 -> 7.2.0 age adoption passing confidence
fast-glob 3.2.12 -> 3.3.1 age adoption passing confidence
semver 7.5.3 -> 7.5.4 age adoption passing confidence
typescript (source) 5.1.6 -> 5.2.2 age adoption passing confidence
vitest 0.32.2 -> 0.34.3 age adoption passing confidence

Release Notes

swc-project/swc (@​swc/core)

v1.3.81

Compare Source

Bug Fixes
  • (es/codegen) Fix placing of comments of yield arguments (#​7858) (122d14c)

  • (es/compat) Apply transforms for explicit resource management (#​7881) (3180e68)

  • (es/compat) Make SwitchCase handler of block-scoping stateless (#​7888) (4b33d41)

  • (es/dep-graph) Analyze import type children (#​7883) (057bd5f)

  • (es/minifier) Report is_fn_local even if var is hoisted (#​7876) (87a47bf)

  • (es/module) Don't create absolute paths for jsc.paths on Windows (#​7892) (5fbc251)

  • (swc-info) Use correct path while getting local package versions (#​7872) (67afaf1)

Features
Miscellaneous Tasks
Performance
Refactor
  • (es/minifier) Remove mutated and mutation_by_call_count (#​7890) (8db968a)

v1.3.80

Compare Source

Bug Fixes
  • (es/module) Fix logic for exact matches in jsc.paths (#​7860) (52a1ee7)

  • (es/module) Don't resolve as node_modules from TscResolver (#​7866) (11ebae1)

Miscellaneous Tasks
  • general: Remove unused files (e47f1c2)

v1.3.79

Compare Source

Bug Fixes
Features
Miscellaneous Tasks
Refactor

v1.3.78

Compare Source

Bug Fixes
  • (es/codegen) Add quotes to property names when ascii_only is true (#​7820) (04921f3)

  • (es/compat) Remove wrong logic for object patterns in object_rest (#​7788) (3766a7c)

  • (es/minifier) Preserve cooked while compressing template literals (#​7773) (05990a9)

  • (es/minifier) Abort seq inliner if var is not fn_local or reassigned (#​7804) (f8ca366)

  • (es/minifier) Preserve more analysis data upon inlining (#​7823) (31de19e)

Features
  • (es/module) Improve error message about relative jsc.baseUrl (#​7827) (9099883)
Refactor

v1.3.77

Compare Source

Bug Fixes
Features
Refactor
  • (es/parser) Don't attempt to handle shebangs in read_token_number_sign (#​7803) (5e7834a)

v1.3.76

Compare Source

Bug Fixes
Features
Miscellaneous Tasks
Performance
  • (es/compat) Improve time complexity of class_properties (#​7786) (76c6258)

v1.3.75

Compare Source

Bug Fixes
Features
Miscellaneous Tasks
Refactor

v1.3.74

Compare Source

Bug Fixes

v1.3.73

Compare Source

Bug Fixes
  • (es/minifier) Handle synthesized export default expression (#​7707) (5ea6f27)

  • (es/utils) Fix string evaluation of array literals (#​7731) (e8c58cf)

Features
  • (es/preset-env) Update builtin definitions for core-js imports (#​7715) (b4f3332)
Testing
  • (es/compat) Add a test for optional chaining with loose mode (#​7726) (216c4f1)

v1.3.72

Compare Source

Bug Fixes
  • (es/compat) Fix handling of private members in optional chaining pass (#​7610) (7ba7b6e)

  • (es/minifier) Do not drop used properties (#​7702) (f901b41)

  • (es/module) Do not determine module name for modules without exports in UMD (#​7718) (40136f7)

Features
Refactor

v1.3.71

Compare Source

Bug Fixes
Features
Miscellaneous Tasks
Refactor

v1.3.70

Compare Source

Bug Fixes
  • (es/minifier) Fix a bug about eval of name mangler (#​7615) (6be1f70)

  • (es/minifier) Do not reuse identifier used for import bindings (#​7639) (a65be14)

  • (es/module) Skip CJS and AMD transformations for Script (#​7661) (a2d0408)

Features
Testing
Buiild

v1.3.69

Compare Source

Bug Fixes
  • (es/compat) Visit children of while statement in the generator pass (#​7624) (d2ac2c1)

  • (es/compat) Fix loose mode of the spread pass (#​7608) (a7daa5b)

  • (es/minifier) Don't drop unused properties of top-level vars (#​7638) (19ba714)

Features
Miscellaneous Tasks
  • (es/parser) Scope use of lexical to certain features (#​7644) (a961090)
Refactor
Build

v1.3.68

Compare Source

Bug Fixes
Features
  • (es/compat) Implement transform for explicit resource management (#​7376) (bcd5a1d)

  • (es/minifier) Drop unused properties (#​7534) (47d2edd)

  • (es/minifier) Compress common sub expressions in sequences (#​7587) (ff1ad95)

  • (es/optimization) Support default imports for const modules (#​7604) (ac02b84)

Refactor
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v5.62.0

Compare Source

Bug Fixes
  • eslint-plugin: [comma-spacing] allow no space after trailing comma in objects and arrays (#​6938) (24bdacc)
  • eslint-plugin: [prefer-includes] escape special characters (#​7161) (5a347a5), closes #​7145
  • eslint-plugin: replace auto-fix of class literal property style rule with suggestion (#​7054) (a8c824a)
Features
  • eslint-plugin: [prefer-nullish-coalescing] add ignorePrimitives option (#​6487) (6edaa04)

You can read about our versioning strategy and releases on our website.

v5.61.0

Compare Source

Features

You can read about our versioning strategy and releases on our website.

5.60.1 (2023-06-26)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v5.62.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

v5.61.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

5.60.1 (2023-06-26)

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

eslint/eslint (eslint)

v8.48.0

Compare Source

Features

  • 1fbb3b0 feat: correct update direction in for-direction (#​17483) (Francesco Trotta)
  • d73fbf2 feat: rule tester do not create empty valid or invalid test suites (#​17475) (fnx)
  • ee2f718 feat: Allow void in rule no-promise-executor-return (#​17282) (nopeless)

Bug Fixes

  • 7234f6a fix: update RuleTester JSDoc and deprecations (#​17496) (Jonas Berlin)

Documentation

  • 7a51d77 docs: no-param-reassign mention strict mode (#​17494) (Stephen Hardy)
  • 9cd7ac2 docs: add fetch script to package.json conventions (#​17459) (Nitin Kumar)
  • cab21e6 docs: advice for inline disabling of rules (#​17458) (Ashish Yadav)
  • 056499d docs: fix example of flat config from plugin (#​17482) (Francesco Trotta)
  • 9e9edf9 docs: update documentation URL in error message (#​17465) (Nitin Kumar)

Chores

v8.47.0

Compare Source

Features

  • 53d7508 feat: update regex for methods with thisArg (#​17439) (Francesco Trotta)

Bug Fixes

  • 631648e fix: do not report on shadowed constructors in no-new-wrappers (#​17447) (Francesco Trotta)

Documentation

Chores

v8.46.0

Compare Source

Features

Bug Fixes

  • 9803c7c fix: FlatESLint#getRulesMetaForResults shouldn't throw on unknown rules (#​17393) (Milos Djermanovic)
  • 42faa17 fix: Update no-loop-func to not overlap with no-undef (#​17358) (Matt Wilkinson)

Documentation

  • 4d474e3 docs: update with TypeScript info (#​17423) (James)
  • 091f44e docs: File extension named processor deprecation (#​17362) (Matt Wilkinson)
  • 9254a6c docs: Update README (GitHub Actions Bot)
  • 6d6dc51 docs: fix overlapping of open in playground button (#​17403) (Tanuj Kanti)
  • 7fc3a2c docs: Add private class features info to no-underscore-dangle (#​17386) (Matt Wilkinson)
  • da73e58 docs: Migrating eslint-env configuration comments (#​17390) (Francesco Trotta)
  • 80dffed docs: fix Ignoring Files section in config migration guide (#​17392) (Milos Djermanovic)
  • 8a9abb7 docs: Update README (GitHub Actions Bot)
  • 7e9be4b docs: Update README (GitHub Actions Bot)
  • 0b0bbe0 docs: Update README (GitHub Actions Bot)

Chores

  • d1eb7e4 chore: Update ecosystem dependencies (#​17427) (Nicholas C. Zakas)
  • fab9e97 chore: package.json update for eslint-config-eslint release (ESLint Jenkins)
  • 6246711 chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • 0aa0bc3 chore: Add PRs to triage project (#​17421) (Nicholas C. Zakas)

v8.45.0

Compare Source

Features

  • cdd063c feat: Expose LegacyESLint in unsupported API (#​17341) (Nicholas C. Zakas)
  • d34abe5 feat: fix indent rule for else-if (#​17318) (Milos Djermanovic)

Bug Fixes

  • b79b6fb fix: Fix suggestion message in no-useless-escape (#​17339) (Francesco Trotta)
  • c667055 fix: provide unique fix and fix.range objects in lint messages (#​17332) (Milos Djermanovic)

Documentation

  • 89f3225 docs: add playground links to correct and incorrect code blocks (#​17306) (Josh Goldberg ✨)
  • f8892b5 docs: Expand rule option schema docs (#​17198) (Matt Wilkinson)
  • 8bcbf11 docs: Config Migration Guide (#​17230) (Ben Perlmutter)
  • bb30908 docs: Update README (GitHub Actions Bot)
  • 84d243b docs: Update README (GitHub Actions Bot)
  • b762632 docs: Update README (GitHub Actions Bot)
  • 138c096 docs: add more prefer-destructuring examples with array destructuring (#​17330) (Milos Djermanovic)
  • 1fc50a8 docs: max-len rule code and tabWidth as positional arguments (#​17331) (Jesús Leganés-Combarro)

Chores


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the type/chore label Jun 30, 2023
@renovate renovate bot changed the title chore(deps): update dependency fast-glob to v3.3.0 chore(deps): update devdependencies (non-major) Jul 1, 2023
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 6 times, most recently from 9d938ca to b996bc7 Compare July 7, 2023 23:03
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 3 times, most recently from c389acf to b42e68d Compare July 14, 2023 16:17
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 5 times, most recently from 6c8b907 to 27ba6ec Compare July 25, 2023 07:40
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 6 times, most recently from 2b1366d to 0ebda21 Compare August 1, 2023 17:50
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 5 times, most recently from 5542929 to eba188a Compare August 8, 2023 21:12
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 3 times, most recently from f82ace2 to 8909efb Compare August 11, 2023 22:43
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 6 times, most recently from ff964d2 to f96ee91 Compare August 22, 2023 18:38
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 9 times, most recently from 65157cf to cdb3872 Compare August 28, 2023 19:54
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from cdb3872 to 3268e1c Compare August 30, 2023 14:33
@jasonkuhrt jasonkuhrt merged commit 64801fc into main Aug 31, 2023
5 checks passed
@jasonkuhrt jasonkuhrt deleted the renovate/devdependencies-(non-major) branch August 31, 2023 01:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant