-
Notifications
You must be signed in to change notification settings - Fork 12.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the typescript-3.3.3333 npm package, two dotfiles accidentally? included #30077
Comments
Ugh. Okay, so two things:
|
Correction, |
FYI: this is breaking Jenkins projects which have the "Clean before checkout" option enabled because it tries to delete such repo:
|
Hi, We are having the same issue with release 2.7.2. We are not planning to updgrae to Typescript 3. Can you help us with this? |
Up grade to git 2+ solved our problem |
The 3.3.3333 version package is still on npm as the most recent version. It's still breaking things, can we get a release of 3.3.3334 please. |
I would say as a workaround just stick to 3.3.3 since the differences are minimal. We'll also have 3.4.0-rc out tomorrow if that works. |
How can this still not be fixed? Ran into problems now. |
@DanielRosenwasser that's not really how npm packages & semver works - by default 3.3.3333 is being installed instead because it's the highest patch version. Please publish 3.3.3334 without the .git directory to resolve this issue, it would be super helpful and should only take a few minutes. |
@metanest You can use @DanielRosenwasser It seems that npm's default ignore list is not always respected. I submitted a PR but there has been little movement 🤷♂️ npm/npm-packlist#14 (comment) |
|
Apparently Azure Pipelines allows us to create a tarball we can easily try out prior to a publish. I believe @weswigham set this up for us but I'm not sure what he used. |
@typescript-bot pack this (in a PR) |
The versioning seems to be going all over the place, even after the initial backlash. Can we please stick to incrementing versions by one please? |
It would be great if we could just have TS v1237 (that's the number of versions we have published to npm) and drop the idea that the major, minor, or patch releases have strong reasoning behind them. Sadly, adoption of the monotonically increasing build number scheme is difficult in the node community, since the semver default makes people wary of "major" revisions. (Yeah, I know you meant patch - but we've never actually consistently issued a consecutive series for the patch number - minimally we usually skip |
TypeScript Version: 3.3.3333
Search Terms: gitdir shared worktrees TypeScript3
Code (shell conversation)
Expected behavior: These two files wouldn't be included.
Actual behavior:
Playground Link:
Related Issues: #30032
The text was updated successfully, but these errors were encountered: