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) #19

Merged
merged 1 commit into from
Jun 19, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 19, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@parcel/packager-ts 2.6.0 -> 2.6.1 age adoption passing confidence
@parcel/transformer-typescript-types 2.6.0 -> 2.6.1 age adoption passing confidence
@swc/core (source) 1.2.198 -> 1.2.204 age adoption passing confidence
@types/jest 28.1.1 -> 28.1.2 age adoption passing confidence
@types/react 18.0.12 -> 18.0.14 age adoption passing confidence
@typescript-eslint/eslint-plugin 5.27.1 -> 5.28.0 age adoption passing confidence
@typescript-eslint/parser 5.27.1 -> 5.28.0 age adoption passing confidence
eslint (source) 8.17.0 -> 8.18.0 age adoption passing confidence
eslint-plugin-react-hooks (source) 4.5.0 -> 4.6.0 age adoption passing confidence
parcel 2.6.0 -> 2.6.1 age adoption passing confidence
prettier (source) 2.6.2 -> 2.7.1 age adoption passing confidence
react (source) 18.1.0 -> 18.2.0 age adoption passing confidence
react-dom (source) 18.1.0 -> 18.2.0 age adoption passing confidence
react-test-renderer (source) 18.1.0 -> 18.2.0 age adoption passing confidence
ts-jest (source) 28.0.4 -> 28.0.5 age adoption passing confidence
typescript (source) 4.7.3 -> 4.7.4 age adoption passing confidence

Release Notes

parcel-bundler/parcel

v2.6.1

Compare Source

Fixed
  • JavaScript
    • Fix issue with conditional dependencies based on process.env - Details
    • Fix transformation of import/requires wrapped into Promise.resolve() - Details
    • Fix object literal shorthand with imported variables - Details
    • Fix imported values in computed optional member expressions - Details
    • Bump SWC to fix issue with missing parenthesis in optional chaining call - Details
    • Bump SWC to fix helper imports in Node ESM libraries - Details
  • Resolution
    • Add missing invalidateOnEnvChange to resolver - Details
    • Fix importing node_modules packages in glob resolver with sub-paths - Details
    • Error when external dependencies in libraries have incompatible semver ranges - Details
  • Web Extensions
    • Fix HMR for web extensions - Details
    • Fix web extensions issues with Safari - Details
    • Fix declarative_net_request property in web extension manifest - Details
  • Dev Server
    • Fix browser caching issues with dev server - Details
  • TypeScript
    • Fix path separators on Windows - Details
  • CSS
    • Bump Parcel CSS to fix issues with libc field in package.json - Details
  • Core
    • Fix atomic file writing race condition - Details
    • Bump lmdb dependency to fix multi-threading issue - Details
swc-project/swc

v1.2.204

Compare Source

Bug Fixes
Documentation
Features
Performance
Refactor
Testing

v1.2.203

Compare Source

Bug Fixes
  • (ci) Revert malloc changes (709ad3e)

  • (common) Don't use get_unchecked after setting the length to 0 (#​4943) (f479951)

  • (css/parser) Fix input buffer and improve error recovery (#​4948) (bf74d05)

  • (es/helpers) Allow using external helpers with type: module (#​4962) (4a27e6f)

  • (es/parser) Don't assume the length of char (#​4967) (3e03ebf)

Features
Miscellaneous Tasks
Performance
Refactor
Testing
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v5.28.0

Compare Source

Bug Fixes
  • [TS4.7] allow visiting of typeParameters in TSTypeQuery (#​5166) (dc1f930)
  • eslint-plugin: [space-infix-ops] support for optional property without type (#​5155) (1f25daf)
Features
  • eslint-plugin: [consistent-generic-constructors] add rule (#​4924) (921cdf1)

5.27.1 (2022-06-06)

Bug Fixes
  • eslint-plugin: [space-infix-ops] correct PropertyDefinition with typeAnnotation (#​5113) (d320174)
  • eslint-plugin: [space-infix-ops] regression fix for conditional types (#​5135) (e5238c8)
  • eslint-plugin: [space-infix-ops] regression fix for type aliases (#​5138) (4e13deb)
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v5.28.0

Compare Source

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

5.27.1 (2022-06-06)

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

eslint/eslint

v8.18.0

Compare Source

Features
  • a6273b8 feat: account for rule creation time in performance reports (#​15982) (Nitin Kumar)
Bug Fixes
  • f364d47 fix: Make no-unused-vars treat for..of loops same as for..in loops (#​15868) (Alex Bass)
Documentation
  • 4871047 docs: Update analytics, canonical URL, ads (#​15996) (Nicholas C. Zakas)
  • cddad14 docs: Add correct/incorrect containers (#​15998) (Nicholas C. Zakas)
  • b04bc6f docs: Add rules meta info to rule pages (#​15902) (Nicholas C. Zakas)
  • 1324f10 docs: unify the wording referring to optional exception (#​15893) (Abdelrahman Elkady)
  • ad54d02 docs: add missing trailing slash to some internal links (#​15991) (Milos Djermanovic)
  • df7768e docs: Switch to version-relative URLs (#​15978) (Nicholas C. Zakas)
  • 21d6479 docs: change some absolute links to relative (#​15970) (Milos Djermanovic)
  • f31216a docs: Update README team and sponsors (ESLint Jenkins)
Build Related
  • ed49f15 build: remove unwanted parallel and image-min for dev server (#​15986) (Strek)
Chores
  • f6e2e63 chore: fix 'replaced by' rule list (#​16007) (Milos Djermanovic)
  • d94dc84 chore: remove unused deprecation warnings (#​15994) (Francesco Trotta)
  • cdcf11e chore: fix versions link (#​15995) (Milos Djermanovic)
  • d2a8715 chore: add trailing slash to pathPrefix (#​15993) (Milos Djermanovic)
  • 58a1bf0 chore: tweak URL rewriting for local previews (#​15992) (Milos Djermanovic)
  • 80404d2 chore: remove docs deploy workflow (#​15984) (Nicholas C. Zakas)
  • 71bc750 chore: Set permissions for GitHub actions (#​15971) (Naveen)
  • 90ff647 chore: avoid generating subdirectories for each page on new docs site (#​15967) (Milos Djermanovic)
prettier/prettier

v2.7.1

Compare Source

diff

Keep useful empty lines in description (#​13013 by @​chimurai)

v2.7.0

Compare Source

"""
First line
Second Line
"""
type Person {
name: String
}

facebook/react

v18.2.0

Compare Source

React DOM
React DOM Server
Server Components (Experimental)
kulshekhar/ts-jest

v28.0.5

Compare Source

Bug Fixes
Microsoft/TypeScript

v4.7.4

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:


Configuration

📅 Schedule: Branch creation - "before 4am on sunday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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, click this checkbox.

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

@renovate renovate bot merged commit bf2db0d into main Jun 19, 2022
@renovate renovate bot deleted the renovate/devdependencies-(non-major) branch June 19, 2022 03:27
@github-actions
Copy link

github-actions bot commented Jul 6, 2022

🎉 This PR is included in version 1.0.16 🎉

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants