1
0
Fork 0
Commit graph

710 commits

Author SHA1 Message Date
github-actions
1a1850bafd [dependabot skip] chore(deps): bumped dependabot/npm_and_yarn/mdx-js/react-2.3.0 changes in config/dependencies.yaml 2023-03-06 05:35:28 +00:00
dependabot[bot]
ecfbb2b26b
chore(deps): bump @mdx-js/react from 2.2.1 to 2.3.0
Bumps [@mdx-js/react](https://github.com/mdx-js/mdx/tree/HEAD/packages/react) from 2.2.1 to 2.3.0.
- [Release notes](https://github.com/mdx-js/mdx/releases)
- [Changelog](https://github.com/mdx-js/mdx/blob/main/changelog.md)
- [Commits](https://github.com/mdx-js/mdx/commits/2.3.0/packages/react)

---
updated-dependencies:
- dependency-name: "@mdx-js/react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-06 05:32:33 +00:00
dependabot[bot]
098bab0388
chore(deps): bump daisyui from 2.47.0 to 2.51.3
Bumps [daisyui](https://github.com/saadeghi/daisyui) from 2.47.0 to 2.51.3.
- [Release notes](https://github.com/saadeghi/daisyui/releases)
- [Changelog](https://github.com/saadeghi/daisyui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/saadeghi/daisyui/compare/v2.47.0...v2.51.3)

---
updated-dependencies:
- dependency-name: daisyui
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-03 05:01:23 +00:00
dependabot[bot]
adb38168ed
chore(deps): bump react-instantsearch-dom from 6.38.3 to 6.39.0
Bumps [react-instantsearch-dom](https://github.com/algolia/instantsearch.js) from 6.38.3 to 6.39.0.
- [Release notes](https://github.com/algolia/instantsearch.js/releases)
- [Commits](https://github.com/algolia/instantsearch.js/compare/react-instantsearch-dom@6.38.3...react-instantsearch-dom@6.39.0)

---
updated-dependencies:
- dependency-name: react-instantsearch-dom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-01 05:01:59 +00:00
Enoch Riese
18d998748d add commit message flag to skip a build. include core in lab build triggers 2023-02-28 12:31:18 -06:00
dependabot[bot]
7c62077cb6
chore(deps): bump tailwindcss from 3.2.4 to 3.2.7
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.2.4 to 3.2.7.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.2.4...v3.2.7)

---
updated-dependencies:
- dependency-name: tailwindcss
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-24 04:29:57 +00:00
dependabot[bot]
06622d481d
chore(deps): bump next-i18next from 13.0.3 to 13.1.4
Bumps [next-i18next](https://github.com/i18next/next-i18next) from 13.0.3 to 13.1.4.
- [Release notes](https://github.com/i18next/next-i18next/releases)
- [Changelog](https://github.com/i18next/next-i18next/blob/master/CHANGELOG.md)
- [Commits](https://github.com/i18next/next-i18next/compare/v13.0.3...v13.1.4)

---
updated-dependencies:
- dependency-name: next-i18next
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-20 05:05:09 +00:00
Enoch Riese
f946c685c3 only change triggers for lab 2023-02-16 12:57:32 -06:00
Enoch Riese
a48ba26698 centralized skip_build script with real working git commands 2023-02-12 16:47:16 -06:00
Enoch Riese
c28891abc3 remote add, not add remote 2023-02-12 16:27:01 -06:00
Enoch Riese
1bb56403ce keep fetching until we get a merge base 2023-02-12 16:23:26 -06:00
Enoch Riese
e1b3f7516b add more logging to see how skip_build is running 2023-02-12 15:01:04 -06:00
Joost De Cock
4a80462154
Merge pull request #3528 from eriese/eriese-ignored-builds
(Fix) Actually working ignored_build script
2023-02-12 09:41:50 +01:00
Enoch Riese
57dc0e929b
Merge pull request #3508 from freesewing/dependabot/npm_and_yarn/next-13.1.6
chore(deps): bump next from 13.1.5 to 13.1.6
2023-02-11 16:24:34 -06:00
Enoch Riese
027fff1f05 fetch develop before checking for differences 2023-02-11 16:18:30 -06:00
Enoch Riese
99e8bb7f10 another git command attempt 2023-02-11 15:08:11 -06:00
Joost De Cock
fb68fe0d7d
Merge pull request #3525 from eriese/eriese-lint-all
(Fix) Lab Builds again after mjs port
2023-02-10 18:38:41 +01:00
Enoch Riese
c410a5258b fix git diff command in skip_build scripts 2023-02-09 22:21:21 -06:00
Enoch Riese
dd4aabc557 fix lab build errors after mjs transition 2023-02-09 21:39:19 -06:00
github-actions
5f266a93e1 [dependabot skip] chore(deps): bumped dependabot/npm_and_yarn/next-13.1.6 changes in config/dependencies.yaml 2023-02-09 18:12:46 +00:00
dependabot[bot]
907ab67101
chore(deps): bump next from 13.1.5 to 13.1.6
Bumps [next](https://github.com/vercel/next.js) from 13.1.5 to 13.1.6.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v13.1.5...v13.1.6)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-09 18:09:59 +00:00
joostdecock
5899e890f9 chore: more linter warnings 2023-02-07 19:53:43 +01:00
joostdecock
86aa0f20da chore: linter issues 2023-02-05 19:58:25 +01:00
joostdecock
c894deb912 Merge branch 'develop' into joost 2023-02-05 19:20:00 +01:00
joostdecock
abf3b9ac1a wip(lab): More changes for mjs/named exports 2023-02-05 19:09:46 +01:00
joostdecock
d6d8c6f122 fix(lab): Fixed lab after moving to esm and named exports 2023-02-05 17:59:22 +01:00
Joost De Cock
9321de0d7f
Merge pull request #3512 from eriese/eriese-ignored-builds
(Feature) Refine skip build logic to build relevant pull requests
2023-02-03 18:35:58 +01:00
Enoch Riese
3c49edef80 (chore): update dependencies to match package.jsons and scripts to run next directly 2023-02-02 17:38:49 -06:00
Enoch Riese
a1cc978207 refine skip build logic to build relevant pull requests 2023-02-02 11:46:31 -06:00
joostdecock
59708f534d wip(lab): Work on porting lab/workbenck to named exports 2023-01-29 18:57:24 +01:00
Joost De Cock
d5fe55657a
Merge pull request #3469 from freesewing/dependabot/npm_and_yarn/next-13.1.5
chore(deps): bump next from 13.1.3 to 13.1.5
2023-01-24 18:46:23 +01:00
dependabot[bot]
5e25eac2a5
chore(deps-dev): bump eslint-config-next from 13.1.2 to 13.1.5
Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 13.1.2 to 13.1.5.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v13.1.5/packages/eslint-config-next)

---
updated-dependencies:
- dependency-name: eslint-config-next
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-24 04:35:32 +00:00
dependabot[bot]
f62e8dc3dd
chore(deps): bump next from 13.1.3 to 13.1.5
Bumps [next](https://github.com/vercel/next.js) from 13.1.3 to 13.1.5.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v13.1.3...v13.1.5)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-24 04:25:48 +00:00
Joost De Cock
f012ec7304
Merge pull request #3456 from freesewing/dependabot/npm_and_yarn/next-13.1.3
chore(deps): bump next from 13.1.1 to 13.1.3
2023-01-20 19:14:11 +01:00
dependabot[bot]
2e6196e46b
chore(deps): bump react-markdown from 8.0.4 to 8.0.5
Bumps [react-markdown](https://github.com/remarkjs/react-markdown) from 8.0.4 to 8.0.5.
- [Release notes](https://github.com/remarkjs/react-markdown/releases)
- [Changelog](https://github.com/remarkjs/react-markdown/blob/main/changelog.md)
- [Commits](https://github.com/remarkjs/react-markdown/compare/8.0.4...8.0.5)

---
updated-dependencies:
- dependency-name: react-markdown
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-20 05:14:45 +00:00
dependabot[bot]
02f7770d34
chore(deps): bump next from 13.1.1 to 13.1.3
Bumps [next](https://github.com/vercel/next.js) from 13.1.1 to 13.1.3.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v13.1.1...v13.1.3)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-20 05:01:32 +00:00
Joost De Cock
3e60c57bd0
Merge pull request #3451 from freesewing/dependabot/npm_and_yarn/daisyui-2.47.0
chore(deps): bump daisyui from 2.46.1 to 2.47.0
2023-01-19 17:38:00 +01:00
Joost De Cock
9f9b937686
Merge pull request #3453 from freesewing/dependabot/npm_and_yarn/eslint-config-next-13.1.2
chore(deps-dev): bump eslint-config-next from 13.1.1 to 13.1.2
2023-01-19 17:37:43 +01:00
dependabot[bot]
2f13774242
chore(deps): bump react-instantsearch-dom from 6.38.2 to 6.38.3
Bumps [react-instantsearch-dom](https://github.com/algolia/instantsearch.js) from 6.38.2 to 6.38.3.
- [Release notes](https://github.com/algolia/instantsearch.js/releases)
- [Commits](https://github.com/algolia/instantsearch.js/compare/react-instantsearch-dom@6.38.2...react-instantsearch-dom@6.38.3)

---
updated-dependencies:
- dependency-name: react-instantsearch-dom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-19 04:21:52 +00:00
dependabot[bot]
845f133f33
chore(deps-dev): bump eslint-config-next from 13.1.1 to 13.1.2
Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 13.1.1 to 13.1.2.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v13.1.2/packages/eslint-config-next)

---
updated-dependencies:
- dependency-name: eslint-config-next
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-19 04:17:43 +00:00
dependabot[bot]
4c8947418a
chore(deps): bump daisyui from 2.46.1 to 2.47.0
Bumps [daisyui](https://github.com/saadeghi/daisyui) from 2.46.1 to 2.47.0.
- [Release notes](https://github.com/saadeghi/daisyui/releases)
- [Changelog](https://github.com/saadeghi/daisyui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/saadeghi/daisyui/compare/v2.46.1...v2.47.0)

---
updated-dependencies:
- dependency-name: daisyui
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-19 04:13:39 +00:00
dependabot[bot]
1414a248de
Bump @tailwindcss/typography from 0.5.0 to 0.5.9
Bumps [@tailwindcss/typography](https://github.com/tailwindcss/typography) from 0.5.0 to 0.5.9.
- [Release notes](https://github.com/tailwindcss/typography/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss-typography/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tailwindcss/typography/compare/v0.5.0...v0.5.9)

---
updated-dependencies:
- dependency-name: "@tailwindcss/typography"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-18 04:02:46 +00:00
Joost De Cock
f1b9fd5bc0 chore: Dependency updates 2023-01-16 19:09:18 +01:00
Joost De Cock
d0574e69e3 Merge branch 'BenJamesBen-dev-lab-title-tags' into develop 2023-01-12 11:34:32 +01:00
joostdecock
7f74f45c45 Chore: Update version number 2023-01-09 20:46:04 +01:00
Benjamin F
6ae6c5cb3a fix(lab): Move defined check to correct variable 2023-01-08 22:58:22 -08:00
Benjamin F
c4649d05d1 fix(lab): Check for defined before using name variable 2023-01-08 22:51:19 -08:00
Benjamin F
9b22375090 fix(dev,lab): Add <title> tags to HTML pages 2023-01-08 22:21:35 -08:00
Joost De Cock
bb02388e33 fix: Include reconfigure in buildall step 2023-01-05 17:05:37 +01:00
Joost De Cock
97fc14b97e chore: Dependecy updates 2023-01-04 13:03:44 +01:00