1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-02-25 10:08:29 +00:00
Commit Graph

52 Commits

Author SHA1 Message Date
Daniel Roe
e11d55a492 ci: fetch git history 2023-03-03 10:45:47 +00:00
Daniel Roe
171288586d chore: add branch to edge release script 2023-03-03 10:34:47 +00:00
Daniel Roe
f3c82d5797
chore: bump edge version based on commits () 2023-03-02 08:57:55 -08:00
Daniel Roe
3c715ac729
chore: include central readme/licence when publishing individual packages () 2023-01-23 16:53:59 +00:00
Mehdi HosseinZade
2af6cc84db
docs: update links to nuxt.com () 2023-01-21 23:39:43 +00:00
pooya parsa
d991a55ec3
v3.0.0 ()
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
2022-11-16 15:56:11 +01:00
pooya parsa
b49f2a8147
refactor: update unjs dependencies to stable v1 () 2022-11-15 15:33:43 +01:00
Pooya Parsa
c1ab262ea0 publish with pnpm 2022-10-17 15:35:36 +02:00
Pooya Parsa
c8ca7fa3b4 fix edge release script 2022-10-17 15:04:43 +02:00
Daniel Roe
74a90c566c
chore: use pnpm for framework monorepo ()
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-10-17 12:10:05 +02:00
Daniel Roe
45fd722dc1
docs: fix more redirect issues () 2022-10-07 22:39:38 +02:00
Yaël Guilloux
dc47c64f14
docs: use nuxt 3 and website theme ()
Co-authored-by: Daniel Roe <daniel@roe.dev>
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
Co-authored-by: Pooya Parsa <pooya@pi0.io>
Co-authored-by: pooya parsa <pyapar@gmail.com>
Co-authored-by: Clément Ollivier <clement.o2p@gmail.com>
2022-10-06 11:15:30 +02:00
Daniel Roe
c11630328d
ci(crawl): ignore <a> links without hrefs ()
Co-authored-by: Alexander Lichter <github@lichter.io>
2022-10-03 15:38:06 +02:00
Daniel Roe
7685c5948f
ci: crawl docs site for new deployments to track broken links () 2022-09-13 18:06:15 +02:00
pooya parsa
612580d633
chore: bump rc version for edge versions () 2022-08-31 21:17:42 +02:00
pooya parsa
ec7e54c835
build(nuxt): use latest nitropack-edge on release () 2022-08-30 10:40:09 +02:00
Anthony Fu
9db2229f70
refactor: enable strict type checking everywhere () 2022-08-26 17:47:29 +02:00
pooya parsa
3960f513c3
v3.0.0-rc.8 () 2022-08-12 15:35:33 +02:00
Pooya Parsa
f6c31b1aaf build: bump npm version for release scripts 2022-08-11 14:41:10 +02:00
pooya parsa
0cd4349b0d
build: use npm@8.10.0 to publish packages () 2022-08-11 14:27:40 +02:00
pooya parsa
5ea0474225
v3.0.0-rc.7 () 2022-08-11 12:40:11 +02:00
Anthony Fu
b4b98041f0
fix(kit, nuxt): always sort globby results () 2022-07-21 12:46:50 +02:00
pooya parsa
a8d42d586f
v3.0.0-rc.2 () 2022-05-02 22:47:05 +02:00
Pooya Parsa
1cb22fc7de chore: disable lerna tag 2022-04-20 23:01:25 +02:00
Pooya Parsa
98586bcf25 build(scripts): update release-rc
spoiler: releasing `3.0.0-rc.0` to ensure everything goes well :p
2022-04-20 14:48:58 +02:00
Pooya Parsa
b82c6e3e96 chore: add release-rc script 2022-04-20 13:18:15 +02:00
Pooya Parsa
573f87edf9 build(scripts): add canonical _name to edge packages 2022-04-20 12:33:33 +02:00
pooya parsa
24923db992
chore: update and cleanup workspace ()
* fix(test-utils): resolve nuxi locally
2022-04-20 12:19:30 +02:00
pooya parsa
4712e99411
refactor!: rename nuxt3 to nuxt () 2022-04-20 10:52:39 +02:00
Daniel Roe
e0b2a3bfe4
chore: use node: prefix for built-in modules () 2022-04-15 17:19:05 +02:00
renovate[bot]
4de167e246
chore(deps): update dependency globby to v12 () 2022-01-13 19:21:49 +01:00
Anthony Fu
59e5cfea39
docs: add Stackblitz links for examples () 2022-01-07 10:51:01 +01:00
pooya parsa
6329a681e4
refactor: migrate from upath to pathe () 2021-09-27 14:49:36 +02:00
Pooya Parsa
709c7b1912 fix release script 2021-08-11 23:02:01 +02:00
pooya parsa
ee0163c273
refactor: merge modules to nuxt3 () 2021-08-11 22:28:38 +02:00
Anthony Fu
c2e96d0b24
refactor: move modules under modules/ () 2021-08-11 19:12:21 +02:00
pooya parsa
084b4e2123
refactor: rename nuxt-cli to nuxi () 2021-08-10 19:37:03 +02:00
Pooya Parsa
ee8eaef7ab chore: update release-edge script 2021-07-29 16:13:10 +02:00
pooya parsa
6318438415
feat(nitro, vite): use native module ()
Co-authored-by: Daniel Roe <daniel@roe.dev>
2021-07-15 11:38:06 +02:00
Daniel Roe
0a3041cdf9
fix: allow use of nuxt3 in non-wsl windows environment () 2021-07-12 12:54:24 +02:00
pooya parsa
fb08be37e2
chore: edge release on each commit () 2021-07-01 14:58:27 +02:00
pooya parsa
8f3b6a245c
test: use esbuild for jest transforms ()
Co-authored-by: Daniel Roe <daniel@roe.dev>
2021-06-30 12:39:22 +02:00
pooya parsa
a030c62d29
feat: initial version of nu cli () 2021-04-09 17:52:45 +02:00
pooya parsa
c351574043
chore: update build scripts () 2021-04-09 15:48:39 +02:00
Daniel Roe
2db79adfb8
chore(nuxt3): add more types ()
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2021-04-05 00:15:34 +02:00
pooya parsa
ef2f9993cb
chore: switch to berry () 2021-04-04 16:22:40 +02:00
pooya parsa
b3f3dc94f3
feat: module utils and improvements () 2021-04-02 13:47:01 +02:00
Pooya Parsa
1b9edfafb9 chore: build script improvements and fixes 2021-03-30 13:14:35 +02:00
Pooya Parsa
c9347e3f5b feat: create nu cli 2021-03-28 23:12:37 +02:00
Pooya Parsa
c95d88c6cb refactor: externalize @nuxt/app 2021-03-28 22:49:05 +02:00