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 non-major dependencies #167

Merged
merged 1 commit into from
Jan 21, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 15, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) ^20.10.4 -> ^20.11.5 age adoption passing confidence
c12 ^1.5.1 -> ^1.6.1 age adoption passing confidence
node-fetch-native ^1.4.1 -> ^1.6.1 age adoption passing confidence
pathe ^1.1.1 -> ^1.1.2 age adoption passing confidence
pnpm (source) 8.12.1 -> 8.14.1 age adoption passing confidence
prettier (source) ^3.1.1 -> ^3.2.4 age adoption passing confidence
scule ^1.1.1 -> ^1.2.0 age adoption passing confidence
std-env ^3.6.0 -> ^3.7.0 age adoption passing confidence

Release Notes

unjs/c12 (c12)

v1.6.1

Compare Source

compare changes

🩹 Fixes
  • Preserve cloned dir if install option provided (81e2891)
❤️ Contributors

v1.6.0

Compare Source

compare changes

🚀 Enhancements
  • Option to omit $ keys from resolved config (#​100)
  • Support install for source options (#​126)
🩹 Fixes
  • Normalize windows backslash for configFile and source (#​48)
  • Clone sub layers into node_modules/.c12 (#​125)
  • Handle http:// prefixes with giget as well (6c09735)
📖 Documentation
  • Add package pronunciation (#​118)
🏡 Chore
❤️ Contributors
unjs/node-fetch-native (node-fetch-native)

v1.6.1

Compare Source

compare changes

📦 Build
  • proxy: Reorder to fix cjs build (0063bc1)
❤️ Contributors

v1.6.0

Compare Source

compare changes

🚀 Enhancements
  • proxy: Export fetch and createFetch (#​108)
  • proxy: Support no_proxy (#​109)
🩹 Fixes
  • proxy: Update environment variable check order (742d27e)
❤️ Contributors

v1.5.1

Compare Source

compare changes

🩹 Fixes
  • proxy: Support lower-case environment variables too (144996b)
📦 Build
  • Add backward compatible types for /proxy subpath export (584ee24)
❤️ Contributors

v1.5.0

Compare Source

compare changes

🚀 Enhancements
🏡 Chore
❤️ Contributors
unjs/pathe (pathe)

v1.1.2

Compare Source

compare changes

🩹 Fixes
  • Trim root folder / when calculating relative paths (#​142)
  • Check process.cwd before calling it (#​147)
  • Uppercase windows drive letters (#​151)
  • resolveAlias: Handle aliases ending with trailing slash (#​155)
  • relative: Handle different windows drive letters (#​158)
🏡 Chore
❤️ Contributors
1.1.1 (2023-06-01)
Bug Fixes
pnpm/pnpm (pnpm)

v8.14.1

Compare Source

Patch Changes

  • Resolve the current working directory to its real location before doing any operations #​6524.
  • Allow using token helpers in pnpm publish #​7316.
  • Handle Git repository names containing capital letters #​7488.
  • When hoisted-workspace-packages is true don't hoist the root package even if it has a name. Otherwise we would create a circular symlink.

Our Gold Sponsors

Our Silver Sponsors

v8.14.0

Compare Source

Minor Changes
  • A new option added for hoisting packages from the workspace. When hoist-workspace-packages is set to true, packages from the workspace are symlinked to either <workspace_root>/node_modules/.pnpm/node_modules or to <workspace_root>/node_modules depending on other hoisting settings (hoist-pattern and public-hoist-pattern) #​7451.
  • The pnpm dedupe command now accepts more command line options that the pnpm install command also accepts. Example: pnpm dedupe --store-dir=local-store-dir
Patch Changes
  • The package information output by cat-index should be sorted by key.
  • pnpm deploy should not touch the target directory if it already exists and isn't empty #​7351.
  • pnpm add a-module-already-in-dev-deps will show a message to notice the user that the package was not moved to "dependencies" #​926 and fix #​7319.
  • Don't install Node.js when use-node-version is set in a WebContainer #​7478.
  • Fix copy-on-write on Windows Dev Drives #​7468.
Our Gold Sponsors
Our Silver Sponsors

v8.13.1

Minor Changes

  • New commands added for inspecting the store:

    • pnpm cat-index: Prints the index file of a specific package in the store. The package is specified by its name and version:

      pnpm cat-index <pkg name>@&#8203;<pkg version>
      
    • pnpm cat-file: Prints the contents of a file based on the hash value stored in the index file. For example:

      pnpm cat-file sha512-mvavhfVcEREI7d8dfvfvIkuBLnx7+rrkHHnPi8mpEDUlNpY4CUY+CvJ5mrrLl18iQYo1odFwBV7z/cOypG7xxQ==
      
    • (EXPERIMENTAL) pnpm find-hash: Lists the packages that include the file with the specified hash. For example:

      pnpm find-hash sha512-mvavhfVcEREI7d8dfvfvIkuBLnx7+rrkHHnPi8mpEDUlNpY4CUY+CvJ5mrrLl18iQYo1odFwBV7z/cOypG7xxQ==
      

      This command is experimental. We might change how it behaves.

    Related issue: #​7413.

  • A new setting added for symlinking injected dependencies from the workspace, if their dependencies use the same peer dependencies as the dependent package. The setting is called dedupe-injected-deps #​7416.

  • Use --fail-if-no-match if you want the CLI fail if no packages were matched by the command #​7403.

Patch Changes

  • pnpm list --parseable should not print the same dependency multiple times #​7429.
  • Fix error message texts in the pnpm env commands #​7456.
  • Better support for light themed terminals by the pnpm update --interactive command #​7439.
  • Fix EPERM error that occasionally happened on Windows during renames in the store #​7213.
  • Fix error as in update -i -r with Git specifiers #​7415.
  • Added support for boolean values in 'bundleDependencies' package.json fields when installing a dependency. Fix to properly handle 'bundledDependencies' alias #​7411.

Our Gold Sponsors

Our Silver Sponsors

prettier/prettier (prettier)

v3.2.4

Compare Source

diff

Fix incorrect parser inference (#​15947 by @​fisker)

Files like .eslintrc.json were incorrectly formatted as JSONC files.

// Input
prettier --file-info .eslintrc.json
{ "ignored": false, "inferredParser": "jsonc" }

// Prettier 3.2.4
prettier --file-info .eslintrc.json
{ "ignored": false, "inferredParser": "json" }

v3.2.3

Compare Source

diff

Throw errors for invalid code (#​15881 by @​fisker, @​Josh-Cena, @​auvred)
// Input
1++;

// Prettier 3.2.2
1++;

// Prettier 3.2.3
SyntaxError: Invalid left-hand side expression in unary operation (1:1)
> 1 | 1++;
    | ^
// Input
try {} catch (error = 1){}

// Prettier 3.2.2
try {
} catch (error) {}

// Prettier 3.2.3
SyntaxError: Catch clause variable cannot have an initializer. (1:23)
> 1 | try {} catch (error = 1){}
    |                       ^
Fix parser inference (#​15927 by @​fisker)
// Prettier 3.2.2
prettier --file-info tsconfig.json
{ "ignored": false, "inferredParser": "json" }

// Prettier 3.2.3
prettier --file-info tsconfig.json
{ "ignored": false, "inferredParser": "jsonc" }

v3.2.2

Compare Source

diff

Fix crash when parsing template literal CSS in a JSX style tag using a spread attribute (#​15896 by @​eelco)

For example this code would crash before:

<style {...spread}>{`.{}`}</style>
Fix formatting error on optional call expression and member chain (#​15920 by @​sosukesuzuki)
// Input
a(() => {}, c?.d());

// Prettier 3.2.1
TypeError: Cannot read properties of undefined (reading 'type')

// Prettier 3.2.2
a(() => {}, c?.d());

v3.2.1

Compare Source

diff

Fix formatting error on member chain (#​15915 by @​sosukesuzuki)
// Input
test().test2().test2(thing?.something);

// Prettier 3.2.0
TypeError: Cannot read properties of undefined (reading 'type')

// Prettier 3.2.1
test().test2().test2(thing?.something);

v3.2.0

Compare Source

diff

🔗 Release Notes

unjs/scule (scule)

v1.2.0

Compare Source

compare changes

🚀 Enhancements
  • Add flatCase and trainCase (#​68)
🩹 Fixes
  • isUppercase: Assume characters lowercase by default (#​71)
🏡 Chore
✅ Tests
❤️ Contributors
unjs/std-env (std-env)

v3.7.0

Compare Source

compare changes

🚀 Enhancements
  • provider: Add railway support (#​106)
🩹 Fixes
  • Check bun runtime before node (#​107)
💅 Refactors
  • Clarify runtimes and isNode behavior (#​108)
🏡 Chore
❤️ Contributors

Configuration

📅 Schedule: Branch creation - "after 2am and before 3am" (UTC), Automerge - "after 1am and before 2am" (UTC).

🚦 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, check this box

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

Copy link

codecov bot commented Jan 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (671a96f) 69.10% compared to head (6e658a9) 69.10%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #167   +/-   ##
=======================================
  Coverage   69.10%   69.10%           
=======================================
  Files           9        9           
  Lines         916      916           
  Branches       85       85           
=======================================
  Hits          633      633           
  Misses        283      283           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 1b62ff7 to c03c946 Compare January 17, 2024 07:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c03c946 to 6e658a9 Compare January 17, 2024 12:02
@renovate renovate bot merged commit 8c5f819 into main Jan 21, 2024
4 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch January 21, 2024 01:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants