build(deps): bump tmp and standard
Removes tmp. It's no longer used after updating ancestor dependency standard. These dependencies need to be updated together.
Removes tmp
Updates standard from 14.3.3 to 17.1.2
Release notes
Sourced from standard's releases.
v17.1.2
- Unpin and bump
eslint-plugin-react(#1976) 004e63bhttps://github.com/standard/standard/compare/v17.1.1...v17.1.2
v17.1.1
- Pin eslint-plugin-react to
7.35.2(#1976) d535d98https://github.com/standard/standard/compare/v17.1.0...v17.1.1
v17.1.0
- Update dependencies and prepare release 17.1.0 (#1908) a4049f8
- Add
version-guardto silent failure on old node (#1829) 7dc2ab0 85316d1 26efe34 f635e4e 6dd2162https://github.com/standard/standard/compare/v17.0.0...v17.1.0
v17.0.0
We're super excited to announce
standard17!This major release fully focuses on getting in sync with the wider ESLint ecosystem and doesn't in itself introduce any new rules or features.
When you upgrade, consider running
standard --fixto automatically format your code to match the current set of rules.This is the first release by two of our
standardco-maintainers@theoludwigand@voxpelli. Buy them a cake if you run into them, thanks for getting this release out!Major changes
eslint-config-nodehas been replaced with the up to date forkeslint-config-n. If you have used comments like// eslint-disable-line node/no-deprecated-apiyou now have to reference then/rules instead.object-shorthandrule (as warning)- Use of ESLint 8, which allows for support for all of the latest syntax that ESLint 8 includes, such as top level
await#1548 #1775--verboseby defaultChanged features
- Update
eslintfrom~7.18.0to^8.13.0- Update
eslint-config-standardfrom16.0.3to17.0.0to adapt to ESLint 8- Update
eslint-config-standard-jsxfrom10.0.0to^11.0.0to adapt to ESLint 8- Update
standard-enginefrom^14to^15.0.0to adapt to ESLint 8, see itsCHANGELOG- Move from
eslint-plugin-node@~11.1.0toeslint-plugin-n@^15.1.0to adapt to ESLint 8- Update
eslint-plugin-importfrom~2.24.2to^2.26.0- Update
eslint-plugin-promisefrom~5.1.0to^6.0.0- Update
eslint-plugin-reactfrom~7.25.1to^7.28.0https://github.com/standard/standard/compare/v16.0.4...v17.0.0
v17.0.0-2
... (truncated)
Changelog
Sourced from standard's changelog.
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[17.1.0] - 2023-05-29
- Update
eslint-config-standardfrom17.0.0to17.1.0[17.0.0] - 2022-04-20
We're super excited to announce
standard17!This major release fully focuses on getting in sync with the wider ESLint ecosystem and doesn't in itself introduce any new rules or features.
When you upgrade, consider running
standard --fixto automatically format your code to match the current set of rules.This is the first release by two of our
standardco-maintainers@Divloand@voxpelli. Buy them a cake if you run into them, thanks for getting this release out!Major changes
eslint-config-nodehas been replaced with the up to date forkeslint-config-n. If you have used comments like// eslint-disable-line node/no-deprecated-apiyou now have to reference then/rules instead.object-shorthandrule (as warning)- Use of ESLint 8, which allows for support for all of the latest syntax that ESLint 8 includes, such as top level
await#1548 #1775--verboseby defaultChanged features
- Update
eslintfrom~7.18.0to^8.13.0- Update
eslint-config-standardfrom16.0.3to17.0.0to adapt to ESLint 8- Update
eslint-config-standard-jsxfrom10.0.0to^11.0.0to adapt to ESLint 8- Update
standard-enginefrom^14to^15.0.0to adapt to ESLint 8, see itsCHANGELOG- Move from
eslint-plugin-node@~11.1.0toeslint-plugin-n@^15.1.0to adapt to ESLint 8- Update
eslint-plugin-importfrom~2.24.2to^2.26.0- Update
eslint-plugin-promisefrom~5.1.0to^6.0.0- Update
eslint-plugin-reactfrom~7.25.1to^7.28.0[17.0.0-2] - 2022-02-03
[17.0.0-1] - 2022-01-31
- Fix: Ensure we support all of the latest syntax that ESLint 8 includes, such as top level
await#1548[17.0.0-0] - 2022-01-31
... (truncated)
Commits
- See full diff in compare view
Maintainer changes
This version was pushed to npm by voxpelli, a new releaser for standard since your current version.
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.