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

Update all non-major dependencies #1206

Merged
merged 1 commit into from
May 9, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 5, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@auto-it/slack 10.43.0 -> 10.46.0 age adoption passing confidence
auto 10.43.0 -> 10.46.0 age adoption passing confidence
enhanced-resolve 5.12.0 -> 5.13.0 age adoption passing confidence
eslint (source) 8.37.0 -> 8.39.0 age adoption passing confidence
eslint-plugin-jsdoc 40.1.0 -> 40.3.0 age adoption passing confidence
npm (source) 9.6.2 -> 9.6.5 age adoption passing confidence
pnpm (source) 8.1.1 -> 8.3.1 age adoption passing confidence
prettier (source) 2.8.7 -> 2.8.8 age adoption passing confidence
semantic-release-slack-bot 4.0.0 -> 4.0.1 age adoption passing confidence
stylelint (source) 15.3.0 -> 15.6.0 age adoption passing confidence
typescript (source) 5.0.2 -> 5.0.4 age adoption passing confidence

Release Notes

intuit/auto

v10.46.0

Compare Source

Release Notes
Add --from latest option to release and changelog commands (#​2356)

You can now use --from latest in both the changelogand release commands.

This is useful if you want to generate a changelog for a prerelease that includes all changes since the latest release.

auto release --from latest --prerelease

🚀 Enhancement
Authors: 1

v10.45.2

Compare Source

🎉 This release contains work from a new contributor! 🎉

Thank you, null@​ld-codes, for all your work!

🐛 Bug Fix
Authors: 1

v10.45.1

Compare Source

🐛 Bug Fix
  • @auto-it/core
    • fixes "some peer dependencies are incorrectly met" when installing via yarn #​2348 (@​snebjorn)
Authors: 1

v10.45.0

Compare Source

🚀 Enhancement
Authors: 1

v10.44.0

Compare Source

🎉 This release contains work from a new contributor! 🎉

Thank you, David Sheldrick (@​ds300), for all your work!

🚀 Enhancement
  • @auto-it/core, @auto-it/npm
Authors: 1

webpack/enhanced-resolve

v5.13.0

Compare Source

Features

Bugfixes

Dependencies

Developer Experience

New Contributors

Full Changelog: webpack/enhanced-resolve@v5.12.0...v5.13.0

eslint/eslint

v8.39.0

Compare Source

Features

  • 3f7af9f feat: Implement SourceCode#markVariableAsUsed() (#​17086) (Nicholas C. Zakas)

Documentation

  • 6987dc5 docs: Fix formatting in Custom Rules docs (#​17097) (Milos Djermanovic)
  • 4ee92e5 docs: Update README (GitHub Actions Bot)
  • d8e9887 docs: Custom Rules cleanup/expansion (#​16906) (Ben Perlmutter)
  • 1fea279 docs: Clarify how to add to tsc agenda (#​17084) (Nicholas C. Zakas)
  • 970ef1c docs: Update triage board location (Nicholas C. Zakas)
  • 6d8bffd docs: Update README (GitHub Actions Bot)

Chores

v8.38.0

Compare Source

Features

  • a1d561d feat: Move getDeclaredVariables and getAncestors to SourceCode (#​17059) (Nicholas C. Zakas)

Bug Fixes

  • 1c1ece2 fix: do not report on RegExp(...args) in require-unicode-regexp (#​17037) (Francesco Trotta)

Documentation

  • 7162d34 docs: Mention new config system is complete (#​17068) (Nicholas C. Zakas)
  • 0fd6bb2 docs: Update README (GitHub Actions Bot)
  • c83531c docs: Update/remove external links, eg. point to eslint-community (#​17061) (Pelle Wessman)
  • a3aa6f5 docs: Clarify no-div-regex rule docs (#​17051) (Francesco Trotta)
  • b0f11cf docs: Update README (GitHub Actions Bot)
  • da8d52a docs: Update the second object instance for the "no-new" rule (#​17020) (Ahmadou Waly NDIAYE)
  • 518130a docs: switch language based on current path (#​16687) (Percy Ma)
  • 24206c4 docs: Update README (GitHub Actions Bot)

Chores

gajus/eslint-plugin-jsdoc

v40.3.0

Compare Source

v40.2.1

Compare Source

v40.2.0

Compare Source

v40.1.2

Compare Source

v40.1.1

Compare Source

npm/cli

v9.6.5

Compare Source

Bug Fixes
Documentation
Dependencies

v9.6.4

Compare Source

Documentation
Dependencies

v9.6.3

Compare Source

Bug Fixes
Documentation
Dependencies
pnpm/pnpm

v8.3.1

Compare Source

Patch Changes

  • Patch node-fetch to fix an error that happens on Node.js 20 #​6424.

Our Gold Sponsors

Our Silver Sponsors

v8.3.0

Compare Source

Minor Changes

  • A custom compression level may be specified for the pnpm pack command using the pack-gzip-level setting #​6393.
  • Add --check flag to pnpm dedupe. No changes will be made to node_modules or the lockfile. Exits with a non-zero status code if changes are possible.
  • pnpm install --resolution-only re-runs resolution to print out any peer dependency issues #​6411.

Patch Changes

  • Warn user when publishConfig.directory of an injected workspace dependency does not exist #​6396.
  • Use hard links to link the node executable on Windows machines #​4315.

Our Gold Sponsors

Our Silver Sponsors

v8.2.0

Compare Source

Minor Changes
  • Allow env variables to be specified with default values in .npmrc. This is a convention used by Yarn too.
    Using ${NAME-fallback} will return fallback if NAME isn't set. ${NAME:-fallback} will return fallback if NAME isn't set, or is an empty string #​6018.
Patch Changes
  • Add -g to mismatch registries error info when original command has -g option #​6224.
  • Don't fail with EBUSY error when trying to copy a file from the store #​6201
  • pnpm config get <key> should print boolean values #​6360
  • Don't print an info message about linked dependencies if they are real linked dependencies specified via the link: protocol in package.json #​6372
Our Gold Sponsors
Our Silver Sponsors
prettier/prettier

v2.8.8

Compare Source

This version is a republished version of v2.8.7.
A bad version was accidentally published and it can't be unpublished, apologies for the churn.

juliuscc/semantic-release-slack-bot

v4.0.1

Compare Source

Bug Fixes
  • make ci work (818fe92)
  • update peer dependency to allow future semantic release versions (#​108) (4a89801)
stylelint/stylelint

v15.6.0

Compare Source

  • Added: allowEmptyInput, cache, fix options to configuration object (#​6778) (@​mattxwang).
  • Added: ignore: ["with-var-inside"] to color-function-notation (#​6802) (@​mattxwang).
  • Fixed: declaration-block-no-duplicate-properties autofix for 3 or more duplicates (#​6801) (@​mattxwang).
  • Fixed: declaration-block-no-duplicate-properties false positives with option ignore: ["consecutive-duplicates-with-different-syntaxes"] (#​6797) (@​romainmenke).
  • Fixed: declaration-block-no-duplicate-properties syntax error (#​6792) (@​yoyo837).
  • Fixed: declaration-block-no-redundant-longhand-properties autofix for grid-template (#​6777) (@​mattxwang).
  • Fixed: function-url-quotes autofix for comments in SCSS function (#​6800) (@​ybiquitous).

v15.5.0

Compare Source

v15.4.0

Compare Source

Microsoft/TypeScript

v5.0.4: TypeScript 5.0.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:

v5.0.3: TypeScript 5.0.3

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 - "after 9am on Wednesday" in timezone Europe/London, 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 change: dependencies Updates to dependencies only release: skip Skips the release step when this pr is merged labels Apr 5, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 410e26d to d4530a8 Compare April 11, 2023 02:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 4795a95 to f58ba28 Compare April 23, 2023 02:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 1105124 to 80db07f Compare April 26, 2023 04:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from a0bd7d2 to ecba375 Compare May 9, 2023 15:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ecba375 to 3fdb01f Compare May 9, 2023 15:24
@AndrewLeedham AndrewLeedham merged commit 41a7f6f into next May 9, 2023
@AndrewLeedham AndrewLeedham deleted the renovate/all-minor-patch branch May 9, 2023 16:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
change: dependencies Updates to dependencies only release: skip Skips the release step when this pr is merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant