aboutsummaryrefslogtreecommitdiffstats
path: root/src/packages/svelte (follow)
Commit message (Collapse)AuthorAgeFilesLines
* build(deps-dev): bump the nodejs-dependencies group with 3 updatesdependabot[bot]10 days1-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps the nodejs-dependencies group with 3 updates: [globals](https://github.com/sindresorhus/globals), [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node). Updates `globals` from 15.11.0 to 15.12.0 - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](https://github.com/sindresorhus/globals/compare/v15.11.0...v15.12.0) Updates `typescript-eslint` from 8.12.2 to 8.13.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.13.0/packages/typescript-eslint) Updates `@types/node` from 22.8.6 to 22.8.7 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: globals dependency-type: direct:development update-type: version-update:semver-minor dependency-group: nodejs-dependencies - dependency-name: typescript-eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: nodejs-dependencies - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: nodejs-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
* build(deps-dev): bump the nodejs-dependencies group with 2 updatesdependabot[bot]13 days1-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps the nodejs-dependencies group with 2 updates: [eslint](https://github.com/eslint/eslint) and [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit). Updates `eslint` from 9.13.0 to 9.14.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v9.13.0...v9.14.0) Updates `@sveltejs/kit` from 2.7.3 to 2.7.4 - [Release notes](https://github.com/sveltejs/kit/releases) - [Changelog](https://github.com/sveltejs/kit/blob/main/packages/kit/CHANGELOG.md) - [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/kit@2.7.4/packages/kit) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: nodejs-dependencies - dependency-name: "@sveltejs/kit" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: nodejs-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
* bump depsMatt Strapp2024-10-311-1/+1
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* npm: syncpackMatt Strapp2024-10-311-1/+1
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* *cries in prettier*Matt Strapp2024-10-311-1/+1
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* docs: a lot of themMatt Strapp2024-10-311-4/+5
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* refactor: Update eslint configurationMatt Strapp2024-10-311-4/+1
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* js: Migrate to ESLint 9Matt Strapp2024-10-314-94/+84
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* feat: Svelte (#34)Matthew Strapp2024-10-3017-0/+263
* feat: Svelte Signed-off-by: Matt Strapp <matt@mattstrapp.net> * oopsie Signed-off-by: Matt Strapp <matt@mattstrapp.net> * add docs Signed-off-by: Matt Strapp <matt@mattstrapp.net> * dev dependency Signed-off-by: Matt Strapp <matt@mattstrapp.net> * Lint Signed-off-by: Matt Strapp <matt@mattstrapp.net> * CI: Check formatting Signed-off-by: Matt Strapp <matt@mattstrapp.net> * Add line ending thingy Signed-off-by: Matt Strapp <matt@mattstrapp.net> * Update prettier and typescript versions in package.json Signed-off-by: Matt Strapp <matt@mattstrapp.net> --------- Signed-off-by: Matt Strapp <matt@mattstrapp.net>