Skip to content
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

Update node dependencies and workflow actions #183

Open
josecelano opened this issue Apr 28, 2022 · 14 comments · Fixed by #212, #232, #256, #265 or #267
Open

Update node dependencies and workflow actions #183

josecelano opened this issue Apr 28, 2022 · 14 comments · Fixed by #212, #232, #256, #265 or #267

Comments

@josecelano
Copy link
Member Author

Today we had a meeting and we agreed on reusing the same issue to update node dependencies when they can be upgraded without changes or conflicts.

We can use this issue.

I would add that we should prioritize security updates and try to do them asap. For other updates, we could do it once or twice a week.

@Nautilus-Cyberneering/git-queue-team

@josecelano josecelano pinned this issue Apr 29, 2022
@josecelano josecelano linked a pull request May 17, 2022 that will close this issue
@josecelano josecelano reopened this Jun 1, 2022
josecelano added a commit to josecelano/git-queue that referenced this issue Jun 1, 2022
@josecelano josecelano linked a pull request Jun 1, 2022 that will close this issue
josecelano added a commit to josecelano/git-queue that referenced this issue Jun 1, 2022
josecelano added a commit to josecelano/git-queue that referenced this issue Jun 7, 2022
@josecelano josecelano linked a pull request Jun 7, 2022 that will close this issue
@josecelano josecelano reopened this Jun 8, 2022
josecelano added a commit to josecelano/git-queue that referenced this issue Jun 8, 2022
@josecelano josecelano linked a pull request Jun 8, 2022 that will close this issue
josecelano added a commit to josecelano/git-queue that referenced this issue Jun 9, 2022
@josecelano josecelano linked a pull request Jun 9, 2022 that will close this issue
@josecelano josecelano reopened this Jun 15, 2022
@josecelano
Copy link
Member Author

I find this command useful to get the current version installed for a package:

yarn info --json <package-name> | jq .data.version

josecelano added a commit to josecelano/git-queue that referenced this issue Jun 15, 2022
- Bump @types/node from 17.0.41 to 17.0.43
- Bump prettier from 2.6.2 to 2.7.0
- Bump @typescript-eslint/parser from 5.27.1 to 5.28.0
@josecelano josecelano linked a pull request Jun 15, 2022 that will close this issue
@josecelano
Copy link
Member Author

I find this command useful to get the current version installed for a package:

yarn info --json <package-name> | jq .data.version

I was wrong. That's the latest version.

I have not found a better way to get the currently installed version than this:

cat yarn.lock | grep @types/node@
cat yarn.lock | grep PACKAGE_NAME@

https://stackoverflow.com/questions/60454251/how-to-know-the-version-of-currently-installed-package-from-yarn-lock

josecelano added a commit to josecelano/git-queue that referenced this issue Jul 25, 2022
josecelano added a commit to josecelano/git-queue that referenced this issue Jul 25, 2022
@josecelano josecelano linked a pull request Jul 25, 2022 that will close this issue
@josecelano josecelano changed the title Update node dependencies Update node dependencies and workflow actions Jul 26, 2022
josecelano added a commit to josecelano/git-queue that referenced this issue Jul 26, 2022
@josecelano josecelano linked a pull request Jul 26, 2022 that will close this issue
josecelano added a commit to josecelano/git-queue that referenced this issue Jul 26, 2022
josecelano added a commit that referenced this issue Oct 24, 2022
josecelano added a commit that referenced this issue Oct 24, 2022
7be1aec fix: [#183] update gh actions (Jose Celano)

Pull request description:

Top commit has no ACKs.

Tree-SHA512: e77ea0e316d167d49c2b377ecb48ad9d87003a94ea44ff4ba74ed9c0756cb0e7c2bafa8ab4f4303b31d8c776b6212b53cc6eeb2b4c181be1222c409be4760233
@josecelano josecelano linked a pull request Oct 24, 2022 that will close this issue
josecelano added a commit that referenced this issue Oct 24, 2022
5864d80 fix: [#183] update node dependencies (Jose Celano)

Pull request description:

  Update node dependencies:

  - #368
  - #367
  - #365
  - #363
  - #341
  - #317

Top commit has no ACKs.

Tree-SHA512: 8de64037268e125fe7c19a7b4cf5950b4a7a62ed669abd43bbf88c41560b1471c79aabde3247ce83737618d2749ab190976a31c267e7d12e3828dea97739d615
josecelano added a commit that referenced this issue Oct 24, 2022
5864d80 fix: [#183] update node dependencies (Jose Celano)
7be1aec fix: [#183] update gh actions (Jose Celano)
8cf3e00 fix: [#369] megalinter djlint errors (Jose Celano)
1a40390 fix: [#369] megalinter copypaste errors (Jose Celano)

Pull request description:

ACKs for top commit:
  da2ce7:
    ACK 3974a18

Tree-SHA512: 8de64037268e125fe7c19a7b4cf5950b4a7a62ed669abd43bbf88c41560b1471c79aabde3247ce83737618d2749ab190976a31c267e7d12e3828dea97739d615
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment