Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

chore(deps): update all non-major dependencies #196

Merged
merged 3 commits into from Jul 26, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 20, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
critters ^0.0.16 -> ^0.0.19 age adoption passing confidence
eslint (source) ^8.43.0 -> ^8.45.0 age adoption passing confidence
globby ^13.1.4 -> ^13.2.2 age adoption passing confidence
jiti ^1.16.2 -> ^1.19.1 age adoption passing confidence
lerna (source) ^6.4.1 -> ^6.6.2 age adoption passing confidence
pnpm (source) 8.6.3 -> 8.6.9 age adoption passing confidence
typescript (source) ^5.1.3 -> ^5.1.6 age adoption passing confidence
vite (source) ^4.3.9 -> ^4.4.6 age adoption passing confidence
vitest ^0.32.2 -> ^0.33.0 age adoption passing confidence

Release Notes

GoogleChromeLabs/critters (critters)

v0.0.19

Compare Source

v0.0.18

Compare Source

v0.0.17

Compare Source

  • Updated the HTML parser from parse5 to htmlparser2
  • Implemented caching to improve speed of matching class and id based selectors
  • Added option includeSelectors
  • Added option reduceInlineStyles

Feature
Include/Exclude CSS rules via comments in CSS

Feature
Adding Critters containers. Wrap the HTML contents in a data-critters-container container to indicate above the fold HTML.

eslint/eslint (eslint)

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

v8.44.0

Compare Source

Features

  • 1766771 feat: add es2023 and es2024 environments (#​17328) (Milos Djermanovic)
  • 4c50400 feat: add ecmaVersion: 2024, regexp v flag parsing (#​17324) (Milos Djermanovic)
  • 4d411e4 feat: add ternaryOperandBinaryExpressions option to no-extra-parens rule (#​17270) (Percy Ma)
  • c8b1f4d feat: Move parserServices to SourceCode (#​17311) (Milos Djermanovic)
  • ef6e24e feat: treat unknown nodes as having the lowest precedence (#​17302) (Brad Zacher)
  • 1866e1d feat: allow flat config files to export a Promise (#​17301) (Milos Djermanovic)

Bug Fixes

  • a36bcb6 fix: no-unused-vars false positive with logical assignment operators (#​17320) (Gweesin Chan)
  • 7620b89 fix: Remove no-unused-labels autofix before potential directives (#​17314) (Francesco Trotta)
  • 391ed38 fix: Remove no-extra-semi autofix before potential directives (#​17297) (Francesco Trotta)

Documentation

Chores

sindresorhus/globby (globby)

v13.2.2

Compare Source

v13.2.1

Compare Source

v13.2.0

Compare Source

  • Pass deep option to ignore filter to avoid unnecessary recursion (#​251) a0e4028
unjs/jiti (jiti)

v1.19.1

Compare Source

compare changes

🩹 Fixes
  • Read cache from evalOptions (2c1765e)
❤️ Contributors

v1.19.0

Compare Source

compare changes

🚀 Enhancements
🩹 Fixes
  • Handle nested circular dependencies (#​142)
  • types: Export JITIOptions and TreansformOptions (#​132)
📖 Documentation
🏡 Chore
✅ Tests
  • Mask node version in snapshots (64cf136)
❤️ Contributors
lerna/lerna (lerna)

v6.6.2

Compare Source

Bug Fixes
  • deps: bump pacote to latest to remove install warning (#​3624) (7c34521)
  • remove non-functional schema properties starting with "no" (#​3645) (43c2a48)

v6.6.1

Compare Source

Bug Fixes
  • build-metadata reference in lerna schema (e2349ad)
  • deps: update to rimraf v4, remove path-exists (#​3616) (2f2ee2a)
  • lerna schema type for contents should be string (1625757)

v6.6.0

Compare Source

Bug Fixes
  • update arborist package to get rid of deprecated warning (#​3559) (aff38a7)
Features

6.5.1 (2023-02-14)

Bug Fixes
  • add missing dependency on js-yaml (187f480)

v6.5.1

Compare Source

Bug Fixes
  • add missing dependency on js-yaml (187f480)

v6.5.0

Compare Source

Features
  • publish: add --include-private option for testing private packages (#​3503) (fa1f490)

6.4.1 (2023-01-12)

Bug Fixes
pnpm/pnpm (pnpm)

v8.6.9

Compare Source

Patch Changes

  • Temporarily revert the fix to #​6805 to fix the regression it caused #​6827.

Our Gold Sponsors

Our Silver Sponsors

v8.6.8

Compare Source

Patch Changes

  • When the same file is appended multiple times into a tarball, the last occurrence is selected when unpacking the tarball.
  • Fixed a bug in which pnpm passed the wrong scheme to git ls-remote, causing a fallback to git+ssh and resulting in a 'host key verification failed' issue #​6805.
  • Added support for publishConfig.registry in package.json for publishing #​6775.
  • pnpm rebuild now uploads the built artifacts to the content-addressable store.
  • If a command cannot be created in .bin, the exact error message is now displayed.
  • Treat linked dependencies with a tag version type as up-to-date #​6592.
  • pnpm setup now prints more details when it cannot detect the active shell.

Our Gold Sponsors

Our Silver Sponsors

v8.6.7

Compare Source

Patch Changes

  • Ensure consistent output for scripts executed concurrently, both within a single project and across multiple projects. Each script's output will now be printed in a separate section of the terminal, when running multiple scripts in a single project using regex #​6692.
  • The --parallel CLI flag should work on single project #​6692.
  • Optimizing project manifest normalization, reducing amoung of data copying #​6763.
  • Move loading wantedLockfile outside dependenciesHierarchyForPackage, preventing OOM crash when loading the same lock file too many times #​6757.
  • Replace ineffective use of ramda difference with better alternative #​6760.

Our Gold Sponsors

Our Silver Sponsors

v8.6.6

Compare Source

Patch Changes

  • Installation of a git-hosted dependency without package.json should not fail, when the dependency is read from cache #​6721.
  • Local workspace bin files that should be compiled first are linked to dependent projects after compilation #​1801.
  • Prefer versions found in parent package dependencies only #​6737.
  • Multiple performance optimizations implemented by @​zxbodya:
    • avoid copying preferredVersions object #​6735
    • avoid object copy in resolvePeersOfNode #​6736
    • preferredVersions in resolveDependenciesOfImporters #​6748
    • remove ramda isEmpty usages #​6753
    • use Maps and Sets instead of objects #​6749
    • optimize splitNodeId, fix invalid nodeId #​6755

Our Gold Sponsors

Our Silver Sponsors

v8.6.5

Compare Source

Patch Changes

  • Improve the performance of searching for auth tokens #​6717.

Our Gold Sponsors

Our Silver Sponsors

v8.6.4

Compare Source

Patch Changes

  • In cases where both aliased and non-aliased dependencies exist to the same package, non-aliased dependencies will be used for resolving peer dependencies, addressing issue #​6588.
  • Ignore the port in the URL, while searching for authentication token in the .npmrc file #​6354.
  • Don't add the version of a local directory dependency to the lockfile. This information is not used anywhere by pnpm and is only causing more Git conflicts #​6695.

Our Gold Sponsors

Our Silver Sponsors

Microsoft/TypeScript (typescript)

v5.1.6: TypeScript 5.1.6

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on npm

v5.1.5: TypeScript 5.1.5

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

vitejs/vite (vite)

v4.4.6

Compare Source

v4.4.5

Compare Source

  • fix: "EISDIR: illegal

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.

@codesandbox
Copy link

codesandbox bot commented Jan 20, 2023

CodeSandbox logoCodeSandbox logo  Open in CodeSandbox Web Editor | VS Code | VS Code Insiders

@renovate renovate bot changed the title chore(deps): update all non-major dependencies to ^9.11.1 chore(deps): update all non-major dependencies Jan 21, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5a256ee to 158cdc6 Compare July 6, 2023 14:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 158cdc6 to 5d9493b Compare July 6, 2023 16:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5d9493b to ec63a96 Compare July 7, 2023 11:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ec63a96 to 8afa424 Compare July 10, 2023 01:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8afa424 to 3f7ea7f Compare July 11, 2023 17:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3f7ea7f to 399bcc5 Compare July 14, 2023 08:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 399bcc5 to 53b767e Compare July 14, 2023 16:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 53b767e to 425b88e Compare July 17, 2023 13:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 425b88e to 8a8d5ce Compare July 18, 2023 11:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8a8d5ce to 335b08d Compare July 20, 2023 16:04
@renovate
Copy link
Contributor Author

renovate bot commented Jul 26, 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.

@danielroe danielroe merged commit 58f1ffc into main Jul 26, 2023
2 checks passed
@danielroe danielroe deleted the renovate/all-minor-patch branch July 26, 2023 09:18
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant