Simul.Games
Simul Games is a free online party game server focused on realtime, varied, gameplay and ease of use across all devices.
Simul.Games is written in Go and using goroutines for a concurrent scalable program. It makes use of WebSockets for reliable communication between clients. The Web Client is styled in Tailwind CSS and written in TypeScript using the Svelte Framework. Both front and back end can be easily proxied by Caddy or Nginx webservers.
Development
requires: go & npm. By default, will open ports 3000 & 8080 on localhost; you can change this in config.yaml. Svelte Webkit supports hot-reloading in development, so it will rarely need to be relaunched, but Go will need to be recompiled for changes to be shown.
cd webclient && npm run dev # start webclient using port defined in config.yaml
cd webclient && npm test # run webclient tests
cd server && go run main.go # start backend using port defined in config.yaml
cd server && go test ./... -coverpkg=./... -timeout 100ms -race # run go tests
License
Simul.Games is licensed under the GNU Affero General Public License 3.
Credits
- Gorilla WebSockets for application sockets
- Viper for application config management
- and others, this list is non-exhaustive
Bump @typescript-eslint/eslint-plugin from 5.30.7 to 5.47.0 in /webclient
Bumps @typescript-eslint/eslint-plugin from 5.30.7 to 5.47.0.
Release notes
Sourced from
@typescript-eslint/eslint-plugin
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/eslint-plugin
's changelog.... (truncated)
Commits
a2c08ba
chore: publish v5.47.09e35ef9
feat(eslint-plugin): [no-floating-promises] add suggestion fixer to add an 'a...6b3ed1d
docs: fixed typo "foo.property" (#6180)c943b84
chore: publish v5.46.147241bb
docs: overhaul branding and add new logo (#6147)1e1573a
chore: publish v5.46.0d91a5fc
fix(eslint-plugin): [ban-types] update message to suggestobject
instead of...8a91cbd
feat(eslint-plugin): [prefer-nullish-coalescing] logic and test for strict nu...2d0a883
chore: publish v5.45.126c4b46
docs(eslint-plugin): [member-ordering] remove invalid private-abstract-* ment...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 commands and options
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 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)Bump @typescript-eslint/parser from 5.30.7 to 5.47.0 in /webclient
Bumps @typescript-eslint/parser from 5.30.7 to 5.47.0.
Release notes
Sourced from
@typescript-eslint/parser
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/parser
's changelog.... (truncated)
Commits
a2c08ba
chore: publish v5.47.0c943b84
chore: publish v5.46.147241bb
docs: overhaul branding and add new logo (#6147)1e1573a
chore: publish v5.46.02d0a883
chore: publish v5.45.146c14cd
chore: use short form for nx project names (#6160)0b37822
chore: bump Nx to 15 (#6140)e777f5e
fix(parser): remove the jsx option requirement for automatic jsx pragma resol...0af822a
docs: move remaining docs files into website (#6138)267da4e
chore: publish v5.45.0Dependabot 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 commands and options
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 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)Bump @typescript-eslint/eslint-plugin from 5.30.7 to 5.46.1 in /webclient
Bumps @typescript-eslint/eslint-plugin from 5.30.7 to 5.46.1.
Release notes
Sourced from
@typescript-eslint/eslint-plugin
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/eslint-plugin
's changelog.... (truncated)
Commits
c943b84
chore: publish v5.46.147241bb
docs: overhaul branding and add new logo (#6147)1e1573a
chore: publish v5.46.0d91a5fc
fix(eslint-plugin): [ban-types] update message to suggestobject
instead of...8a91cbd
feat(eslint-plugin): [prefer-nullish-coalescing] logic and test for strict nu...2d0a883
chore: publish v5.45.126c4b46
docs(eslint-plugin): [member-ordering] remove invalid private-abstract-* ment...2288b35
chore(eslint-plugin): valid typescript error code in eslint-recommended (#6165)46c14cd
chore: use short form for nx project names (#6160)0b37822
chore: bump Nx to 15 (#6140)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 commands and options
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 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)Bump @sveltejs/adapter-cloudflare from 1.0.0-next.30 to 1.0.0-next.42 in /webclient
Bumps @sveltejs/adapter-cloudflare from 1.0.0-next.30 to 1.0.0-next.42.
Release notes
Sourced from
@sveltejs/adapter-cloudflare
's releases.Changelog
Sourced from
@sveltejs/adapter-cloudflare
's changelog.... (truncated)
Commits
351fdc5
Version Packages (next) (#8098)ee7cd45
[fix] set platform to neutral for cloudflare build (#8083)36d290d
Version Packages (next) (#8030)1e3bd4f
Upgrade to Vite 4 (#7543)db22882
[chore] upgrade@types/node
(#7959)581c43e
Upgrade dependencies (#7852)5525ad2
Update dependency@cloudflare/workers-types
to v4 (#7713)0982eb3
Version Packages (next) (#7423)e141513
chore: update dependencies (#7355)004e81b
Upgrade to Vite 3.2 (#7400)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 commands and options
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 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)Bump @typescript-eslint/eslint-plugin from 5.30.7 to 5.46.0 in /webclient
Bumps @typescript-eslint/eslint-plugin from 5.30.7 to 5.46.0.
Release notes
Sourced from
@typescript-eslint/eslint-plugin
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/eslint-plugin
's changelog.... (truncated)
Commits
1e1573a
chore: publish v5.46.0d91a5fc
fix(eslint-plugin): [ban-types] update message to suggestobject
instead of...8a91cbd
feat(eslint-plugin): [prefer-nullish-coalescing] logic and test for strict nu...2d0a883
chore: publish v5.45.126c4b46
docs(eslint-plugin): [member-ordering] remove invalid private-abstract-* ment...2288b35
chore(eslint-plugin): valid typescript error code in eslint-recommended (#6165)46c14cd
chore: use short form for nx project names (#6160)0b37822
chore: bump Nx to 15 (#6140)98caa92
fix(eslint-plugin): [keyword-spacing] unexpected space before/after in `impor...5d49d5d
fix(eslint-plugin): [sort-type-constituents, sort-type-union-intersection-mem...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 commands and options
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 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)Bump @typescript-eslint/parser from 5.30.7 to 5.46.0 in /webclient
Bumps @typescript-eslint/parser from 5.30.7 to 5.46.0.
Release notes
Sourced from
@typescript-eslint/parser
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/parser
's changelog.... (truncated)
Commits
1e1573a
chore: publish v5.46.02d0a883
chore: publish v5.45.146c14cd
chore: use short form for nx project names (#6160)0b37822
chore: bump Nx to 15 (#6140)e777f5e
fix(parser): remove the jsx option requirement for automatic jsx pragma resol...0af822a
docs: move remaining docs files into website (#6138)267da4e
chore: publish v5.45.001159d2
chore: publish v5.44.0426c2f9
chore: remove unnecessary project names from nx commands (#6054)e2d1263
chore: switched repo lint to use nx run-many (#6038)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 commands and options
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 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)Bump @typescript-eslint/parser from 5.30.7 to 5.44.0 in /webclient
Bumps @typescript-eslint/parser from 5.30.7 to 5.44.0.
Release notes
Sourced from
@typescript-eslint/parser
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/parser
's changelog.... (truncated)
Commits
01159d2
chore: publish v5.44.0426c2f9
chore: remove unnecessary project names from nx commands (#6054)e2d1263
chore: switched repo lint to use nx run-many (#6038)8af1b4d
chore: publish v5.43.0b8b24c2
chore: publish v5.42.11e5e9ea
chore: publish v5.42.02ee81df
Revert "feat(scope-manager): ignore ECMA version" (#5888)3b8d449
feat(scope-manager): ignore ECMA version (#5881)fcf3f9d
docs: Mention wide globs performance implications in monorepos docs and parse...9eea5f4
chore: publish v5.41.0Dependabot 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 commands and options
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 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)Bump @typescript-eslint/eslint-plugin from 5.30.7 to 5.44.0 in /webclient
Bumps @typescript-eslint/eslint-plugin from 5.30.7 to 5.44.0.
Release notes
Sourced from
@typescript-eslint/eslint-plugin
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/eslint-plugin
's changelog.... (truncated)
Commits
01159d2
chore: publish v5.44.0426c2f9
chore: remove unnecessary project names from nx commands (#6054)e2d1263
chore: switched repo lint to use nx run-many (#6038)a4f85b8
fix(eslint-plugin): [no-empty-interface] disable autofix for declaration merg...97d3e56
feat(eslint-plugin): [adjacent-overload-signatures] check BlockStatement node...4d46e65
tests: add dependency constraints to eslint-plugin tests (#5916)530e0e6
fix(typescript-estree): don't consider a cached program unless it's specified...e708576
chore(eslint-plugin): fix odd consistent-indexed-object-style docs phrasing (...ac7669e
docs(eslint-plugin): [no-shadow] add FAQ about enum members (#5986)dd9b3fa
chore(eslint-plugin): switch generate-rules-lists to generate-breaking-change...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 commands and options
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 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)Bump github.com/gavv/httpexpect/v2 from 2.3.1 to 2.5.0 in /server
Bumps github.com/gavv/httpexpect/v2 from 2.3.1 to 2.5.0.
Commits
6bb280f
Support line wrap62f3b40
Add commentfc79094
Add Request.WithName7313769
Refactoring473028f
Add AssertionFailure.IsFatalec2cea4
Update README1e54337
Reorder0e0fb74
Reorder methodsd4af4eb
Assertion cleanup5f29d50
Refactor formatterDependabot 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 commands and options
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 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)Bump github.com/gavv/httpexpect/v2 from 2.3.1 to 2.4.1 in /server
Bumps github.com/gavv/httpexpect/v2 from 2.3.1 to 2.4.1.
Commits
acaa981
Update CIe2864b5
go mod tidy884a621
Add go 1.14 to CI166edaf
Cleanup go.modbeb677d
Fix cloning builders & matchers1b24081
Rework CI script18182d4
Fix problems with body reading and closing47a669e
Add .gitignore99f3187
Update LICENSE44cfa9d
Fix builders and matchers copyingDependabot 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 commands and options
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 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)Bump @typescript-eslint/parser from 5.30.7 to 5.43.0 in /webclient
Bumps @typescript-eslint/parser from 5.30.7 to 5.43.0.
Release notes
Sourced from
@typescript-eslint/parser
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/parser
's changelog.... (truncated)
Commits
8af1b4d
chore: publish v5.43.0b8b24c2
chore: publish v5.42.11e5e9ea
chore: publish v5.42.02ee81df
Revert "feat(scope-manager): ignore ECMA version" (#5888)3b8d449
feat(scope-manager): ignore ECMA version (#5881)fcf3f9d
docs: Mention wide globs performance implications in monorepos docs and parse...9eea5f4
chore: publish v5.41.00be356b
chore: publish v5.40.156f89d6
chore: nx migrate latest (14.8.4) (#5798)6ac0aa7
chore: publish v5.40.0Dependabot 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 commands and options
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 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)Bump @typescript-eslint/parser from 5.30.7 to 5.48.0 in /webclient
Bumps @typescript-eslint/parser from 5.30.7 to 5.48.0.
Release notes
Sourced from
@typescript-eslint/parser
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/parser
's changelog.... (truncated)
Commits
4ab9bd7
chore: publish v5.48.06ffce79
chore: publish v5.47.1a2c08ba
chore: publish v5.47.0c943b84
chore: publish v5.46.147241bb
docs: overhaul branding and add new logo (#6147)1e1573a
chore: publish v5.46.02d0a883
chore: publish v5.45.146c14cd
chore: use short form for nx project names (#6160)0b37822
chore: bump Nx to 15 (#6140)e777f5e
fix(parser): remove the jsx option requirement for automatic jsx pragma resol...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 commands and options
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 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)Bump @typescript-eslint/eslint-plugin from 5.30.7 to 5.48.0 in /webclient
Bumps @typescript-eslint/eslint-plugin from 5.30.7 to 5.48.0.
Release notes
Sourced from
@typescript-eslint/eslint-plugin
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/eslint-plugin
's changelog.... (truncated)
Commits
4ab9bd7
chore: publish v5.48.0cf3ffdd
feat(eslint-plugin): specify which method is unbound and added test case (#6281)6ffce79
chore: publish v5.47.10f3f645
fix(ast-spec): correct some incorrect ast types (#6257)ccd45d4
fix(eslint-plugin): [member-ordering] correctly invert optionalityOrder (#6256)a2c08ba
chore: publish v5.47.09e35ef9
feat(eslint-plugin): [no-floating-promises] add suggestion fixer to add an 'a...6b3ed1d
docs: fixed typo "foo.property" (#6180)c943b84
chore: publish v5.46.147241bb
docs: overhaul branding and add new logo (#6147)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 commands and options
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 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)Bump vitest from 0.18.1 to 0.26.3 in /webclient
Bumps vitest from 0.18.1 to 0.26.3.
Release notes
Sourced from vitest's releases.
... (truncated)
Commits
8d64790
chore: release v0.26.3dba1337
fix(coverage): env-replacer to remove query params from sourcemaps filenames ...32a577b
fix: show list of tests when typechecking (#2585)c479d9c
fix: don't hang when mocking module with circular dependency (#2572)9f41edd
fix: start tracking module resolution as soon as possible for easier tracking...ef77dcc
fix(api): make api parse error stacks and return sourcePos in onTaskUpdate (#...853eedd
feat(mock): expose aimportOriginal
helper to the factory (#2551)07ef0f2
chore: release v0.26.2f6b592a
fix(cli): respect inline configdir
(#2550)84f98e7
feat: project nameDependabot 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 commands and options
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 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)Bump @sveltejs/adapter-cloudflare from 1.0.0-next.30 to 1.0.0 in /webclient
Bumps @sveltejs/adapter-cloudflare from 1.0.0-next.30 to 1.0.0.
Release notes
Sourced from
@sveltejs/adapter-cloudflare
's releases.... (truncated)
Changelog
Sourced from
@sveltejs/adapter-cloudflare
's changelog.... (truncated)
Commits
3aecae5
release: exit pre-release mode and create final version for all packages (#8158)27f034f
Version Packages (next) (#8154)f42604a
[breaking] remove warnings/errors about removed/changed APIs (#8019)babc93a
Version Packages (next) (#8143)ccd4b53
[chore] add peerDependencies, add more specific next version (#8141)2e97ac5
Version Packages (next) (#8123)43f94e6
Revert "[fix] set platform to neutral when calling esbuild" (#8122)351fdc5
Version Packages (next) (#8098)ee7cd45
[fix] set platform to neutral for cloudflare build (#8083)36d290d
Version Packages (next) (#8030)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 commands and options
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 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)Bump prettier-plugin-tailwindcss from 0.1.12 to 0.2.1 in /webclient
Bumps prettier-plugin-tailwindcss from 0.1.12 to 0.2.1.
Release notes
Sourced from prettier-plugin-tailwindcss's releases.
Changelog
Sourced from prettier-plugin-tailwindcss's changelog.
Commits
6d6bf64
0.2.1a989bec
Fix support for latest Liquid scripting plugin (#109)e56c0c1
Update CHANGELOG.mdd07e357
Update CHANGELOG.md444032b
Add changelog6d39ddd
0.2.069ddf40
Fix problem with liquid scripting0bbfc3f
Update compatibility message in readme6a1a9d2
v0.2.0-beta.39c4eb78
Merge pull request #102 from tailwindlabs/feature/shopify-liquidMaintainer changes
This version was pushed to npm by thecrypticace, a new releaser for prettier-plugin-tailwindcss since your current version.
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 commands and options
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 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)Bump github.com/gavv/httpexpect/v2 from 2.3.1 to 2.8.0 in /server
Bumps github.com/gavv/httpexpect/v2 from 2.3.1 to 2.8.0.
Commits
213c224
Add unit test of retry support (#179)f9b6383
Add tests for assertion validationcd6431e
Run gofmt92e9399
Fix illformed assertions4e02971
Implement assertion validatione8e9689
Minor improvements in testsb953028
Rename SeverityInfo to SeverityLogeafc878
Add AssertSeverity to FormatData639ab6b
Add test for NotHasPrefixFoldfc5ce88
Fix commentDependabot 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 commands and options
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 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)