Skip to content

Commit

Permalink
Bump core from 3d14d7c to 4b942c9 (Azure#1544)
Browse files Browse the repository at this point in the history
Bumps [core](https://github.com/microsoft/typespec) from `3d14d7c` to
`4b942c9`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/microsoft/typespec/commit/4b942c9fb957c5b4e8e443a16bbdb130790a80b8"><code>4b942c9</code></a>
java mgmt, skip validate on resource properties (<a
href="https://github.com/microsoft/typespec/issues/4431">#4431</a>)</li>
<li><a
href="https://github.com/microsoft/typespec/commit/b1753b66a2131c078d831419d81b5afcded00bff"><code>b1753b6</code></a>
Add config for mc0 and ms1 cookies (<a
href="https://github.com/microsoft/typespec/issues/4443">#4443</a>)</li>
<li>See full diff in <a
href="https://github.com/microsoft/typespec/compare/3d14d7c2c92ca598d818de213fd8b3a6d7f36124...4b942c9fb957c5b4e8e443a16bbdb130790a80b8">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Timothee Guerin <[email protected]>
  • Loading branch information
dependabot[bot] and timotheeguerin committed Sep 16, 2024
1 parent 1a3ff89 commit b7f9509
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion core
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,17 @@ const config: PlaywrightTestConfig = {
use: {
baseURL: resolve(root, "dist"),
},
projects: [
// TODO: investigate
// {
// name: "chromium",
// use: { browserName: "chromium" },
// },
{
name: "firefox",
use: { browserName: "firefox" },
},
],
testMatch: "*.e2e.ts",
};
export default config;

0 comments on commit b7f9509

Please sign in to comment.