-
Notifications
You must be signed in to change notification settings - Fork 171
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
fix(deps): update all non-major dependencies #2022
Conversation
✅ Deploy Preview for zarf-docs canceled.
|
5d911b8
to
fbe022c
Compare
1e60679
to
d09692a
Compare
92bf298
to
eedcc50
Compare
eedcc50
to
086a0e8
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. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
overall lgtm, would it be worth making a checkout
action so that the update happens only in 1 file?
Unfortunately that isn't possible since you have to checkout the repo in order to reference those common actions. |
This PR contains the following updates:
2.4.1
->2.4.3
2.4.1
->2.4.3
2.4.1
->2.4.3
2.4.1
->2.4.3
1.38.0
->1.39.0
1.25.0
->1.25.2
4.0.3
->4.0.4
1.26.0
->1.26.1
6.7.0
->6.7.5
6.7.0
->6.7.5
v4.0.0
->v4.1.0
1.4.1
->1.8.7
~> 5.17.0
->~> 5.21.0
v4.0.0
->v4.0.1
2.10.0
->2.12.0
8.49.0
->8.51.0
2.33.1
->2.34.0
1.0.27
->1.0.28
6.4.0
->6.5.2
v0.84.1
->v0.93.0
v2.8.2+incompatible
->v2.8.3+incompatible
v0.36.0
->v0.36.2
v1.1.0
->v1.1.2
v1.12.0
->v1.14.0
v1.16.0
->v1.17.0
v1.7.2
->v1.7.4
v1.7.2
->v1.7.4
v1.7.2
->v1.7.4
v1.7.2
->v1.7.4
v1.16.0
->v1.17.0
v2.21.7
->v2.22.3
v0.13.0
->v0.14.0
v0.3.0
->v0.4.0
v0.12.0
->v0.13.0
v3.12.3
->v3.13.1
v1.28.1+k3s1
->v1.28.2+k3s1
1.4.0
->1.5.1
0.12.0
->0.13.0
v2.2.0
->v2.3.0
^0.13.3
->^0.14.0
1.38.0
->1.39.0
2.0.6
->2.1.0
2.8.2
->2.8.3
1.67.0
->1.69.3
0.10.7
->0.10.8
4.2.0
->4.2.1
3.5.1
->3.5.2
4.4.9
->4.4.11
v0.157.0
->v0.162.0
2.3.2
->2.3.3
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
facebook/docusaurus (@docusaurus/core)
v2.4.3
Compare Source
🐛 Bug Fix
docusaurus-plugin-content-docs
docusaurus-theme-classic
docusaurus-theme-classic
,docusaurus-theme-common
Committers: 4
microsoft/playwright (@playwright/test)
v1.39.0
Compare Source
Add custom matchers to your expect
You can extend Playwright assertions by providing custom matchers. These matchers will be available on the expect object.
See the documentation for a full example.
Merge test fixtures
You can now merge test fixtures from multiple files or modules:
Merge custom expect matchers
You can now merge custom expect matchers from multiple files or modules:
Hide implementation details: box test steps
You can mark a
test.step()
as "boxed" so that errors inside it point to the step call site.Error: Timed out 5000ms waiting for expect(locator).toBeVisible() ... error details omitted ... 14 | await page.goto('https://github.com/login'); > 15 | await login(page); | ^ 16 | });
See
test.step()
documentation for a full example.New APIs
expect(locator).toHaveAttribute(name)
Browser Versions
This version was also tested against the following stable channels:
v1.38.1
Compare Source
Highlights
https://github.com/microsoft/playwright/issues/27071 - expect(value).toMatchSnapshot() deprecation announcement on V1.38
https://github.com/microsoft/playwright/issues/27072 - [BUG] PWT trace viewer fails to load trace and throws TypeErrorhttps://github.com/microsoft/playwright/issues/270733 - [BUG] RangeError: Invalid time valuhttps://github.com/microsoft/playwright/issues/2708787 - [REGRESSION]: npx playwright test --list prints all tests twihttps://github.com/microsoft/playwright/issues/27113113 - [REGRESSION]: No longer able to extend PlaywrightTest.Matchers type for locators and pahttps://github.com/microsoft/playwright/issues/271447144 - [BUG]can not display thttps://github.com/microsoft/playwright/issues/2716327163 - [REGRESSION] Single Quote Wrongly Escaped by Locator When Using Unicodehttps://github.com/microsoft/playwright/issues/27181/27181 - [BUG] evaluate serializing fails at 1.38
Browser Versions
This version was also tested against the following stable channels:
sveltejs/kit (@sveltejs/kit)
v1.25.2
Compare Source
Patch Changes
fix: correctly update
$page.url.hash
when navigating history (#10843)fix: strip virtual module prefix from error messages (#10776)
fix: cancel ongoing navigation when the browser back button is hit to prevent an incorrect page from being rendered (#10727)
fix: only remove Vite manifest when copying files (#10782)
v1.25.1
Compare Source
Patch Changes
fix: correct line numbers in stack trace (#10769)
fix: correctly return 404 when navigating to a missing page and the root layout fetches a prerendered endpoint (#10565)
fix: allow optional param in middle of route (#10736)
chore: update
undici
(#10641)testing-library/svelte-testing-library (@testing-library/svelte)
v4.0.4
Compare Source
Bug Fixes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v6.7.5
Compare Source
Bug Fixes
You can read about our versioning strategy and releases on our website.
v6.7.4
Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
You can read about our versioning strategy and releases on our website.
v6.7.3
Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
You can read about our versioning strategy and releases on our website.
v6.7.2
Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v6.7.5
Compare Source
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
v6.7.4
Compare Source
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
v6.7.3
Compare Source
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
v6.7.2
Compare Source
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
actions/checkout (actions/checkout)
v4.1.0
Compare Source
hashicorp/terraform-provider-aws (aws)
v5.21.0
Compare Source
FEATURES:
aws_servicequotas_templates
(#33871)aws_ec2_image_block_public_access
(#33810)aws_guardduty_organization_configuration_feature
(#33913)aws_servicequotas_template_association
(#33725)aws_verifiedaccess_group
(#33297)aws_verifiedaccess_instance_logging_configuration
(#33864)ENHANCEMENTS:
s3_settings.glue_catalog_generation
attribute (#33778)cluster_uuid
attribute (#33805)outdated_instances_strategy
argument (#33844)s3_settings.glue_catalog_generation
attribute (#33778)glue_catalog_generation
attribute (#33778)allow_major_version_upgrade
argument (#33790)copy_tags_to_snapshot
argument (#31022)import_table
configuration block (#33802)cluster_uuid
attribute (#33805)cluster_uuid
attribute (#33805)base_policy_document
argument (#33712)require_ssl
anduse_fips_ssl
config_parameters
keys (#33916)fips_enabled
argument (#33880)config.lambda_event_structure_version
argument (#33804)config.port
,config.protocol
andconfig.vpc_identifier
optional (#33804)aws_managed_rules_acfp_rule_set
tomanaged_rule_group_configs
configuration block (#33915)BUG FIXES:
AWS_S3_US_EAST_1_REGIONAL_ENDPOINT
environment variable when configuring the S3 API client ([#3Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.