chore(deps): update all non-major dependencies#11701
Conversation
5959399 to
d2e5776
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. ⚠ Warning: custom changes will be lost. |
| - name: Get changed files | ||
| id: changed-files | ||
| uses: tj-actions/changed-files@ea251d4d2f03a9c18841ae1b752f58b82dfb4d5e # v35.3.0 | ||
| uses: tj-actions/changed-files@487675b843e203b5c9a92a07f1ed763d046d7283 # v35.4.1 |
There was a problem hiding this comment.
This is actually quite impressive of renovate, but I suppose we don't want this update? Should this be reverted and pinned in the renovate.json5 config?
There was a problem hiding this comment.
This is using a hash for security reasons and not to pin to a specific version.
https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions#using-third-party-actions:~:text=Pin%20actions%20to%20a%20full%20length%20commit%20SHA
So I guess it's fine to update this unless there's a problematic change.
Co-authored-by: bluwy <bjornlu.dev@gmail.com>
This PR contains the following updates:
^5.48.0->^5.48.1^5.48.0->^5.48.1^3.0.0->^3.0.1^8.31.0->^8.32.0^1.13.0->^1.14.0^2.26.0->^2.27.4^1.11.0->^1.12.0^2.5.0->^2.6.1^1.0.0->^1.1.0^1.28.1->^1.29.27.22.0->7.25.0^7.22.0->^7.25.0^8.4.20->^8.4.212.8.1->2.8.3^1.1.0->^1.1.1^3.55.0->^3.55.1v35.3.0->v35.4.1^3.12.1->^3.12.2^1.0.0-alpha.35->^1.0.0-alpha.36^0.26.3->^0.27.1^1.0.22->^1.0.24^8.11.0->^8.12.0Release Notes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v5.48.1Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v5.48.1Compare Source
Note: Version bump only for package @typescript-eslint/parser
vitejs/vite-plugin-react
v3.0.1Compare Source
eslint/eslint
v8.32.0Compare Source
Features
fc20f24feat: add suggestions for redundant wrapping in prefer-regex-literals (#16658) (YeonJuan)Bug Fixes
b4f8329fix: ignore directives for no-fallthrough (#16757) (gfyoung)Documentation
17b65addocs: IA Update page URL move (#16665) (Ben Perlmutter)5981296docs: fix theme switcher button (#16752) (Sam Chen)6669413docs: deploy prerelease docs under the/docs/next/path (#16541) (Nitin Kumar)78ecfe0docs: use inline code for rule options name (#16768) (Percy Ma)fc2ea59docs: Update README (GitHub Actions Bot)762a872docs: Update README (GitHub Actions Bot)Chores
2952d6echore: sync templates/*.md files with issue templates (#16758) (gfyoung)3e34418chore: Add new issues to triage project (#16740) (Nicholas C. Zakas)Shinigami92/eslint-define-config
v1.14.0Compare Source
diff
import-js/eslint-plugin-import
v2.27.4Compare Source
Fixed
semvershould be a prod dep ([#2668])v2.27.3Compare Source
Fixed
no-empty-named-blocks]: rewrite rule to only check import declarations ([#2666])v2.27.2Compare Source
Fixed
no-duplicates]: do not unconditionally requiretypescript([#2665])v2.27.1Compare Source
Fixed
array.prototype.flatmapshould be a prod dep ([#2664], thanks [@cristobal])v2.27.0Compare Source
Added
newline-after-import]: addconsiderCommentsoption ([#2399], thanks [@pri1311])no-cycle]: addallowUnsafeDynamicCyclicDependencyoption ([#2387], thanks [@GerkinDev])no-restricted-paths]: support arrays forfromandtargetoptions ([#2466], thanks [@AdriAt360])no-anonymous-default-export]: addallowNewoption ([#2505], thanks [@DamienCassou])order]: AdddistinctGroupoption ([#2395], thanks [@hyperupcall])no-extraneous-dependencies]: AddincludeInternaloption ([#2541], thanks [@bdwain])no-extraneous-dependencies]: AddincludeTypesoption ([#2543], thanks [@bdwain])order]: newalphabetize.orderImportKindoption to sort imports with same path based on their kind (type,typeof) ([#2544], thanks [@stropho])consistent-type-specifier-style]: add rule ([#2473], thanks [@bradzacher])no-empty-named-blocks] rule ([#2568], thanks [@guilhermelimak])prefer-default-export]: add "target" option ([#2602], thanks [@azyzz228])no-absolute-path]: add fixer ([#2613], thanks [@adipascu])no-duplicates]: support inline type import withinlineTypeImportoption ([#2475], thanks [@snewcomer])Fixed
order]: move nested imports closer to main import entry ([#2396], thanks [@pri1311])no-restricted-paths]: fix an error message ([#2466], thanks [@AdriAt360])no-restricted-paths]: useMinimatch.matchinstead ofminimatchto comply with Windows Native paths ([#2466], thanks [@AdriAt360])order]: require with member expression could not be fixed if alphabetize.order was used ([#2490], thanks [@msvab])order]: leave more space in rankings for consecutive path groups ([#2506], thanks [@Pearce-Ropion])no-cycle]: add ExportNamedDeclaration statements to dependencies ([#2511], thanks [@BenoitZugmeyer])dynamic-import-chunkname]: prevent false report on a valid webpack magic comment ([#2330], thanks [@mhmadhamster])export]: do not error on TS export overloads ([#1590], thanks [@ljharb])no-unresolved], [extensions]: ignore type only exports ([#2436], thanks [@Lukas-Kullmann])ExportMap: add missing param to function ([#2589], thanks [@Fdawgs])no-unused-modules]:checkPkgFieldObjectfilters boolean fields from checks ([#2598], thanks [@mpint])no-cycle]: accept Flowtypeofimports, just liketype([#2608], thanks [@gnprice])no-import-module-exports]: avoid a false positive for import variables ([#2315], thanks [@BarryThePenguin])Changed
named]: Run all TypeScript test ([#2427], thanks [@ProdigySim])import/extensionssection ([#2440], thanks [@OutdatedVersion])order]: use correct default value ([#2392], thanks [@hyperupcall])eslint-import-resolver-typescriptusage ([#2503], thanks [@JounQin])no-cycle]: Add per-run caching of traversed paths ([#2419], thanks [@nokel81])ExportMap: add caching after parsing for an ambiguous module ([#2531], thanks [@stenin-nikita])no-useless-path-segments]: fix paths ([#2424], thanks [@s-h-a-d-o-w])no-cycle]: add passing test cases ([#2438], thanks [@georeith])no-extraneous-dependencies] improve performance using cache ([#2374], thanks [@meowtec])CONTRIBUTING.md: mention inactive PRs ([#2546], thanks [@stropho])no-restricted-paths]: Tests forimport typestatements ([#2459], thanks [@golergka])no-restricted-paths]: fix one failingimport typetest case, submitted by [@golergka], thanks [@azyzz228]eslint-doc-generatorto v1.0.0 ([#2605], thanks [@bmish])no-cycle], [no-internal-modules], [no-restricted-paths]: useanyOfinstead ofoneOf(thanks [@ljharb], [@remcohaszing])ota-meshi/eslint-plugin-regexp
v1.12.0Compare Source
✨ Enhancements
no-misleading-capturing-grouprule and improveoptimal-quantifier-concatenationby @RunDevelopment in https://github.com/ota-meshi/eslint-plugin-regexp/pull/483lookbehindoption forprefer-lookaroundby @RunDevelopment in https://github.com/ota-meshi/eslint-plugin-regexp/pull/499Full Changelog: ota-meshi/eslint-plugin-regexp@v1.11.0...v1.12.0
lit/lit
v2.6.1Compare Source
Patch Changes
#3526
65e56655- Disable ShadyDOM noPatch in Node dev build. This fixes the issue of throwing due to undefinedwindow.#3561
e5c254e9- Fix built-in shimming ofHTMLElementfor Node build ofreactive-elementto respect existingHTMLElementin globalv2.6.0Compare Source
Minor Changes
#3522
72fcf0d7- When running in Node, Lit now automatically includes minimal DOM shims which aresufficient for most SSR (Server Side Rendering) use-cases, removing the need to
import the global DOM shim from
@lit-labs/ssr.The new
@lit-labs/ssr-dom-shimpackage has been introduced, which exports anHTMLElement,CustomElementRegistry, and defaultcustomElementssingleton.The existing
@lit-labs/ssrglobal DOM shim can still be used, and is compatible with the new package, because@lit-labs/ssrimports from@lit-labs/ssr-dom-shim. Importing the global DOM shim adds more APIs to the global object, such as a globalHTMLElement,TreeWalker,fetch, and other APIs. It is recommended that users try to remove usage of the@lit-labs/ssrDOM shim, and instead rely on the more minimal, automatic shimming that@lit/reactive-elementnow provides automatically.Patch Changes
72fcf0d7]:unjs/mlly
v1.1.0Compare Source
Features
Bug Fixes
typeimports and exports (#124) (1523bbc)Microsoft/playwright
v1.29.2Compare Source
Highlights
https://github.com/microsoft/playwright/issues/19661 - [BUG] 1.29.1 browserserver + page.goto = net::ERR_SOCKS_CONNECTION_FAILED
Browser Versions
This version was also tested against the following stable channels:
v1.29.1Compare Source
Highlights
https://github.com/microsoft/playwright/issues/18928 - [BUG] Electron firstWindow times out after upgrading to 1.28.0https://github.com/microsoft/playwright/issues/192466 - [BUG] Electron firstWindow times out after upgrading to 1.28.https://github.com/microsoft/playwright/issues/1941212 - [REGRESSION]: 1.28 does not work with electron-serve anymorhttps://github.com/microsoft/playwright/issues/19540540 - [BUG] electron.app.getAppPath() returns the path one level higher if you run electron pointing to the directhttps://github.com/microsoft/playwright/issues/195489548 - [REGRESSION]: Ubuntu 18 LTS not supported anymore
Browser Versions
This version was also tested against the following stable channels:
v1.29.0Compare Source
New APIs
New method
route.fetch()and new optionjsonforroute.fulfill():New method
locator.all()to iterate over all matching elements:Locator.selectOptionmatches now by value or label:Retry blocks of code until all assertions pass:
Read more in our documentation.
Automatically capture full page screenshot on test failure:
Miscellaneous
jsconfig.json.argsandproxyforandroidDevice.launchBrowser().postDatain methodroute.continue()now supports serializable values.Browser Versions
This version was also tested against the following stable channels:
pnpm/pnpm
v7.25.0Compare Source
Minor Changes
--ignore-existingoption #5632.extend-node-pathis set tofalse, theNODE_PATHenvironment variable is not set in the command shims #5910Patch Changes
prefer-symlinked-executablesis set totrue#5913.node-linker=hoisted.Our Gold Sponsors
Our Silver Sponsors
v7.24.3Compare Source
Patch Changes
use-lockfile-v6is not set totrue.Our Gold Sponsors
Our Silver Sponsors
v7.24.2Compare Source
Minor Changes
pnpm-lock.yamlformat v6. This new format will be the new lockfile format in pnpm v8. To use the new lockfile format, use theuse-lockfile-v6=truesetting in.npmrc. Or runpnpm install --use-lockfile-v6#5810.Patch Changes
pnpm runshould fail if the path to the project contains colon(s).pnpm config set key=valueshould work the same aspnpm config set key value#5889.The upload of built artifacts (side effects) should not fail when
node-linkeris set tohoistedand installation runs on a project that already had anode_modulesdirectory #5823.This fixes a bug introduced by #5814.
pnpm execshould work when the path to the project contains colon(s) #5846.Git-hosted dependencies should not be built, when
ignore-scriptsis set totrue#5876.Our Gold Sponsors
Our Silver Sponsors
v7.24.1Compare Source
v7.24.0Compare Source
v7.23.0Compare Source
Minor Changes
resolve-peers-from-workspace-rootsetting is set totrue, pnpm will use dependencies installed in the root of the workspace to resolve peer dependencies in any of the workspace's projects #5882.Patch Changes
--resume-fromoption.--include-workspace-rootoption on recursive command's help info.Our Gold Sponsors
Configuration
📅 Schedule: Branch creation - "before 3am on Monday" (UTC), 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.
This PR has been generated by Mend Renovate. View repository job log here.