Skip to content

Commit

Permalink
Bump core from 7a77cf4 to b4b7705 (#2337)
Browse files Browse the repository at this point in the history
Bumps [core](https://github.com/microsoft/typespec) from `7a77cf4` to
`b4b7705`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/microsoft/typespec/commit/b4b7705c61f186590c6a6d086a131cd71ee4c48c"><code>b4b7705</code></a>
Remove projections (<a
href="https://redirect.github.com/microsoft/typespec/issues/6327">#6327</a>)</li>
<li>See full diff in <a
href="https://github.com/microsoft/typespec/compare/7a77cf4c2fa0f2e4bf61d1135abe417f3d5f3978...b4b7705c61f186590c6a6d086a131cd71ee4c48c">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>
  • Loading branch information
dependabot[bot] authored Mar 7, 2025
1 parent 7fc6c6b commit e3a6136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core
Submodule core updated 63 files
+8 −0 .chronus/changes/remove-projections-2025-2-7-17-58-29.md
+19 −0 .chronus/changes/remove-projections-2025-2-7-18-3-1.md
+15 −0 .chronus/changes/remove-projections-2025-2-7-18-8-24.md
+0 −218 grammars/typespec.json
+0 −136 packages/compiler/src/core/binder.ts
+11 −809 packages/compiler/src/core/checker.ts
+1 −6 packages/compiler/src/core/decorator-utils.ts
+1 −11 packages/compiler/src/core/diagnostics.ts
+0 −58 packages/compiler/src/core/helpers/projected-names-utils.ts
+0 −2 packages/compiler/src/core/inspector/symbol.ts
+6 −10 packages/compiler/src/core/messages.ts
+1 −18 packages/compiler/src/core/name-resolver.ts
+0 −761 packages/compiler/src/core/parser.ts
+7 −23 packages/compiler/src/core/program.ts
+0 −8 packages/compiler/src/core/projected-program.ts
+0 −418 packages/compiler/src/core/projection-members.ts
+0 −708 packages/compiler/src/core/projector.ts
+0 −9 packages/compiler/src/core/semantic-walker.ts
+75 −56 packages/compiler/src/core/state-accessors.ts
+3 −10 packages/compiler/src/core/type-relation-checker.ts
+14 −360 packages/compiler/src/core/types.ts
+2 −16 packages/compiler/src/core/visibility/lifecycle.ts
+0 −3 packages/compiler/src/experimental/freeze-graph.ts
+1 −17 packages/compiler/src/experimental/mutators.ts
+0 −3 packages/compiler/src/experimental/typekit/kits/type.ts
+0 −4 packages/compiler/src/formatter/print/needs-parens.ts
+6 −353 packages/compiler/src/formatter/print/printer.ts
+1 −43 packages/compiler/src/index.ts
+19 −44 packages/compiler/src/lib/decorators.ts
+1 −7 packages/compiler/src/lib/examples.ts
+0 −1 packages/compiler/src/lib/tsp-index.ts
+0 −26 packages/compiler/src/server/classify.ts
+0 −137 packages/compiler/src/server/tmlanguage.ts
+0 −15 packages/compiler/src/server/type-signature.ts
+0 −52 packages/compiler/test/binder.test.ts
+0 −241 packages/compiler/test/formatter/formatter.test.ts
+0 −92 packages/compiler/test/parser.test.ts
+0 −1,037 packages/compiler/test/projection/projection-logic.test.ts
+0 −411 packages/compiler/test/projection/projector-identity.test.ts
+1 −1 packages/compiler/test/scanner.test.ts
+0 −136 packages/compiler/test/server/colorization.test.ts
+1 −1 packages/html-program-viewer/src/react/inspect-type/type-data-table.tsx
+0 −8 packages/html-program-viewer/src/react/type-config.ts
+0 −4 packages/http-server-csharp/src/lib/utils.ts
+0 −6 packages/http-server-js/src/common/serialization/json.ts
+1 −1 packages/http-specs/specs/serialization/encoded-name/json/main.tsp
+1 −6 packages/http/src/payload.ts
+1 −6 packages/http/src/status-codes.ts
+1 −6 packages/openapi3/src/openapi.ts
+0 −3 packages/protobuf/src/transform/index.ts
+25 −8 packages/samples/specs/rest-metadata-emitter/rest-metadata-emitter-sample.ts
+0 −153 packages/spec/src/spec.emu.html
+0 −2 packages/spector/src/lib/decorators.ts
+0 −13 packages/tspd/src/ref-doc/utils/type-signature.ts
+0 −1 packages/versioning/lib/main.tsp
+0 −306 packages/versioning/lib/projection.tsp
+0 −1 packages/versioning/src/index.ts
+0 −125 packages/versioning/src/internal-projection-functions.ts
+0 −58 packages/versioning/src/projection.ts
+0 −2 packages/versioning/src/versioning.ts
+0 −54 packages/versioning/test/library-loading.test.ts
+0 −948 packages/versioning/test/versioned-dependencies.test.ts
+0 −2,230 packages/versioning/test/versioning.test.ts

0 comments on commit e3a6136

Please sign in to comment.