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 all #458

Merged
merged 2 commits into from Jan 5, 2023
Merged

chore(deps): update all #458

merged 2 commits into from Jan 5, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 1, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/react (source) 18.0.21 -> 18.0.25 age adoption passing confidence
@types/react-dom (source) 18.0.6 -> 18.0.9 age adoption passing confidence
autoprefixer 10.4.12 -> 10.4.13 age adoption passing confidence
cssnano 5.1.13 -> 5.1.14 age adoption passing confidence
eslint (source) 8.24.0 -> 8.28.0 age adoption passing confidence
postcss (source) 8.4.17 -> 8.4.19 age adoption passing confidence
preact (source) 10.11.0 -> 10.11.3 age adoption passing confidence
preact-render-to-string 5.2.4 -> 5.2.6 age adoption passing confidence
prettier (source) 2.7.1 -> 2.8.0 age adoption passing confidence
typescript (source) 4.8.4 -> 4.9.3 age adoption passing confidence

Release Notes

postcss/autoprefixer

v10.4.13

Compare Source

  • Fixed missed prefixes on vendor prefixes in name of CSS Custom Property.
cssnano/cssnano

v5.1.14: v5.1.14

Compare Source

Bug Fixes

  • fix: update autoprefixer and browserslist
  • fix(postcss-reduce-initial): improve initial properties data
eslint/eslint

v8.28.0

Compare Source

Features

  • 63bce44 feat: add ignoreClassFieldInitialValues option to no-magic-numbers (#​16539) (Milos Djermanovic)
  • 8385ecd feat: multiline properties in rule key-spacing with option align (#​16532) (Francesco Trotta)
  • a4e89db feat: no-obj-calls support Intl (#​16543) (Sosuke Suzuki)

Bug Fixes

  • c50ae4f fix: Ensure that dot files are found with globs. (#​16550) (Nicholas C. Zakas)
  • 9432b67 fix: throw error for first unmatched pattern (#​16533) (Milos Djermanovic)
  • e76c382 fix: allow * 1 when followed by / in no-implicit-coercion (#​16522) (Milos Djermanovic)

Documentation

Chores

v8.27.0

Compare Source

Features

  • f14587c feat: new no-new-native-nonconstructor rule (#​16368) (Sosuke Suzuki)
  • 978799b feat: add new rule no-empty-static-block (#​16325) (Sosuke Suzuki)
  • 69216ee feat: no-empty suggest to add comment in empty BlockStatement (#​16470) (Nitin Kumar)
  • 319f0a5 feat: use context.languageOptions.ecmaVersion in core rules (#​16458) (Milos Djermanovic)

Bug Fixes

  • c3ce521 fix: Ensure unmatched glob patterns throw an error (#​16462) (Nicholas C. Zakas)
  • 886a038 fix: handle files with unspecified path in getRulesMetaForResults (#​16437) (Francesco Trotta)

Documentation

  • ce93b42 docs: Stylelint property-no-unknown (#​16497) (Nick Schonning)
  • d2cecb4 docs: Stylelint declaration-block-no-shorthand-property-overrides (#​16498) (Nick Schonning)
  • 0a92805 docs: stylelint color-hex-case (#​16496) (Nick Schonning)
  • 74a5af4 docs: fix stylelint error (#​16491) (Milos Djermanovic)
  • 324db1a docs: explicit stylelint color related rules (#​16465) (Nick Schonning)
  • 94dc4f1 docs: use Stylelint for HTML files (#​16468) (Nick Schonning)
  • cc6128d docs: enable stylelint declaration-block-no-duplicate-properties (#​16466) (Nick Schonning)
  • d03a8bf docs: Add heading to justification explanation (#​16430) (Maritaria)
  • 8a15968 docs: add Stylelint configuration and cleanup (#​16379) (Nick Schonning)
  • 9b0a469 docs: note commit messages don't support scope (#​16435) (Andy Edwards)
  • 1581405 docs: improve context.getScope() docs (#​16417) (Ben Perlmutter)
  • b797149 docs: update formatters template (#​16454) (Milos Djermanovic)
  • 5ac4de9 docs: fix link to formatters on the Core Concepts page (#​16455) (Vladislav)
  • 33313ef docs: core-concepts: fix link to semi rule (#​16453) (coderaiser)

v8.26.0

Compare Source

Features
  • 4715787 feat: check Object.create() in getter-return (#​16420) (Yuki Hirasawa)
  • 28d1902 feat: no-implicit-globals supports exported block comment (#​16343) (Sosuke Suzuki)
  • e940be7 feat: Use ESLINT_USE_FLAT_CONFIG environment variable for flat config (#​16356) (Tomer Aberbach)
  • dd0c58f feat: Swap out Globby for custom globbing solution. (#​16369) (Nicholas C. Zakas)
Bug Fixes
  • df77409 fix: use baseConfig constructor option in FlatESLint (#​16432) (Milos Djermanovic)
  • 33668ee fix: Ensure that glob patterns are matched correctly. (#​16449) (Nicholas C. Zakas)
  • 740b208 fix: ignore messages without a ruleId in getRulesMetaForResults (#​16409) (Francesco Trotta)
  • 8f9759e fix: --ignore-pattern in flat config mode should be relative to cwd (#​16425) (Milos Djermanovic)
  • 325ad37 fix: make getRulesMetaForResults return a plain object in trivial case (#​16438) (Francesco Trotta)
  • a2810bc fix: Ensure that directories can be unignored. (#​16436) (Nicholas C. Zakas)
  • 35916ad fix: Ensure unignore and reignore work correctly in flat config. (#​16422) (Nicholas C. Zakas)
Documentation
  • 651649b docs: Core concepts page (#​16399) (Ben Perlmutter)
  • 631cf72 docs: note --ignore-path not supported with flat config (#​16434) (Andy Edwards)
  • 1692840 docs: fix syntax in examples for new config files (#​16427) (Milos Djermanovic)
  • d336cfc docs: Document extending plugin with new config (#​16394) (Ben Perlmutter)
Chores

v8.25.0

Compare Source

Features

  • 173e820 feat: Pass --max-warnings value to formatters (#​16348) (Brandon Mills)
  • 6964cb1 feat: remove support for ignore files in FlatESLint (#​16355) (Milos Djermanovic)
  • 1cc4b3a feat: id-length counts graphemes instead of code units (#​16321) (Sosuke Suzuki)

Documentation

Chores

postcss/postcss

v8.4.19

Compare Source

  • Fixed whitespace preserving after AST transformations (by Romain Menke).

v8.4.18

Compare Source

  • Fixed an error on absolute: true with empty sourceContent (by Rene Haas).
preactjs/preact

v10.11.3

Compare Source

Bug Fixes

Maintenance

v10.11.2

Compare Source

Bug Fixes

Types

v10.11.1

Compare Source

Bug Fixes

developit/preact-render-to-string

v5.2.6

Compare Source

Patch Changes

v5.2.5

Compare Source

Patch Changes
prettier/prettier

v2.8.0

Compare Source

diff

🔗 Release Notes

Microsoft/TypeScript

v4.9.3: TypeScript 4.9

Compare Source

For release notes, check out the release announcement.

Downloads are available on:

Changes:

See More
  • 3d2b401 Fix assertion functions accessed via wildcard imports (#​51324)
  • 64d0d5a fix(51301): Fixing an unused import at the end of a line removes the newline (#​51320)
  • 754eeb2 Update CodeQL workflow and configuration, fix found bugs (#​51263)
  • d8aad26 Update package-lock.json
  • d4f26c8 fix(51245): Class with parameter decorator in arrow function causes "convert to default export" refactoring failure (#​51256)
  • 16faf45 Update package-lock.json
  • 8b1ecdb fix(50654): "Move to a new file" breaks the declaration of referenced variable (#​50681)
  • 170a17f Dom update 2022-10-25 (#​51300)
  • 9c4e14d Remove "No type information for this code" from baseline (#​51311)
  • 88d25b4 fix(50068): Refactors trigger debug failure when JSX text has a ' and a tag on the same line. (#​51299)
  • 8bee69a Update package-lock.json
  • 702de1e Fix early call to return/throw on generator (#​51294)
  • 2c12b14 Add a GH Action to file a new issue if we go a week without seeing a typescript-error-deltas issue (#​51271)
  • 6af270d Update package-lock.json
  • 2cc4c16 Update package-lock.json
  • 6093491 Fix apparent typo in getStringMappingType (#​51248)
  • 61c2609 Update package-lock.json
  • ef69116 Generate shortest rootDirs module specifier instead of first possible (#​51244)
  • bbb42f4 Fix typo in canWatchDirectoryOrFile found by CodeQL (#​51262)
  • a56b254 Include 'this' type parameter in isRelatedTo fast path (#​51230)
  • 3abd351 Fix super property transform in async arrow in method (#​51240)
  • eed0511 Update package-lock.json
  • 2625c1f Make the init config category order predictable (#​51247)
  • 1ca99b3 fix(50551): Destructuring assignment with var bypasses "variable is used before being assigned" check (2454) (#​50560)
  • 3f28fa1 Update package-lock.json
  • 906ebe4 Revert structuredTypeRelatedTo change and fix isUnitLikeType (#​51076)
  • 8ac4652 change type (#​51231)
  • 245a02c fix(51222): Go-to-definition on return statements should jump to the containing function declaration (#​51227)
  • 2dff34e markAliasReferenced should include ExportValue as well (#​51219)
  • 5ef2634 Update package-lock.json
  • d0f0e35 Remove old tslint comments (#​51220)
  • 85d405a Fixed a false positive "await has no effect on the type" diagnostic with mixed generic union (#​50833)
  • 1f8959f fix: avoid downleveled dynamic import closing over specifier expression (#​49663)
  • 11066b2 Rename internal functions to narrowTypeBySwitchOnTypeOf and narrowTypeByInKeyword (#​51215)
  • 4c9afe8 Update package-lock.json
  • f25bcb7 fix(49196): add jsdoc snippet for interface member functions (#​51135)
  • 7406ee9 fix(51170): Completing an unimplemented property overwrites rest of line (#​51175)
  • a1d82fc Remove some unnecessary code discovered by rollup (#​51204)
  • 0481773 LEGO: Merge pull request 51200
  • 98c19cb LEGO: Merge pull request 51190
  • 13c9b05 Update package-lock.json
  • 673475e Update package-lock.json
  • f6cf510 Add more tracing to node16/nodenext resolution (#​51168)
  • 83c5581 Update package-lock.json
  • be5f0fe Add an extra regression test for awaited unresolvable recursive union (#​51167)
  • 2cb7e77 fix(50416): correctly names disabled export refactors (#​50663) [ #​50416 ]
  • 2bcfed0 feat(37440): Provide a quick-fix for non-exported types (#​51038)
  • a24201c Remove VSDevMode.ps1 and createPlaygroundBuild (#​51166)
  • 2da62a7 fix(51112): omit parameter names that precede the type (#​51142)
  • cf1b6b7 feat(51163): show QF to fill in the missing properties for the mapped type. (#​51165)
  • bdcc240 Remove bug-causing carve-out in conditional type instantiation that hopefully is no longer required (#​51151)
  • 37317a2 Check nested weak types in intersections on target side of relation (#​51140)
  • 9f49f9c Update package-lock.json
  • 4f54e7e Fix isExhaustiveSwitchStatement to better handle circularities (#​51095)
  • 503604c Overloads shouldn't gain @​deprecated tags of other overloads in quick info (#​50904)
  • e14a229 Update package-lock.json
  • 67256e5 Remove unused declarations array in extractSymbol's TargetRange (#​51091)
  • 9c87ded fix(51100): ensure tsserver shuts down when parent process is killed (#​51107)
  • c01ae01 Fix nightly publish oops in Gulpfile (#​51131)
  • a7d10f1 Update package-lock.json
  • d0bfd8c fix(51072): ts.preProcessFile finds import in template string after conditional expression with template strings (#​51082)
  • ad56b5c Convert scripts/Gulpfile to checked mjs/cjs so they can run without compilation (#​50988)
  • dbeae5d fix(51017): Make lineText in the references response opt-out (#​51081)
  • d06a592 Properly defer resolution of mapped types with generic as clauses (#​51050)
  • 42b1049 Update package-lock.json
  • 5f3e6cc Plugin probe location is higher priority than peer node_modules (#​51079) [ #​34616 ]
  • 2648f6a Plugins in project were adding up after every config file reload (#​51087)
  • c18791c Fix incorrect options type to WatchOptions (#​51064)
  • b0795e9 Update package-lock.json
  • 43c6fd4 Covert some of the config testing to baselines for easy validation (#​51063)
  • fc5e72b Remove unused defaultWatchFileKind method since useFsEvents is default for tsserver and tsc (#​51044)
  • 8af9a93 Use typescript.d.ts in APISample tests (#​51061)
  • 4953316 Remove configureLanguageServiceBuild, instrumenter (#​51048)
  • 9dfffd0 Update GitHub Actions (#​51045)
  • 4635a5c Update package-lock.json
  • 33a34e5 Adding a JSDoc comment to the es5 type declarations to describe the functionality of Date.now() (#​50630)
  • 299745c Fix crash in goto-def on @override (#​51016)
  • 7dcf11f fix(50750): Object type literal with string literal property in contextual typing position causes language service error on all literal type references (#​50757)
  • 5cd49f6 Update package-lock.json
  • 8a1b858 Update package-lock.json
  • 96894db Include type parameter defaults in contextual typing (#​50994) [ #​51002 ]
  • 0d0a793 Allow Unicode extended escapes in ES5 and earlier (#​50918)
  • 58bae8d Update package-lock.json
  • 0ce72ef Add option to OrganizeImports for removal only (#​50931)
  • 42f9143 feat: codefix for for await of (#​50623)
  • ecf50e8 Properly compute SymbolFlags.Optional for intersected properties (#​50958)
  • d1586de Fully resolve aliases when checking symbol flags (#​50853)
  • 45148dd Update LKG to 4.8.4 (#​50987)
  • 9a83f25 Update package-lock.json
  • 865848f Fix <= and > comparisons when compared against prerelease versions (#​50915)
  • fbfe934 Fix comparability between type parameters related by a union constraint (#​50978)
  • b09e93d Merge pull request #​50041 from microsoft/fix/47969
  • 0ac12bb Update package-lock.json
  • 8192d55 Pick correct compilerOptions when checking if we can share emitSignatures (#​50910) [ #​50902 ]
  • 16faef1 During uptodate ness check with buildInfo, check if there are errors explicitly with noEmit (#​50974) [ #​50959 ]
  • 63791f5 Update package-lock.json
  • 09368bc Handle if project for open file will get recollected because of pending cleanup from closed script info (#​50908) [ #​50868 ]
  • c81bf4d fix(49594): Typescript 4.7.3 bracketed class property compilation error strictPropertyInitialization:true (#​49619)
  • bc9cbbe Merge pull request #​49912 from microsoft/fix/47508
  • [5a10f46](htt

Configuration

📅 Schedule: Branch creation - "before 3am on the first day of the month" (UTC), 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.


  • 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 force-pushed the renovate/all branch 3 times, most recently from 1f552d7 to 2bfa7cc Compare November 10, 2022 23:38
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 33e7ab6 to b778499 Compare November 18, 2022 22:46
@renovate
Copy link
Contributor Author

renovate bot commented Jan 5, 2023

Edited/Blocked Notification

Renovate 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.

@ricokahler ricokahler enabled auto-merge (squash) January 5, 2023 17:44
@ricokahler ricokahler merged commit 703924f into main Jan 5, 2023
@ricokahler ricokahler deleted the renovate/all branch January 5, 2023 17:44
@github-actions
Copy link

github-actions bot commented Jan 5, 2023

🎉 This PR is included in version 2.0.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant