aboutsummaryrefslogtreecommitdiff
path: root/scripts (follow)
AgeCommit message (Collapse)AuthorFilesLines
2024-08-20Remove unused code in internal scripts (#11769)Gravatar Bjorn Lu 10-616/+46
2024-08-14Use node parseArgs instead of yargs-parser and arg (#11645)Gravatar Bjorn Lu 2-32/+35
* wip * done * Add changeset * Format * Update * Fix houston * Fix test * Fix test
2024-08-07Remove tsconfig-resolver from repo (#11642)Gravatar Bjorn Lu 2-19/+11
2024-08-02Remove more unused code (#11598)Gravatar Bjorn Lu 1-1/+2
2024-07-31fix(deps): update all non-major dependencies (#11565)Gravatar renovate[bot] 1-1/+1
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-17Fix smoke tests (#11484)Gravatar Matthew Phillips 1-1/+1
2024-07-17fix(deps): update dependency p-limit to v6 (#11427)Gravatar renovate[bot] 1-1/+1
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-01fix(deps): update all non-major dependencies (#11383)Gravatar renovate[bot] 1-1/+1
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2024-06-24fix(deps): update all non-major dependencies (#11318)Gravatar renovate[bot] 1-1/+1
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2024-06-11fix(deps): update all non-major dependencies (#11222)Gravatar renovate[bot] 1-2/+2
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-30fix(deps): update all non-major dependencies (#11151)Gravatar renovate[bot] 1-3/+3
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2024-05-13fix(deps): update all non-major dependencies (#11015)Gravatar renovate[bot] 1-1/+1
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2024-05-13chore(deps): update dependency @octokit/action to v7 (#11016)Gravatar renovate[bot] 1-1/+1
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-09chore(deps): update all non-major dependencies (#10958)Gravatar renovate[bot] 1-3/+3
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2024-05-01Fix typos (#10923)Gravatar Viktor Szépe 1-1/+1
2024-04-24feat(toolbar): Toolbar API improvements (#10665)Gravatar Erika 1-1/+3
* feat(toolbar): Add a `astro:toolbar` module * fix: use entrypoint * feat: add new shape for defining toolbar apps * fix: types * feat(toolbar): Add helpers features (#10667) * feat(toolbar): Add helpers features * fix: consistent payloads and naming * chore: changeset * nit: rename eventTarget to app * feat: add server-side helpers * test: update test to use new APIs * fix: types * nit: erikaaaaa * feat: add new event * Update .changeset/khaki-pianos-burn.md * test: use data to create text * Apply suggestions from code review Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev> * nit: use diff * nit: documentation effort * test: fix --------- Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev> * nit: small changes to helpers * nit: update changeset * fix: move to astro/toolbar for building purposes * feat(toolbar): Add a toolbar example (#10793) * feat: add a toolbar starter * test: skip examples that are not Astro projects * nit: small changes * feat: setup for build step * fix: add to devdep * docs: add commands to README * fix: reorder classes to make more sense * fix: add improvements from recipe * Apply suggestions from code review Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> --------- Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2024-04-22chore(deps): update all non-major dependencies (#10833)Gravatar renovate[bot] 1-6/+6
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2024-04-20Update major deps (#10823)Gravatar Bjorn Lu 2-2/+2
2024-04-10feat(i18n): manual routing (#10193)Gravatar Emanuele Stoppa 1-1/+1
* feat(i18n): manual routing * one more function * different typing * tests * fix merge * throw error for missing middleware * rename function * fix conflicts * lock file update * fix options, error thrown and added tests * rebase * add tests * docs * lock file black magic * increase timeout? * fix regression * merge conflict * add changeset * chore: apply suggestions * apply suggestion * Update .changeset/little-hornets-give.md Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com> * chore: address feedback * fix regression of last commit * update name * add comments * fix regression * remove unused code * Apply suggestions from code review Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * chore: update reference * Update packages/astro/src/@types/astro.ts Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * chore: improve types * fix regression in tests * apply Sarah's suggestion --------- Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2024-03-07[ci] formatGravatar Nate Moore 1-13/+16
2024-03-07Adds `create-astro` fallback values for package versions (#10255)Gravatar Nate Moore 1-4/+47
* fix(create-astro): add fallback when registry fails to return the current package version * feat(create-astro): inline most current package versions as fallback * test(create-astro): update typescript tests to check for undefined * test(create-astro): properly reset fixtures * refactor: read dependencies from workspace root * refactor: error on missing values
2024-02-14feat(audits): Add initial perf audits (#10015)Gravatar Erika 1-10/+32
* feat(audits): Add initial perf audits * feat(audits): Setup dev astro-island * fix(audits): Don't take scroll into account when getting an element's position * nit: lint * Fix tests * chore: changeset * maybe: Move this.hydrator outside the perf check * Update packages/astro/e2e/dev-toolbar.test.js Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> * address feedback * address feedback --------- Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
2024-02-12ci: increase node timeout (#10089)Gravatar Emanuele Stoppa 1-1/+1
2024-02-08test: increase timeout (#10054)Gravatar Erika 1-1/+1
2024-02-01Exit code 1 if node:test fail (#9928)Gravatar Bjorn Lu 1-0/+5
2024-01-25chore(@astrojs/node): use Node.js for testing (#9758)Gravatar Emanuele Stoppa 1-0/+17
* chore(@astrojs/node): use Node.js for testing * revert file * address feedback * feedback * Run tests in a single process (#9823) * Run tests in a single process * Make test less flaky * chore: remove module --------- Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
2024-01-23chore(ci): fix release announcement script (#9796)Gravatar Nate Moore 1-175/+0
2024-01-12Use node:test and node:assert/strict (#9649)Gravatar Bjorn Lu 2-0/+56
2024-01-11Fix discord fetch code (#9663)Gravatar Bjorn Lu 1-2/+2
2024-01-08[ci] formatGravatar Nate Moore 1-3/+3
2024-01-08Fix Discord release message (#9626)Gravatar Nate Moore 1-3/+19
* Fix Discord release message * chore: simplify discord webhook handling
2024-01-04Fix ts errors for component template (#9602)Gravatar Bjorn Lu 1-1/+9
2023-12-27Enable source map on dev builds (#9465)Gravatar Luiz Ferraz 1-0/+1
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-12-27[ci] formatGravatar Houston (Bot) 1-1/+1
2023-11-21Update all dependencies (#9138)Gravatar Bjorn Lu 1-4/+4
Co-authored-by: delucis <delucis@users.noreply.github.com>
2023-11-09Content Collection cache (experimental) (#8854)Gravatar Nate Moore 1-1/+1
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> Co-authored-by: Matthew Phillips <matthew@skypack.dev>
2023-08-24Update breaking dependencies (#8201)Gravatar Bjorn Lu 1-5/+5
2023-08-23Update non-major dependencies (#8199)Gravatar Bjorn Lu 1-2/+2
2023-08-08feat: remove webapi in favor of a smaller polyfill (#7840)Gravatar Erika 3-9/+2
* feat: remove webapi in favor of a smaller polyfill * test: remove old test * test: 🤦‍♀️ * chore: changeset
2023-08-08Remove support for Node 16 (#7780)Gravatar Erika 2-2/+2
2023-08-04chore: fix issue in the check.js script (#7965)Gravatar Emanuele Stoppa 1-26/+29
2023-07-18nit: use `node:` prefix everywhere (#7692)Gravatar Erika 6-13/+12
* nit: use `node:` prefix everywhere * nit: fs/promises too * test: workaround issue in node builtin detection
2023-06-21Update safe dependencies (#7430)Gravatar Bjorn Lu 1-4/+4
2023-06-20Fix up `pnpm dev` (#7424)Gravatar Ben Holmes 1-1/+3
* feat: use persistent per turbo recs * feat: preserve types yay * fix: *actually* solve problem * fix: type failures from content types template * fix: bad JS doc comments * fix: bad src/content/template path * chore: changeset --------- Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-06-12Update example dependencies versions with a script (#7367)Gravatar Bjorn Lu 1-0/+74
2023-06-06Fix nested astro-island hydration race condition (#7197)Gravatar Bjorn Lu 1-0/+1
2023-06-02Run example check in parallel with 5 at most (#7275)Gravatar Bjorn Lu 2-5/+14
2023-05-17Implement custom client directives (#7074)Gravatar Bjorn Lu 1-4/+34
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-04-28chore: cleanup root and scripts dependencies (#6871)Gravatar Han Yeong-woo 1-1/+3
2023-03-20[ci] formatGravatar bholmesdev 1-1/+1