chore(deps): update all non-major dependencies #10393
Merged
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.0
7.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.0
Release Notes
jridgewell/trace-mapping
v0.3.16
Compare Source
What's Changed
allGeneratedPositionsFor
by @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.9
Compare Source
Patch Changes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v5.39.0
Compare 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.0
Compare 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.0
Compare Source
node-pre-gyp
to 1.0.10nodeunit
withjest
as the testing libraryzloirock/core-js
v3.25.5
Compare Source
eslint/eslint
v8.25.0
Compare Source
Features
173e820
feat: Pass --max-warnings value to formatters (#16348) (Brandon Mills)6964cb1
feat: remove support for ignore files in FlatESLint (#16355) (Milos Djermanovic)1cc4b3a
feat:id-length
counts graphemes instead of code units (#16321) (Sosuke Suzuki)Documentation
90c6028
docs: Conflicting fixes (#16366) (Ben Perlmutter)5a3fe70
docs: Add VS to integrations page (#16381) (Maria José Solano)49bd1e5
docs: remove unused link definitions (#16376) (Nick Schonning)3bd380d
docs: typo cleanups for docs (#16374) (Nick Schonning)b3a0837
docs: remove duplicate words (#16378) (Nick Schonning)a682562
docs: addBigInt
tonew-cap
docs (#16362) (Sosuke Suzuki)f6d57fb
docs: Update docs README (#16352) (Ben Perlmutter)7214347
docs: fix logical-assignment-operators option typo (#16346) (Jonathan Wilsson)Chores
1f78594
chore: upgrade @eslint/eslintrc@1.3.3 (#16397) (Milos Djermanovic)8476a9b
chore: Remove CODEOWNERS (#16375) (Nick Schonning)720ff75
chore: use "ci" for Dependabot commit message (#16377) (Nick Schonning)42f5479
chore: bump actions/stale from 5 to 6 (#16350) (dependabot[bot])e5e9e27
chore: removejsdoc
dev dependency (#16344) (Milos Djermanovic)expressjs/express
v4.18.2
Compare Source
===================
lit/lit
v2.4.0
Compare Source
Minor Changes
21313077
- Adds anisServer
variable export tolit
andlit-html/is-server.js
which will betrue
in Node andfalse
in 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
- Thelit
package now specifies and "types" export condition allowing TypeScriptmoduleResolution
to benodenext
.Updated dependencies [
21313077
]:rich-harris/magic-string
v0.26.7
Compare Source
Bug Fixes
v0.26.6
Compare Source
Features
update
method as safer alternative tooverwrite
(#212) (9a312e3)vuejs/pinia
v2.0.23
Compare Source
Please refer to CHANGELOG.md for details.
Microsoft/playwright
v1.27.0
Compare 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
workers
option in theplaywright.config.ts
now 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
host
andport
for the html reporter.New field
FullConfig.configFile
is 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 whenbutton
does not have adisabled
attribute.Command line options
--grep
and--grep-invert
previously incorrectly ignoredgrep
andgrepInvert
options 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.3
Compare Source
Patch Changes
auto-install-peers
is set totrue
and 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.2
Compare 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-commit
should work when the patch directory is specified with a trailing slash #5449.Our Gold Sponsors
Our Silver Sponsors
v7.13.1
Compare Source
Patch Changes
pnpm update --interactive
should not list dependencies ignored via thepnpm.updateConfig.ignoreDependencies
setting.Our Gold Sponsors
Our Silver Sponsors
preactjs/preact
v10.11.1
Compare Source
Bug Fixes
compat/package.json
(#3755, thanks @akselander)"types"
field forpreact/debug
(#3732, thanks @marvinhagemeister)_mask
property always has the same name in distributed version (#3721, thanks @JoviDeCroock)remix-run/react-router
v6.4.2
Compare Source
Patch Changes
basename
inuseFormAction
(#9352)RouteObject
/RouteProps
types to surface the error in TypeScript. (#9366)react-router@6.4.2
@remix-run/router@1.0.2
npm/node-semver
v7.3.8
Compare 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
GTE0
regexes (#432) (11494f1)Documentation
Dependencies
terser/terser
v5.15.1
Compare Source
let
orconst
as the bodies ofif
statements (#1253)!==
classes.esbuild-kit/tsx
v3.10.1
Compare Source
Bug Fixes
v3.10.0
Compare Source
Features
vitejs/vite
v3.1.6
Compare Source
Please refer to CHANGELOG.md for details.
v3.1.5
Compare Source
Please refer to CHANGELOG.md for details.
vitest-dev/vitest
v0.24.0
Compare 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.