Skip to content

build(deps): bump typed-rest-client from 1.8.11 to 2.0.0 #991

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

Merged
merged 3 commits into from
Jun 12, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 11, 2024

Bumps typed-rest-client from 1.8.11 to 2.0.0.

Release notes

Sourced from typed-rest-client's releases.

Release v2.0.0

IMPORTANT NOTE: Starting from version 2.0.0 the package requires node version 16 and upper.

Version changes:

  • Update autoAssignABTT.yml workflow (#352) (2023-03-15)
  • Update azure devops pipeline and fix tests (#357) (2023-06-27)
  • Add publish stage to pipeline (#358) (2023-06-28)
  • Add pool to Publish_package job (#359) (2023-06-28)
  • Add publishToNpm parameter (#360) (2023-06-28)
  • Add release notes automatization (#365) (2023-11-30)
  • Update github workflows to avoid issues with GITHUB_TOKEN (#366) (2024-01-26)
  • 1ES Pipelines Template Adoption (#367) (2024-02-12)
  • 1ES Migration (#369) (2024-03-08)
  • Fix CG for typed-rest-client (#370) (2024-06-04)
Commits
Maintainer changes

This version was pushed to npm by edergachev, a new releaser for typed-rest-client since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [typed-rest-client](https://github.com/Microsoft/typed-rest-client) from 1.8.11 to 2.0.0.
- [Release notes](https://github.com/Microsoft/typed-rest-client/releases)
- [Commits](microsoft/typed-rest-client@v1.8.11...v2.0.0)

---
updated-dependencies:
- dependency-name: typed-rest-client
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the topic: infrastructure Related to project infrastructure label Jun 11, 2024
per1234 added 2 commits June 11, 2024 18:47
GitHub downloads each action run in a workflow during runtime and executes it as a complete package of code before you
can use workflow commands like run to interact with the runner machine. This means that we must provide all JavaScript
package dependencies as part of the distributed action in order for it to be usable in workflows.

A naive approach to doing this is checking in the `node_modules` folder. However, this approach results in a huge amount
of frequently changing external content being included in the repository, much of which is not even part of the executed
program.

A far better approach is to use the excellent ncc tool to compile the program, including all the relevant code from the
dependencies, into a single file.

We use a "continuous packaging" approach, where the packaged action code that is generated via ncc is always kept in
sync with the development source code and dependencies. This allows a beta version of the action to be easily used in
workflows by beta testers or those who need changes not in the release simply by using the name of the branch as the
action ref (e.g., `uses: arduino/arduino-lint-action@main` will cause the version of the action from the tip of the
`main` branch to be used by the workflow run).

The update of the package dependency results in a change to the packaged code, so the packaging is here updated
accordingly.
@per1234 per1234 self-assigned this Jun 12, 2024
Copy link
Contributor

@per1234 per1234 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I investigated the failing test workflow runs on the macOS runner and found they also occur at the tip of the main branch, so are unrelated to the change proposed here.

@per1234 per1234 merged commit 0ab8f61 into main Jun 12, 2024
42 of 49 checks passed
@per1234 per1234 deleted the dependabot/npm_and_yarn/typed-rest-client-2.0.0 branch June 12, 2024 01:57
@per1234 per1234 added the type: enhancement Proposed improvement label Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: infrastructure Related to project infrastructure type: enhancement Proposed improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant