chore(deps): update all non-major dependencies#10393
Merged
Conversation
patak-cat
approved these changes
Oct 10, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.3.15->^0.3.16^1.0.8->^1.0.9^2.0.14->^2.4.1^5.38.1->^5.39.0^5.38.1->^5.39.0^5.0.1->^5.1.0^3.25.4->^3.25.5^8.24.0->^8.25.0^4.18.1->^4.18.2^2.3.1->^2.4.0^0.26.5->^0.26.7^0.26.6->^0.26.7^2.0.22->^2.0.23^1.26.1->^1.27.07.13.0->7.13.3^7.13.0->^7.13.3^10.11.0->^10.11.1^6.4.1->^6.4.2^7.3.7->^7.3.8^5.15.0->^5.15.1^3.9.0->^3.10.1^3.1.4->^3.1.6^0.23.4->^0.24.0Release Notes
jridgewell/trace-mapping
v0.3.16Compare Source
What's Changed
allGeneratedPositionsForby @connor4312 in https://github.com/jridgewell/trace-mapping/pull/19New Contributors
Full Changelog: jridgewell/trace-mapping@v0.3.15...v0.3.16
sveltejs/vite-plugin-svelte
v1.0.9Compare Source
Patch Changes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v5.39.0Compare Source
Features
5.38.1 (2022-09-26)
Note: Version bump only for package @typescript-eslint/eslint-plugin
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v5.39.0Compare Source
Note: Version bump only for package @typescript-eslint/parser
5.38.1 (2022-09-26)
Note: Version bump only for package @typescript-eslint/parser
kelektiv/node.bcrypt.js
v5.1.0Compare Source
node-pre-gypto 1.0.10nodeunitwithjestas the testing libraryzloirock/core-js
v3.25.5Compare Source
eslint/eslint
v8.25.0Compare Source
Features
173e820feat: Pass --max-warnings value to formatters (#16348) (Brandon Mills)6964cb1feat: remove support for ignore files in FlatESLint (#16355) (Milos Djermanovic)1cc4b3afeat:id-lengthcounts graphemes instead of code units (#16321) (Sosuke Suzuki)Documentation
90c6028docs: Conflicting fixes (#16366) (Ben Perlmutter)5a3fe70docs: Add VS to integrations page (#16381) (Maria José Solano)49bd1e5docs: remove unused link definitions (#16376) (Nick Schonning)3bd380ddocs: typo cleanups for docs (#16374) (Nick Schonning)b3a0837docs: remove duplicate words (#16378) (Nick Schonning)a682562docs: addBigInttonew-capdocs (#16362) (Sosuke Suzuki)f6d57fbdocs: Update docs README (#16352) (Ben Perlmutter)7214347docs: fix logical-assignment-operators option typo (#16346) (Jonathan Wilsson)Chores
1f78594chore: upgrade @eslint/eslintrc@1.3.3 (#16397) (Milos Djermanovic)8476a9bchore: Remove CODEOWNERS (#16375) (Nick Schonning)720ff75chore: use "ci" for Dependabot commit message (#16377) (Nick Schonning)42f5479chore: bump actions/stale from 5 to 6 (#16350) (dependabot[bot])e5e9e27chore: removejsdocdev dependency (#16344) (Milos Djermanovic)expressjs/express
v4.18.2Compare Source
===================
lit/lit
v2.4.0Compare Source
Minor Changes
21313077- Adds anisServervariable export tolitandlit-html/is-server.jswhich will betruein Node andfalsein the browser. This can be used when authoring components to change behavior based on whether or not the component is executing in an SSR context.Patch Changes
#3320
305852d4- Thelitpackage now specifies and "types" export condition allowing TypeScriptmoduleResolutionto benodenext.Updated dependencies [
21313077]:rich-harris/magic-string
v0.26.7Compare Source
Bug Fixes
v0.26.6Compare Source
Features
updatemethod as safer alternative tooverwrite(#212) (9a312e3)vuejs/pinia
v2.0.23Compare Source
Please refer to CHANGELOG.md for details.
Microsoft/playwright
v1.27.0Compare Source
Locators
With these new APIs, inspired by Testing Library, writing locators is a joy:
page.getByText(text, options)to locate by text content.page.getByRole(role, options)to locate by ARIA role, ARIA attributes and accessible name.page.getByLabel(label, options)to locate a form control by associated label's text.page.getByPlaceholder(placeholder, options)to locate an input by placeholder.page.getByAltText(altText, options)to locate an element, usually image, by its text alternative.page.getByTitle(title, options)to locate an element by its title.All the same methods are also available on Locator, FrameLocator and Frame classes.
Other highlights
workersoption in theplaywright.config.tsnow accepts a percentage string to use some of the available CPUs. You can also pass it in the command line:npx playwright test --workers=20%New options
hostandportfor the html reporter.New field
FullConfig.configFileis available to test reporters, specifying the path to the config file if any.As announced in v1.25, Ubuntu 18 will not be supported as of Dec 2022. In addition to that, there will be no WebKit updates on Ubuntu 18 starting from the next Playwright release.
Behavior Changes
expect(locator).toHaveAttribute(name, value, options)with an empty value does not match missing attribute anymore. For example, the following snippet will succeed whenbuttondoes not have adisabledattribute.Command line options
--grepand--grep-invertpreviously incorrectly ignoredgrepandgrepInvertoptions specified in the config. Now all of them are applied together.Browser Versions
This version was also tested against the following stable channels:
pnpm/pnpm
v7.13.3Compare Source
Patch Changes
auto-install-peersis set totrueand installation is done on a workspace with that has the same dependencies in multiple projects #5454.pnpm link --help#5461.install,update,add, andremove#1021.pnpm pack, when a custom destination directory is used #5471.Our Gold Sponsors
Our Silver Sponsors
v7.13.2Compare Source
Patch Changes
When linking commands to a directory, remove any .exe files that are already present in that target directory by the same name.
This fixes an issue with pnpm global update on Windows. If pnpm was installed with the standalone script and then updated with pnpm using
pnpm add --global pnpm, the exe file initially created by the standalone script should be removed.When a direct dependency fails to resolve, print the path to the project directory in the error message.
pnpm patch-commitshould work when the patch directory is specified with a trailing slash #5449.Our Gold Sponsors
Our Silver Sponsors
v7.13.1Compare Source
Patch Changes
pnpm update --interactiveshould not list dependencies ignored via thepnpm.updateConfig.ignoreDependenciessetting.Our Gold Sponsors
Our Silver Sponsors
preactjs/preact
v10.11.1Compare Source
Bug Fixes
compat/package.json(#3755, thanks @akselander)"types"field forpreact/debug(#3732, thanks @marvinhagemeister)_maskproperty always has the same name in distributed version (#3721, thanks @JoviDeCroock)remix-run/react-router
v6.4.2Compare Source
Patch Changes
basenameinuseFormAction(#9352)RouteObject/RoutePropstypes to surface the error in TypeScript. (#9366)react-router@6.4.2@remix-run/router@1.0.2npm/node-semver
v7.3.8Compare Source
Bug Fixes
d8ef32c#383 add support for node.js esm auto exports (#383) (@MylesBorins)Documentation
7209b14#477 update range.js comments to clarify the caret ranges examples (#477) (@amitse)7.3.7 (2022-04-11)
Bug Fixes
Dependencies
7.3.6 (2022-04-05)
Bug Fixes
GTE0regexes (#432) (11494f1)Documentation
Dependencies
terser/terser
v5.15.1Compare Source
letorconstas the bodies ofifstatements (#1253)!==classes.esbuild-kit/tsx
v3.10.1Compare Source
Bug Fixes
v3.10.0Compare Source
Features
vitejs/vite
v3.1.6Compare Source
Please refer to CHANGELOG.md for details.
v3.1.5Compare Source
Please refer to CHANGELOG.md for details.
vitest-dev/vitest
v0.24.0Compare Source
🚨 Breaking Changes
🚀 Features
🐞 Bug Fixes
View changes on GitHub
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.