Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changes/auth0-rules-global-fetch.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changes/oxc-enabled.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changes/pnpm-with-mise.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/starfx-with-effection-v4.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/auth0/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## \[0.12.0]

- [`9ef139f`](https://github.com/thefrontside/simulacrum/commit/9ef139f80b0403b4b66163ee7005b552640394c2) ([#359](https://github.com/thefrontside/simulacrum/pull/359) by [@jbolda](https://github.com/thefrontside/simulacrum/../../jbolda)) Enabling oxfmt and oxlint for more consistency.
- [`a3a8108`](https://github.com/thefrontside/simulacrum/commit/a3a8108f58e2523a3700b19900abbc53552c3e15) ([#357](https://github.com/thefrontside/simulacrum/pull/357) by [@jbolda](https://github.com/thefrontside/simulacrum/../../jbolda)) Swap to pnpm within monorepo.

### Enhancements

- [`a3a8108`](https://github.com/thefrontside/simulacrum/commit/a3a8108f58e2523a3700b19900abbc53552c3e15) ([#357](https://github.com/thefrontside/simulacrum/pull/357) by [@jbolda](https://github.com/thefrontside/simulacrum/../../jbolda)) Pass in global fetch to rules runner.
- [`fd1d673`](https://github.com/thefrontside/simulacrum/commit/fd1d6734ead5b723e8d83962775851517778b695) ([#350](https://github.com/thefrontside/simulacrum/pull/350) by [@jbolda](https://github.com/thefrontside/simulacrum/../../jbolda)) Upgrades the foundation simulator to `starfx@0.16.0` which in turn upgrades to `effection@^4`. Highly unlikely to be a breaking change, but bumping a minor for safety.

## \[0.11.4]

- [`86957dd`](https://github.com/thefrontside/simulacrum/commit/86957dd0e8ecd8a6bc536fd289df5e393c1774e3) ([#352](https://github.com/thefrontside/simulacrum/pull/352) by [@a-kriya](https://github.com/thefrontside/simulacrum/../../a-kriya)) preserve user-provided id in initialState instead of overwriting
Expand Down
4 changes: 2 additions & 2 deletions packages/auth0/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@simulacrum/auth0-simulator",
"version": "0.11.4",
"version": "0.12.0",
"description": "Run local instance of Auth0 API for local development and integration testing",
"keywords": [
"auth0",
Expand Down Expand Up @@ -68,7 +68,7 @@
},
"dependencies": {
"@faker-js/faker": "^9.3.0",
"@simulacrum/foundation-simulator": "workspace:^",
"@simulacrum/foundation-simulator": "^0",
"@simulacrum/server": "workspace:^",
"assert-ts": "^0.3.4",
"base64-url": "^2.3.3",
Expand Down
9 changes: 9 additions & 0 deletions packages/foundation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## \[0.7.0]

- [`9ef139f`](https://github.com/thefrontside/simulacrum/commit/9ef139f80b0403b4b66163ee7005b552640394c2) ([#359](https://github.com/thefrontside/simulacrum/pull/359) by [@jbolda](https://github.com/thefrontside/simulacrum/../../jbolda)) Enabling oxfmt and oxlint for more consistency.
- [`a3a8108`](https://github.com/thefrontside/simulacrum/commit/a3a8108f58e2523a3700b19900abbc53552c3e15) ([#357](https://github.com/thefrontside/simulacrum/pull/357) by [@jbolda](https://github.com/thefrontside/simulacrum/../../jbolda)) Swap to pnpm within monorepo.

### Enhancements

- [`fd1d673`](https://github.com/thefrontside/simulacrum/commit/fd1d6734ead5b723e8d83962775851517778b695) ([#350](https://github.com/thefrontside/simulacrum/pull/350) by [@jbolda](https://github.com/thefrontside/simulacrum/../../jbolda)) Upgrades the foundation simulator to `starfx@0.16.0` which in turn upgrades to `effection@^4`. Highly unlikely to be a breaking change, but bumping a minor for safety.

## \[0.6.1]

- [`d4f2be5`](https://github.com/thefrontside/simulacrum/commit/d4f2be576503e2fd374b996c26e33682d592e5ac) ([#349](https://github.com/thefrontside/simulacrum/pull/349) by [@jbolda](https://github.com/thefrontside/simulacrum/../../jbolda)) Skip simulator asset minification. Also remove usage of `String.raw`. This was breaking the `/login` view in the Auth0 simulator with the way `tsdown` was escaping the strings.
Expand Down
2 changes: 1 addition & 1 deletion packages/foundation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@simulacrum/foundation-simulator",
"version": "0.6.1",
"version": "0.7.0",
"description": "Base simulator to build simulators for integration testing.",
"keywords": [
"emulation",
Expand Down
9 changes: 9 additions & 0 deletions packages/github-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## \[0.7.0]

- [`9ef139f`](https://github.com/thefrontside/simulacrum/commit/9ef139f80b0403b4b66163ee7005b552640394c2) ([#359](https://github.com/thefrontside/simulacrum/pull/359) by [@jbolda](https://github.com/thefrontside/simulacrum/../../jbolda)) Enabling oxfmt and oxlint for more consistency.
- [`a3a8108`](https://github.com/thefrontside/simulacrum/commit/a3a8108f58e2523a3700b19900abbc53552c3e15) ([#357](https://github.com/thefrontside/simulacrum/pull/357) by [@jbolda](https://github.com/thefrontside/simulacrum/../../jbolda)) Swap to pnpm within monorepo.

### Enhancements

- [`fd1d673`](https://github.com/thefrontside/simulacrum/commit/fd1d6734ead5b723e8d83962775851517778b695) ([#350](https://github.com/thefrontside/simulacrum/pull/350) by [@jbolda](https://github.com/thefrontside/simulacrum/../../jbolda)) Upgrades the foundation simulator to `starfx@0.16.0` which in turn upgrades to `effection@^4`. Highly unlikely to be a breaking change, but bumping a minor for safety.

## \[0.6.4]

- [`86957dd`](https://github.com/thefrontside/simulacrum/commit/86957dd0e8ecd8a6bc536fd289df5e393c1774e3) ([#352](https://github.com/thefrontside/simulacrum/pull/352) by [@a-kriya](https://github.com/thefrontside/simulacrum/../../a-kriya)) preserve user-provided id in initialState instead of overwriting
Expand Down
4 changes: 2 additions & 2 deletions packages/github-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@simulacrum/github-api-simulator",
"version": "0.6.4",
"version": "0.7.0",
"description": "Provides common functionality to frontend app and plugins.",
"keywords": [
"emulation",
Expand Down Expand Up @@ -72,7 +72,7 @@
"dependencies": {
"@faker-js/faker": "^9.3.0",
"@graphql-tools/utils": "^10.9.1",
"@simulacrum/foundation-simulator": "workspace:^",
"@simulacrum/foundation-simulator": "^0",
"assert-ts": "^0.3.4",
"express": "^5.2.1",
"graphql": "^16.9.0",
Expand Down
5 changes: 5 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## \[0.8.0]

- [`9ef139f`](https://github.com/thefrontside/simulacrum/commit/9ef139f80b0403b4b66163ee7005b552640394c2) ([#359](https://github.com/thefrontside/simulacrum/pull/359) by [@jbolda](https://github.com/thefrontside/simulacrum/../../jbolda)) Enabling oxfmt and oxlint for more consistency.
- [`a3a8108`](https://github.com/thefrontside/simulacrum/commit/a3a8108f58e2523a3700b19900abbc53552c3e15) ([#357](https://github.com/thefrontside/simulacrum/pull/357) by [@jbolda](https://github.com/thefrontside/simulacrum/../../jbolda)) Swap to pnpm within monorepo.

## \[0.8.0]

- [`d3850c6`](https://github.com/thefrontside/simulacrum/commit/d3850c657ea45c9e67790b63fb4341a95818c664) ([#345](https://github.com/thefrontside/simulacrum/pull/345) by [@jbolda](https://github.com/thefrontside/simulacrum/../../jbolda)) Bump server to `effection` v4. With the tight dependency fitting into an `effection` runtime, bumping with a minor despite no specific breaking changes directly in this package. Additionally, we swapped to `@effectionx/process` and pulled in some other helpers. This was to prevent edge cases which were noted as part of the upgrade.
- [`d4f2be5`](https://github.com/thefrontside/simulacrum/commit/d4f2be576503e2fd374b996c26e33682d592e5ac) ([#349](https://github.com/thefrontside/simulacrum/pull/349) by [@jbolda](https://github.com/thefrontside/simulacrum/../../jbolda)) Skip simulator asset minification. Also remove usage of `String.raw`. This was breaking the `/login` view in the Auth0 simulator with the way `tsdown` was escaping the strings.

Expand Down
61 changes: 57 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading