-
-
Notifications
You must be signed in to change notification settings - Fork 30
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 all dependencies and allowed-endpoints in CI, CD, Scorecards workflows #116
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
force-pushed
the
renovate/all
branch
4 times, most recently
from
February 9, 2023 00:56
45bc4cb
to
72c747f
Compare
renovate
bot
force-pushed
the
renovate/all
branch
2 times, most recently
from
February 14, 2023 01:59
4f9e600
to
9f11c40
Compare
renovate
bot
force-pushed
the
renovate/all
branch
6 times, most recently
from
February 27, 2023 15:54
1e287a5
to
f1b267e
Compare
renovate
bot
force-pushed
the
renovate/all
branch
2 times, most recently
from
March 1, 2023 10:01
48f4da2
to
91181ec
Compare
renovate
bot
force-pushed
the
renovate/all
branch
6 times, most recently
from
March 15, 2023 21:09
ab94de6
to
ccde9f4
Compare
renovate
bot
force-pushed
the
renovate/all
branch
from
March 16, 2023 16:12
ccde9f4
to
ddb2c9c
Compare
renovate
bot
force-pushed
the
renovate/all
branch
3 times, most recently
from
March 30, 2023 00:15
445edb4
to
70bc99f
Compare
renovate
bot
force-pushed
the
renovate/all
branch
from
April 17, 2023 10:55
70bc99f
to
972b78e
Compare
renovate
bot
force-pushed
the
renovate/all
branch
3 times, most recently
from
June 3, 2023 02:19
3e5fd5f
to
082491c
Compare
renovate
bot
force-pushed
the
renovate/all
branch
2 times, most recently
from
June 9, 2023 15:06
3bb3f64
to
a18e81b
Compare
renovate
bot
force-pushed
the
renovate/all
branch
3 times, most recently
from
December 22, 2023 04:03
3e8a57c
to
de62dd0
Compare
renovate
bot
force-pushed
the
renovate/all
branch
2 times, most recently
from
January 12, 2024 18:42
890115c
to
94b697b
Compare
renovate
bot
force-pushed
the
renovate/all
branch
3 times, most recently
from
January 23, 2024 19:01
b7d8b00
to
9fb2cd6
Compare
renovate
bot
force-pushed
the
renovate/all
branch
2 times, most recently
from
January 31, 2024 01:01
68c59e0
to
9fac019
Compare
renovate
bot
force-pushed
the
renovate/all
branch
3 times, most recently
from
February 7, 2024 06:54
40a8932
to
88cb8d1
Compare
renovate
bot
force-pushed
the
renovate/all
branch
2 times, most recently
from
February 15, 2024 12:50
e78c044
to
e553331
Compare
renovate
bot
force-pushed
the
renovate/all
branch
4 times, most recently
from
February 26, 2024 15:36
da92fb4
to
0a2fa4b
Compare
miguelnietoa
force-pushed
the
renovate/all
branch
from
February 26, 2024 19:41
0a2fa4b
to
c972af2
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
miguelnietoa
approved these changes
Feb 26, 2024
miguelnietoa
changed the title
Update all dependencies
Update all dependencies and allowed-endpoints in CI, CD, Scorecards workflows
Feb 26, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^5.9.0
->^6.0.0
v3.3.0
->v4.1.1
v3.6.0
->v4.0.2
v3.1.2
->v4.3.1
3284643
->c203f01
8.31.0
->8.57.0
v2.1.37
->v3.24.5
v2.1.2
->v2.3.1
v2.1.0
->v2.7.0
Release Notes
testing-library/jest-dom (@testing-library/jest-dom)
v6.4.2
Compare Source
Bug Fixes
v6.4.1
Compare Source
Bug Fixes
TestingLibraryMatchers
from "./matchers" (#576) (dd1c4dd)v6.4.0
Compare Source
Features
v6.3.0
Compare Source
Features
v6.2.1
Compare Source
Bug Fixes
v6.2.0
Compare Source
Features
v6.1.6
Compare Source
Bug Fixes
v6.1.5
Compare Source
Bug Fixes
v6.1.4
Compare Source
Bug Fixes
@adobe/css-tools
to4.3.1
to address vulnerability (#532) (44f1eab)v6.1.3
Compare Source
Bug Fixes
v6.1.2
Compare Source
Bug Fixes
v6.1.1
Compare Source
Bug Fixes
v6.1.0
Compare Source
Features
v6.0.1
Compare Source
Bug Fixes
v6.0.0
Compare Source
Features
BREAKING CHANGES
the default import path or one of the new test platform-specific
paths to automatically extend the appropriate "expect" instance.
extend-expect was not documented in the Readme, so this change should
have minimal impact.
Users can now use the following import paths to automatically extend
"expect" for their chosen test platform:
For example:
import '@testing-library/jest-dom/jest-globals'
Importing from one of the above paths will augment the appropriate
matcher interface for the given test platform, assuming the import
is done in a .ts file that is included in the user's tsconfig.json.
It's also (still) possible to import the matchers directly without
side effects:
import * as matchers from '@testing-library/jest-dom/matchers'
v5.17.0
Compare Source
Features
toHaveAccessibleErrorMessage
better implementing the spec, deprecatetoHaveErrorMessage
(#503) (d717c66)v5.16.5
Compare Source
Bug Fixes
v5.16.4
Compare Source
Bug Fixes
v5.16.3
Compare Source
Bug Fixes
.not
(#447) (6988a67)v5.16.2
Compare Source
Bug Fixes
toBeDisabled
(#368) (8162115)v5.16.1
Compare Source
Bug Fixes
toHaveClass
error message format (#405) (a9beb47)v5.16.0
Compare Source
Features
v5.15.1
Compare Source
Bug Fixes
v5.15.0
Compare Source
Features
v5.14.1
Compare Source
Bug Fixes
v5.14.0
Compare Source
Features
v5.13.0
Compare Source
Features
toHaveErrorMessage
matcher (#370) (217fdcc)v5.12.0
Compare Source
Features
v5.11.10
Compare Source
Bug Fixes
v5.11.9
Compare Source
Bug Fixes
v5.11.8
Compare Source
Bug Fixes
v5.11.7
Compare Source
Bug Fixes
v5.11.6
Compare Source
Bug Fixes
v5.11.5
Compare Source
Bug Fixes
v5.11.4
Compare Source
Bug Fixes
v5.11.3
Compare Source
Bug Fixes
v5.11.2
Compare Source
Bug Fixes
v5.11.1
Compare Source
Bug Fixes
v5.11.0
Compare Source
Features
v5.10.1
Compare Source
Bug Fixes
v5.10.0
Compare Source
Features
actions/checkout (actions/checkout)
v4.1.1
Compare Source
What's Changed
New Contributors
Full Changelog: actions/checkout@v4.1.0...v4.1.1
v4.1.0
Compare Source
v4.0.0
Compare Source
v3.6.0
Compare Source
v3.5.3
Compare Source
v3.5.2
Compare Source
v3.5.1
Compare Source
v3.5.0
Compare Source
v3.4.0
Compare Source
actions/setup-node (actions/setup-node)
v4.0.2
Compare Source
What's Changed
volta.extends
by @ThisIsManta in https://github.com/actions/setup-node/pull/921New Contributors
Full Changelog: actions/setup-node@v4.0.1...v4.0.2
v4.0.1
Compare Source
What's Changed
package.json
tonode-version-file
list of examples. by @TWiStErRob in https://github.com/actions/setup-node/pull/879New Contributors
Full Changelog: actions/setup-node@v4...v4.0.1
v4.0.0
Compare Source
What's Changed
In scope of this release we changed version of node runtime for action from node16 to node20 and updated dependencies in https://github.com/actions/setup-node/pull/866
Besides, release contains such changes as:
New Contributors
Full Changelog: actions/setup-node@v3...v4.0.0
v3.8.2
Compare Source
What's Changed
Full Changelog: actions/setup-node@v3...v3.8.2
v3.8.1
Compare Source
What's Changed
In scope of this release, the filter was removed within the cache-save step by @dmitry-shibanov in https://github.com/actions/setup-node/pull/831. It is filtered and checked in the toolkit/cache library.
Full Changelog: actions/setup-node@v3...v3.8.1
v3.8.0
Compare Source
What's Changed
Bug fixes:
Feature implementations:
Documentation changes:
Update dependencies:
New Contributors
Full Changelog: actions/setup-node@v3...v3.8.0
v3.7.0
Compare Source
What's Changed
In scope of this release we added a logic to save an additional cache path for yarn 3 (related pull request and feature request). Moreover, we added functionality to use all the sub directories derived from
cache-dependency-path
input and add detect all dependencies directories to cache (related pull request and feature request).Besides, we made such changes as:
New Contributors
Full Changelog: actions/setup-node@v3...v3.7.0
actions/upload-artifact (actions/upload-artifact)
v4.3.1
Compare Source
v4.3.0
Compare Source
What's Changed
Full Changelog: actions/upload-artifact@v4...v4.3.0
v4.2.0
Compare Source
What's Changed
Full Changelog: actions/upload-artifact@v4...v4.2.0
v4.1.0
Compare Source
What's Changed
New Contributors
Full Changelog: actions/upload-artifact@v4...v4.1.0
v4.0.0
Compare Source
What's Changed
The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts. They have numerous performance and behavioral improvements.
For more information, see the @actions/artifact documentation.
New Contributors
Full Changelog: actions/upload-artifact@v3...v4.0.0
v3.1.3
Compare Source
What's Changed
Full Changelog: actions/upload-artifact@v3...v3.1.3
eslint/eslint (eslint)
v8.57.0
Compare Source
Features
1120b9b
feat: Add loadESLint() API method for v8 (#18098) (Nicholas C. Zakas)dca7d0f
feat: Enableeslint.config.mjs
andeslint.config.cjs
(#18066) (Nitin Kumar)Bug Fixes
2196d97
fix: handle absolute file paths inFlatRuleTester
(#18064) (Nitin Kumar)69dd1d1
fix: Ensure config keys are printed for config errors (#18067) (Nitin Kumar)9852a31
fix: deep merge behavior in flat config (#18065) (Nitin Kumar)4c7e9b0
fix: allow circular references in config (#18056) (Milos Djermanovic)Documentation
84922d0
docs: Show prerelease version in dropdown (#18139) (Nicholas C. Zakas)5b8c363
docs: Switch to Ethical Ads (#18117) (Milos Djermanovic)77dbfd9
docs: show NEXT in version selectors (#18052) (Milos Djermanovic)Chores
1813aec
chore: upgrade @eslint/js@8.57.0 (#18143) (Milos Djermanovic)5c356bb
chore: package.json update for @eslint/js release (Jenkins)f4a1fe2
test: add more tests for ignoring files and directories (#18068) (Nitin Kumar)42c0aef
ci: Enable CI forv8.x
branch (#18047) (Milos Djermanovic)v8.56.0
Compare Source
Features
0dd9704
feat: Support custom severity when reporting unused disable directives (#17212) (Bryan Mishkin)31a7e3f
feat: fix no-restricted-properties false negatives with unknown objects (#17818) (Arka Pratim Chaudhuri)Bug Fixes
7d5e5f6
fix:TypeError: fs.exists is not a function
on read-only file system (#17846) (Francesco Trotta)74739c8
fix: suggestion with invalid syntax in no-promise-executor-return rule (#17812) (Bryan Mishkin)Documentation
9007719
docs: update link in ways-to-extend.md (#17839) (Amel SELMANE)3a22236
docs: Update README (GitHub Actions Bot)54c3ca6
docs: fix migration-guide example (#17829) (Tanuj Kanti)4391b71
docs: check config comments in rule examples (#17815) (Francesco Trotta)fd28363
docs: remove mention about ESLint stylistic rules in readme (#17810) (Zwyx)48ed5a6
docs: Update README (GitHub Actions Bot)Chores
ba6af85
chore: upgrade @eslint/js@8.56.0 (#17864) (Milos Djermanovic)60a531a
chore: package.json update for @eslint/js release (Jenkins)ba87a06
chore: update dependency markdownlint to ^0.32.0 (#17783) (renovate[bot])9271d10
chore: add GitHub issue template for docs issues (#17845) (Josh Goldberg ✨)70a686b
chore: Convert rule tests to FlatRuleTester (#17819) (Nicholas C. Zakas)f3a599d
chore: upgrade eslint-plugin-unicorn to v49.0.0 (#17837) (唯然)905d4b7
chore: upgrade eslint-plugin-eslint-plugin v5.2.1 (#17838) (唯然)4d7c3ce
chore: update eslint-plugin-n v16.4.0 (#17836) (唯然)fd0c60c
ci: unpin Node.js 21.2.0 (#17821) (Francesco Trotta)v8.55.0
Compare Source
Features
8c9e6c1
feat: importNamePattern option in no-restricted-imports (#17721) (Tanuj Kanti)Documentation
83ece2a
docs: fix typo--rules
->--rule
(#17806) (OKURA Masafumi)fffca5c
docs: remove "Open in Playground" buttons for removed rules (#17791) (Francesco Trotta)a6d9442
docs: fix correct/incorrect examples of rules (#17789) (Tanuj Kanti)383e999
docs: update and fix examples forno-unused-vars
(#17788) (Tanuj Kanti)5a8efd5
docs: add specific stylistic rule for each deprecated rule (#17778) (Etienne)Chores
eb8950c
chore: upgrade @eslint/js@8.55.0 (#17811) (Milos Djermanovic)93df384
chore: package.json update for @eslint/js release (Jenkins)fe4b954
](https://github.com/eslint/eslint/commit/fe4b9545a83e9aca7ba4bb77bc9c868d57de777fConfiguration
📅 Schedule: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.